From 104cf7f6e2c27e86e55379cc8715631d17e3f448 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 31 Mar 2026 10:10:19 +0200 Subject: 2026-03-31 updates by auto-switch --- common/home/hyprland/default.nix | 2 +- common/home/programs/waybar/style.css | 3 ++- common/home/services/gnome-keyring/default.nix | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 common/home/services/gnome-keyring/default.nix (limited to 'common') 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; +} -- cgit v1.2.3-70-g09d2