2024-12-12 00:06 : id 349
This commit is contained in:
parent
71c1e639a9
commit
109566dd6a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user