|
|
|
|
@ -458,8 +458,8 @@
|
|
|
|
|
"custom/cycle_wall":{ |
|
|
|
|
"format":" ", |
|
|
|
|
"exec": "echo ; echo wallpaper select", |
|
|
|
|
"on-click": "~/.config/hypr/scripts/WallpaperSelect.sh", |
|
|
|
|
"on-click-right": "~/.config/hypr/scripts/Wallpaper.sh", |
|
|
|
|
"on-click": "~/.config/hypr/UserScripts/WallpaperSelect.sh", |
|
|
|
|
"on-click-right": "~/.config/hypr/UserScripts/WallpaperRandom.sh", |
|
|
|
|
"on-click-middle": "~/.config/hypr/scripts/WaybarStyles.sh", |
|
|
|
|
"interval" : 86400, // once every day |
|
|
|
|
"tooltip": true, |
|
|
|
|
@ -485,7 +485,7 @@
|
|
|
|
|
"exec": "echo ; echo Dark-Light switcher", |
|
|
|
|
"on-click": "~/.config/hypr/scripts/DarkLight.sh", |
|
|
|
|
"on-click-right": "~/.config/hypr/scripts/WaybarStyles.sh", |
|
|
|
|
"on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh", |
|
|
|
|
"on-click-middle": "~/.config/hypr/UserScripts/WallpaperSelect.sh", |
|
|
|
|
"interval" : 86400, // once every day |
|
|
|
|
"tooltip": true |
|
|
|
|
}, |
|
|
|
|
@ -504,7 +504,7 @@
|
|
|
|
|
"interval" : 86400, // once every day |
|
|
|
|
"tooltip": true, |
|
|
|
|
"on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser,window", |
|
|
|
|
"on-click-middle": "~/.config/hypr/scripts/WallpaperSelect.sh", |
|
|
|
|
"on-click-middle": "~/.config/hypr/UserScripts/WallpaperSelect.sh", |
|
|
|
|
"on-click-right": "~/.config/hypr/scripts/WaybarLayout.sh", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
@ -558,7 +558,7 @@
|
|
|
|
|
"escape": true, |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// NOTE:! This is only for Arch and Arch Based Distros |
|
|
|
|
// NOTE:! This is only for Arch and Arch Based Distros depend: pacman-contrib |
|
|
|
|
"custom/updater":{ |
|
|
|
|
"format": " {}", |
|
|
|
|
"exec": "checkupdates | wc -l", |
|
|
|
|
@ -728,3 +728,4 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|