diff options
Diffstat (limited to 'common')
| -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; +} |