Compare commits

...

3 commits

Author SHA1 Message Date
Emmet 182e103f0b Restart nwggrid-server for stylix theme changes 2024-06-10 08:09:11 -05:00
Emmet f34f77bb36 Better background for alph theme 2024-06-10 07:29:50 -05:00
Emmet f9b491031d Improved legibility for light themes 2024-06-10 07:29:40 -05:00
5 changed files with 10 additions and 3 deletions

View file

@ -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";
};
}

View file

@ -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;

View file

@ -1 +1 @@
sha256-U3ygNj/JrenMGDOqNN0xuY3gV373mgdS/ADo0WKUjfI=
sha256-ZM0X0IXsUwAgxdZileDOol8kBANxjW8oGrgha3OFjYE=

View file

@ -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

View file

@ -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
}
}