2024-12-12 00:06 : id 349

This commit is contained in:
deadvey 2024-12-12 00:06:10 +00:00
parent 71c1e639a9
commit 109566dd6a

View File

@ -1,7 +1,7 @@
{config, pkgs, ... }:
let
# Theme/Mode
THEME = "gruvbox";
THEME = "nord";
MODE = "dark";
# Colours
@ -100,7 +100,7 @@ in
if [[ "$new_file" != "$file" ]]; then
echo "restarting hyprpaper"
kill -9 $(pgrep hyprpaper)
sleep 1
sleep 0.2
hyprpaper &
fi
file=$new_file