diff --git a/profiles/work/home.nix b/profiles/work/home.nix index a23480c..7aae935 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -223,9 +223,4 @@ 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 9dcca1f..383937b 100755 --- a/sync-posthook.sh +++ b/sync-posthook.sh @@ -16,7 +16,6 @@ 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 f942354..7cd44c4 100644 --- a/themes/alph/backgroundsha256.txt +++ b/themes/alph/backgroundsha256.txt @@ -1 +1 @@ -sha256-ZM0X0IXsUwAgxdZileDOol8kBANxjW8oGrgha3OFjYE= +sha256-U3ygNj/JrenMGDOqNN0xuY3gV373mgdS/ADo0WKUjfI= diff --git a/themes/alph/backgroundurl.txt b/themes/alph/backgroundurl.txt index 8398587..7d3d001 100644 --- a/themes/alph/backgroundurl.txt +++ b/themes/alph/backgroundurl.txt @@ -1 +1 @@ -https://r4.wallpaperflare.com/wallpaper/132/401/75/painting-clouds-sky-landscape-wallpaper-57bfb2f40fd59f8acf4284a1e191c785.jpg +https://images7.alphacoders.com/104/thumb-1920-1049413.jpg diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index dc14aaf..70d58d2 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -372,8 +372,7 @@ in passes = 2 ignore_opacity = true contrast = 1.17 - brightness = '' + (if (config.stylix.polarity == "dark") then "0.8" else "1.25") + '' - + brightness = 0.8 xray = true } }