summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/waybar/style.css21
1 files changed, 9 insertions, 12 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 4f1c58f..96b8bfd 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -2,18 +2,18 @@
border: none;
font-family: "IoskeleyMonoNL Nerd Font, monospace";
font-size: 12px;
- font-weight: bold;
+ /* font-weight: bold; */
min-height: 0;
}
window#waybar {
- background-color: alpha(#0a0a0a, 0.8);
- color: #ffffff;
+ background-color: #0a0a0a;
+ /* color: #ffffff; */
}
#workspaces button {
padding: 3px 5px;
- color: #ffffff;
+ /* color: #ffffff; */
}
#workspaces button:hover {
@@ -22,14 +22,15 @@ window#waybar {
}
#workspaces button.focused {
- background-color: #7fc8ff;
- color: #0a0a0a;
+ /* background-color: #7fc8ff; */
+ color: #7fc8ff;
border-radius: 0;
+ border-bottom: solid 2px;
}
#workspaces button.urgent {
- color: #ffffff;
- background: #ff0000;
+ color: #f38ba8;
+ /* background: #ff0000; */
border-radius: 0;
}
@@ -47,10 +48,6 @@ window#waybar {
padding: 0 12px;
}
-#temperature.critical {
- color: #ff0000;
-}
-
/* custom modules */
#custom-screenrecording-indicator {
color: #ff0000;