summaryrefslogtreecommitdiff
path: root/dot-config/waybar/style.css
diff options
context:
space:
mode:
authorJosé Juan Loeza Sierra <jj@xz6ze.com>2026-08-01 21:25:52 -0700
committerJosé Juan Loeza Sierra <jj@xz6ze.com>2026-08-01 21:25:52 -0700
commit9fdbf8f8462657c2623dde443ce1046452d47106 (patch)
treeca6c92310fd9c3631930e2ad1b4df3166e9041dd /dot-config/waybar/style.css
parentffad0b98198f4e99b31aa2bbe89742d300a7b7ec (diff)
more waybar text-only tweaks
Diffstat (limited to 'dot-config/waybar/style.css')
-rw-r--r--dot-config/waybar/style.css25
1 files changed, 5 insertions, 20 deletions
diff --git a/dot-config/waybar/style.css b/dot-config/waybar/style.css
index a7237b4..24d8600 100644
--- a/dot-config/waybar/style.css
+++ b/dot-config/waybar/style.css
@@ -4,8 +4,8 @@
* {
border-radius: 0;
- font-family: "BerkeleyMono";
- font-weight: 800;
+ font-family: "Berkeley Mono";
+ font-weight: 600;
font-size: 15px;
min-height: 0;
}
@@ -44,28 +44,13 @@ tooltip label {
}
#workspaces button {
- padding: 0 4px;
-}
-
-#workspaces button.focused {
- background: @sel;
- color: white;
-}
-
-@keyframes blink {
- to {
- color: red;
- }
+ padding: 0;
}
#battery.warning:not(.charging) {
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: steps(12);
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ color: red;
}
#custom-separator {
- margin: 0px 8px 0px 8px;
+ margin: 0px 3px 0px 3px;
}