Wallpaper rotation applet
This commit is contained in:
parent
d406fd57b4
commit
1a52968ed8
|
@ -38,7 +38,7 @@
|
|||
// Choose the order of the modules
|
||||
"modules-left": ["sway/workspaces"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["custom/weather", "network", "network#wireguard", "cpu", "memory", "custom/disk", "temperature", "backlight", "custom/battery", "pulseaudio","tray", "custom/todo", "custom/osk", "custom/pkg", "custom/bar", "custom/gammastep", "idle_inhibitor", "custom/clock", "custom/power"],
|
||||
"modules-right": ["custom/weather", "network", "network#wireguard", "cpu", "memory", "custom/disk", "temperature", "backlight", "custom/battery", "pulseaudio","tray", "custom/wallpaper", "custom/todo", "custom/osk", "custom/pkg", "custom/bar", "custom/gammastep", "idle_inhibitor", "custom/clock", "custom/power"],
|
||||
// Modules configuration
|
||||
"sway/workspaces": {
|
||||
// "disable-scroll": true,
|
||||
|
@ -162,6 +162,11 @@
|
|||
"icon-size": 24,
|
||||
"spacing": 0
|
||||
},
|
||||
"custom/wallpaper": {
|
||||
"interval": 86400,
|
||||
"exec": "echo '🌌\nRotate wallpaper\nactive'",
|
||||
"on-click": "${HOME}/scripts/sway/rotate-wallpaper.sh"
|
||||
},
|
||||
"custom/todo": {
|
||||
"format": "🗈",
|
||||
"on-click": "${HOME}/scripts/waybar/waybar-todo.sh",
|
||||
|
|
Loading…
Reference in New Issue