2024-12-13 17:10 : id 471
This commit is contained in:
parent
f5ef3addb2
commit
b56e38ac14
@ -1,7 +1,7 @@
|
|||||||
{config, pkgs, lib, ... }:
|
{config, pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
# Theme/Mode
|
# Theme/Mode
|
||||||
THEME = "nord";
|
THEME = "solarized";
|
||||||
MODE = "dark";
|
MODE = "dark";
|
||||||
|
|
||||||
# Colours
|
# Colours
|
||||||
@ -543,6 +543,7 @@ in
|
|||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
exec-once="waybar";
|
exec-once="waybar";
|
||||||
exec-once="dunst";
|
exec-once="dunst";
|
||||||
|
exec-once="bash $HOME/scripts/wallpaper-updater.sh";
|
||||||
exec-once="wpaperd";
|
exec-once="wpaperd";
|
||||||
exec-once="dunst";
|
exec-once="dunst";
|
||||||
'';
|
'';
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 65 KiB |
Loading…
x
Reference in New Issue
Block a user