diff --git a/profiles/work/home.nix b/profiles/work/home.nix index 7aae935..a23480c 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -223,4 +223,9 @@ news.display = "silent"; + gtk.iconTheme = { + package = pkgs.papirus-icon-theme; + name = if (config.stylix.polarity == "dark") then "Papirus-Dark" else "Papirus-Light"; + }; + } diff --git a/sync-posthook.sh b/sync-posthook.sh index 383937b..9dcca1f 100755 --- a/sync-posthook.sh +++ b/sync-posthook.sh @@ -16,6 +16,7 @@ pgrep Hyprland &> /dev/null && echo "Reloading hyprland" && hyprctl reload &> /d pgrep .waybar-wrapped &> /dev/null && echo "Restarting waybar" && killall .waybar-wrapped && echo "Running waybar" && waybar &> /dev/null & disown; pgrep fnott &> /dev/null && echo "Restarting fnott" && killall fnott && echo "Running fnott" && fnott &> /dev/null & disown; pgrep hyprpaper &> /dev/null && echo "Reapplying background via hyprpaper" && killall hyprpaper && echo "Running hyprpaper" && hyprpaper &> /dev/null & disown; +pgrep nwggrid-server &> /dev/null && echo "Restarting nwggrid-server" && killall nwggrid-server && echo "Running nwggrid-wrapper" && nwggrid-wrapper &> /dev/null & disown; # emacs pgrep emacs &> /dev/null && echo "Reloading emacs stylix theme" && echo "Running emacsclient --no-wait --eval \"(load-theme 'doom-stylix t nil)\"" && emacsclient --no-wait --eval "(load-theme 'doom-stylix t nil)" &> /dev/null; diff --git a/themes/alph/backgroundsha256.txt b/themes/alph/backgroundsha256.txt index 7cd44c4..f942354 100644 --- a/themes/alph/backgroundsha256.txt +++ b/themes/alph/backgroundsha256.txt @@ -1 +1 @@ -sha256-U3ygNj/JrenMGDOqNN0xuY3gV373mgdS/ADo0WKUjfI= +sha256-ZM0X0IXsUwAgxdZileDOol8kBANxjW8oGrgha3OFjYE= diff --git a/themes/alph/backgroundurl.txt b/themes/alph/backgroundurl.txt index 7d3d001..8398587 100644 --- a/themes/alph/backgroundurl.txt +++ b/themes/alph/backgroundurl.txt @@ -1 +1 @@ -https://images7.alphacoders.com/104/thumb-1920-1049413.jpg +https://r4.wallpaperflare.com/wallpaper/132/401/75/painting-clouds-sky-landscape-wallpaper-57bfb2f40fd59f8acf4284a1e191c785.jpg diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 70d58d2..dc14aaf 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -372,7 +372,8 @@ in passes = 2 ignore_opacity = true contrast = 1.17 - brightness = 0.8 + brightness = '' + (if (config.stylix.polarity == "dark") then "0.8" else "1.25") + '' + xray = true } }