working on waybar
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -76,3 +76,4 @@
|
||||
(eww update battery_label=(strfmt "{}% \uF0E4" battery-capacity))
|
||||
(eww update battery_label=(strfmt "{}% \uF079" battery-capacity))
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user