diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-31 10:10:19 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-31 10:10:19 +0200 |
| commit | 104cf7f6e2c27e86e55379cc8715631d17e3f448 (patch) | |
| tree | 9cf89fb66201df32095902c7be8968e029283729 | |
| parent | abee6b29a4294de646a2aba8121f6a0795ecd78d (diff) | |
2026-03-31 updates by auto-switch
| -rw-r--r-- | common/home/hyprland/default.nix | 2 | ||||
| -rw-r--r-- | common/home/programs/waybar/style.css | 3 | ||||
| -rw-r--r-- | common/home/services/gnome-keyring/default.nix | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index e61978e..063c848 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -28,7 +28,7 @@ "$mod, B, exec, bluemenu" "$mod, P, pseudo" - "$mod+Alt, S, exec, loadconfig" + "$mod, F1, exec, loadconfig" "$mod, S, exec, sshconnect" diff --git a/common/home/programs/waybar/style.css b/common/home/programs/waybar/style.css index 8842b28..71a2c82 100644 --- a/common/home/programs/waybar/style.css +++ b/common/home/programs/waybar/style.css @@ -3,7 +3,7 @@ } window { - background: #282828; + background: transparent; } #pulseaudio { @@ -18,6 +18,7 @@ window { #workspaces { padding: 0px; + background: #252525; } #workspaces button { diff --git a/common/home/services/gnome-keyring/default.nix b/common/home/services/gnome-keyring/default.nix new file mode 100644 index 0000000..a8321f2 --- /dev/null +++ b/common/home/services/gnome-keyring/default.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + enable = true; +} |