2024-12-12 00:35 : id 361

This commit is contained in:
deadvey 2024-12-12 00:35:43 +00:00
parent 51ac584d4c
commit 99fe40e23e

View File

@ -1,7 +1,7 @@
{config, pkgs, ... }: {config, pkgs, ... }:
let let
# Theme/Mode # Theme/Mode
THEME = "nord"; THEME = "gruvbox";
MODE = "dark"; MODE = "dark";
# Colours # Colours
@ -95,7 +95,6 @@ in
file = { file = {
".config/hypr/wallpaper-watcher.sh" = { ".config/hypr/wallpaper-watcher.sh" = {
text = '' text = ''
notify-send "hello (test)"
file="" file=""
while [ 1 == 1 ]; do while [ 1 == 1 ]; do
new_file=$(cat $HOME/.config/hypr/hyprpaper.conf) new_file=$(cat $HOME/.config/hypr/hyprpaper.conf)