diff options
-rw-r--r-- | .config/dunst/dunstrc | 2 | ||||
-rw-r--r-- | .config/wpaperd/config.toml | 3 | ||||
-rw-r--r-- | .config/wpaperd/output.conf | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index cecee13..860cd04 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -78,6 +78,6 @@ [urgency_critical] background = "#900000" foreground = "#ffffff" - frame_color = "ff0000" + frame_color = "#ff0000" timeout = 100 # vim:ft=cfg diff --git a/.config/wpaperd/config.toml b/.config/wpaperd/config.toml new file mode 100644 index 0000000..4f21b71 --- /dev/null +++ b/.config/wpaperd/config.toml @@ -0,0 +1,3 @@ +[default] +path = "/home/justsaumit/pix/Wallpaper/" +duration = "1m" diff --git a/.config/wpaperd/output.conf b/.config/wpaperd/output.conf deleted file mode 100644 index 426adb8..0000000 --- a/.config/wpaperd/output.conf +++ /dev/null @@ -1,3 +0,0 @@ -[default] -path = "/home/saumit/pix/Wallpaper/w/wow" -duration = "1m" |