working on waybar

This commit is contained in:
2026-03-11 20:34:47 +01:00
parent e312f5a645
commit 4cfa042fb3
3 changed files with 350 additions and 349 deletions
+342 -342
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -1,3 +1,10 @@
* {
all: unset;
font-family: "FiraCode Nerd Font", monospace;
font-size: 12px;
color: var(--text);
}
:root {
--base: #1e1e2e;
--mantle: #181825;
@@ -26,13 +33,6 @@
--rosewater: #f5e0dc;
}
* {
all: unset;
font-family: "FiraCode Nerd Font", monospace;
font-size: 12px;
color: var(--text);
}
window {
background-color: rgba(30, 30, 46, 0.9);
border-radius: 8px;
+1
View File
@@ -76,3 +76,4 @@
(eww update battery_label=(strfmt "{}% \uF0E4" battery-capacity))
(eww update battery_label=(strfmt "{}% \uF079" battery-capacity))
)
)