This commit is contained in:
Hui
2024-03-24 13:25:38 +08:00
parent b63fa00bd9
commit fa8c6727cf
103 changed files with 2840 additions and 1341 deletions

View File

@@ -0,0 +1,11 @@
"custom/theme": {
"format": "{}",
"rotate": ${r_deg},
"exec": "echo ; echo 󰟡 switch theme",
"on-click": "${ScrDir}/themeswitch.sh -n",
"on-click-right": "${ScrDir}/themeswitch.sh -p",
"on-click-middle": "sleep 0.1 && ${ScrDir}/themeselect.sh",
"interval" : 86400, // once every day
"tooltip": true
},