12 lines
350 B
JSON
12 lines
350 B
JSON
"custom/theme": {
|
|
"format": "{}",
|
|
"rotate": ${r_deg},
|
|
"exec": "echo ; echo switch theme",
|
|
"on-click": "themeswitch.sh -n",
|
|
"on-click-right": "themeswitch.sh -p",
|
|
"on-click-middle": "sleep 0.1 && themeselect.sh",
|
|
"interval" : 86400, // once every day
|
|
"tooltip": true
|
|
},
|
|
|