2024-12-13 16:20 : id 447

This commit is contained in:
deadvey 2024-12-13 16:20:09 +00:00
parent 8ed4a3fe09
commit dd4790155e
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
let
# Theme/Mode
THEME = "gruvbox";
MODE = "light";
MODE = "dark";
# Colours
inherit (import ./themes/${THEME}_${MODE}.nix) BG FG GRAY DARK_GRAY RED DARK_RED GREEN DARK_GREEN YELLOW DARK_YELLOW BLUE DARK_BLUE PURPLE DARK_PURPLE CYAN DARK_CYAN GTK_THEME GTK_THEME_NAME GTK_ICONS GTK_CURSOR;
@ -116,7 +116,7 @@ in
-fuzz 10% -fill "#${ACCENT}" -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{3475,1627}]" info:-)" \
${WALLPAPER_PATH}
oldid=$(pgrep wpaperd)
wpaperd
wpaperd &
kill $oldid
'';
executable = true;
@ -559,8 +559,7 @@ in
extraConfig = ''
exec-once="waybar";
exec-once="dunst";
exec-once="/home/deadvey/scripts/wallpaper-watcher.sh";
exec-once="/home/deadvey/scripts/mode-switcher-based-on-sunlight.sh";
exec-once="wpaperd";
exec-once="dunst";
'';
settings = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 185 KiB