chore: Replace ~/Images
references to ~/Pictures
This commit is contained in:
parent
05f80c27a3
commit
e048bca882
5 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
(defvar WAIFU_MODE false) ; Bcz sometimes I listen to Geoxor, so, yeah...
|
(defvar WAIFU_MODE false) ; Bcz sometimes I listen to Geoxor, so, yeah...
|
||||||
(defvar FALLBACK_COVER "/home/gaspard/Images/Icons/music-disk.png")
|
(defvar FALLBACK_COVER "/home/gaspard/Pictures/Icons/music-disk.png")
|
||||||
(defvar PLAY_STATUS "⏸︎")
|
(defvar PLAY_STATUS "⏸︎")
|
||||||
|
|
||||||
(deflisten music_info :initial '{"title": "", "artist": "", "artUrl": "", "status": ""}' "~/.config/eww/scripts/get-music-info")
|
(deflisten music_info :initial '{"title": "", "artist": "", "artUrl": "", "status": ""}' "~/.config/eww/scripts/get-music-info")
|
||||||
|
|
|
@ -38,9 +38,9 @@ start_timer() {
|
||||||
|
|
||||||
# Notify user
|
# Notify user
|
||||||
if [ "$timer_type" = "pause" ]; then
|
if [ "$timer_type" = "pause" ]; then
|
||||||
notify-send -c grind-timer -i ~/Images/Icons/moai.jpg "Work period over" "You can take a little nap now."
|
notify-send -c grind-timer -i ~/Pictures/Icons/moai.jpg "Work period over" "You can take a little nap now."
|
||||||
elif [ "$timer_type" = "work" ]; then
|
elif [ "$timer_type" = "work" ]; then
|
||||||
notify-send -c grind-timer -i ~/Images/Icons/moai.jpg "Pause period over" "Back to grinding we go."
|
notify-send -c grind-timer -i ~/Pictures/Icons/moai.jpg "Pause period over" "Back to grinding we go."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
start_timer "$timer_type"
|
start_timer "$timer_type"
|
||||||
|
|
|
@ -10,7 +10,7 @@ export SWWW_TRANSITION=wipe
|
||||||
export SWWW_TRANSITION_ANGLE=$RANDOM
|
export SWWW_TRANSITION_ANGLE=$RANDOM
|
||||||
export SWWW_TRANSITION_FPS=60
|
export SWWW_TRANSITION_FPS=60
|
||||||
|
|
||||||
wallpapers_dir=~/Images/Wallpapers/enabled
|
wallpapers_dir=~/Pictures/Wallpapers/enabled
|
||||||
|
|
||||||
if [[ "$1" = "daemon" ]]; then
|
if [[ "$1" = "daemon" ]]; then
|
||||||
exec swww-daemon
|
exec swww-daemon
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Preload
|
# Preload
|
||||||
preload = ~/Images/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png
|
preload = ~/Pictures/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png
|
||||||
preload = ~/Images/Wallpapers/Overthinker - Inzo.png
|
preload = ~/Pictures/Wallpapers/Overthinker - Inzo.png
|
||||||
|
|
||||||
# Definition
|
# Definition
|
||||||
wallpaper = , ~/Images/Wallpapers/Overthinker - Inzo.png
|
wallpaper = , ~/Pictures/Wallpapers/Overthinker - Inzo.png
|
||||||
# wallpaper = , ~/Images/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png
|
# wallpaper = , ~/Pictures/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png
|
||||||
|
|
||||||
splash = false
|
splash = false
|
||||||
|
|
|
@ -6,6 +6,6 @@ exec --no-startup-id /usr/bin/wired
|
||||||
|
|
||||||
exec --no-startup-id artix-pipewire-launcher restart
|
exec --no-startup-id artix-pipewire-launcher restart
|
||||||
|
|
||||||
exec --no-startup-id sleep 1 && feh --bg-fill "/home/gaspard/Images/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png"
|
exec --no-startup-id sleep 1 && feh --bg-fill "/home/gaspard/Pictures/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png"
|
||||||
|
|
||||||
exec udiskie
|
exec udiskie
|
||||||
|
|
Loading…
Reference in a new issue