Regenerated

This commit is contained in:
2026-04-13 12:18:25 +02:00
parent df800b1d90
commit 053e9dafde
4 changed files with 335 additions and 353 deletions
+333 -339
View File
File diff suppressed because it is too large Load Diff
+1 -7
View File
@@ -4074,7 +4074,7 @@ These are config files for waybar
"days": "<span color='#cba6f7'><b>{}</b></span>",
"weeks": "<span color='#a6e3a1'><b>W{}</b></span>",
"weekdays": "<span color='#f9e2af'><b>{}</b></span>",
"today": "<span color='#cdd6f4'><b><u>{}</u></b></span>"
"today": "<span color='#1e1e2e' bgcolor='#a6e3a1'><b> {} </b></span>"
}
},
"on-click": "flatpak run eu.betterbird.Betterbird -calendar"
@@ -4315,12 +4315,6 @@ label#custom-media.module {
margin: 0 5px;
padding: 0 10px;
}
calendar today,
calendar highlight {
border-radius: 50%;
background-color: #a6e3a1;
}
#+END_SRC
** =generated/.config/scripts/bluetooth-status.sh=
+1 -1
View File
@@ -208,7 +208,7 @@
"days": "<span color='#cba6f7'><b>{}</b></span>",
"weeks": "<span color='#a6e3a1'><b>W{}</b></span>",
"weekdays": "<span color='#f9e2af'><b>{}</b></span>",
"today": "<span color='#cdd6f4'><b><u>{}</u></b></span>"
"today": "<span color='#1e1e2e' bgcolor='#a6e3a1'><b> {} </b></span>"
}
},
"on-click": "flatpak run eu.betterbird.Betterbird -calendar"
@@ -215,9 +215,3 @@ label#custom-media.module {
margin: 0 5px;
padding: 0 10px;
}
calendar today,
calendar highlight {
border-radius: 50%;
background-color: #a6e3a1;
}