feat: added waybar & anyrun configs

This commit is contained in:
oxypomme
2025-06-02 18:34:15 +02:00
parent e4cf797885
commit 10b599eb3e
23 changed files with 442 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"clock#calendar": {
"format": " {:L%d/%m}",
"calendar": {
"format": {
"days": "<span weight='normal'>{}</span>",
"months": "<span color='#cdd6f4'><b>{}</b></span>",
"today": "<span color='#f38ba8' weight='700'><u>{}</u></span>",
"weekdays": "<span color='#f5e0dc'><b>{}</b></span>",
"weeks": "<span color='#a6e3a1'><b>W{}</b></span>"
},
"mode": "month",
"mode-mon-col": 1,
"on-scroll": 1
},
"tooltip-format": "<span color='#cdd6f4'><tt>{calendar}</tt></span>"
}
}