mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Compare commits
3 commits
3a6a08f450
...
182e103f0b
Author | SHA1 | Date | |
---|---|---|---|
182e103f0b | |||
f34f77bb36 | |||
f9b491031d |
|
@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1 +1 @@
|
|||
sha256-U3ygNj/JrenMGDOqNN0xuY3gV373mgdS/ADo0WKUjfI=
|
||||
sha256-ZM0X0IXsUwAgxdZileDOol8kBANxjW8oGrgha3OFjYE=
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue