aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css25
1 files changed, 14 insertions, 11 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 2f59995..cba4fdf 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -2,7 +2,7 @@
* {
font-family: monospace;
- font-size: 17px;
+ font-size: 15px;
border: none;
}
@@ -11,11 +11,10 @@ window#waybar {
color: #d3c6aa;
}
-window#waybar>* {
- margin-top: 3px;
- margin-bottom: 3px;
- /* margin-top + bar underline thickness */
-}
+/* window#waybar>* { */
+/* margin-top: 4px; */
+/* margin-bottom: 4px; */
+/* } */
window#waybar.hidden {
opacity: 0.2;
@@ -27,14 +26,17 @@ window#waybar.hidden {
}
#workspaces button {
- padding: 0;
+ padding: 3 6;
min-height: 0px;
margin-left: 4px;
- color: #495156;
+ color: #d3c6aa;
}
#workspaces button.active {
+ padding: 3 12;
color: #d3c6aa;
+ background-color: #414B50;
+ border-radius: 0px;
}
#workspaces button.urgent {
@@ -116,9 +118,10 @@ window#waybar.hidden {
margin-right: 10px;
}
-#window,
-#workspaces {
- margin: 0 4px;
+#custom-icon {
+ padding: 0px;
+ margin-left: 10px;
+ margin-right: 10px;
}
#custom-clock {