working on waybar
This commit is contained in:
+342
-342
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,10 @@
|
|||||||
|
* {
|
||||||
|
all: unset;
|
||||||
|
font-family: "FiraCode Nerd Font", monospace;
|
||||||
|
font-size: 12px;
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--base: #1e1e2e;
|
--base: #1e1e2e;
|
||||||
--mantle: #181825;
|
--mantle: #181825;
|
||||||
@@ -26,13 +33,6 @@
|
|||||||
--rosewater: #f5e0dc;
|
--rosewater: #f5e0dc;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
|
||||||
all: unset;
|
|
||||||
font-family: "FiraCode Nerd Font", monospace;
|
|
||||||
font-size: 12px;
|
|
||||||
color: var(--text);
|
|
||||||
}
|
|
||||||
|
|
||||||
window {
|
window {
|
||||||
background-color: rgba(30, 30, 46, 0.9);
|
background-color: rgba(30, 30, 46, 0.9);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|||||||
@@ -76,3 +76,4 @@
|
|||||||
(eww update battery_label=(strfmt "{}% \uF0E4" battery-capacity))
|
(eww update battery_label=(strfmt "{}% \uF0E4" battery-capacity))
|
||||||
(eww update battery_label=(strfmt "{}% \uF079" battery-capacity))
|
(eww update battery_label=(strfmt "{}% \uF079" battery-capacity))
|
||||||
)
|
)
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user