2024-12-11 22:17 : id 317
This commit is contained in:
parent
80a0c41655
commit
ac7f41ac4c
@ -1,7 +1,7 @@
|
||||
{config, pkgs, ... }:
|
||||
let
|
||||
# Theme/Mode
|
||||
THEME = "nord";
|
||||
THEME = "gruvbox";
|
||||
MODE = "dark";
|
||||
|
||||
# Colours
|
||||
@ -94,8 +94,9 @@ in
|
||||
file = {
|
||||
".config/hypr/wallpaper-watcher.sh" = {
|
||||
text = ''
|
||||
while sleep 1; do
|
||||
ls $HOME/.config/hypr/ -d * | entr sh -c "kill $(pgrep hyprpaper) && sleep 0.2 && hyprpaper &"; done
|
||||
while [ 1 == 1 ]; do
|
||||
ls $HOME/.config/hypr/ -d * | entr sh -c "kill $(pgrep hyprpaper) && sleep 0.2 && hyprpaper &";
|
||||
done
|
||||
'';
|
||||
executable = true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user