summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index a7e49ca..05791ab 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,6 +1,6 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
- font-size: 11px;
+ font-size: 20;
padding: 0px;
font-family: sans-serif;
/* color: #1b1d1b; */
@@ -11,6 +11,16 @@ window#waybar {
background-color: rgba(27, 29, 27, 0.78); /* #1b1d1b */
}
+#layout {
+ padding-right: 5px;
+ margin-right: 5px;
+}
+
+#window {
+ padding-left: 5px;
+ margin-left: 5px;
+}
+
#tags {
font-family: sans-serif;
}
@@ -32,7 +42,7 @@ window#waybar {
color: rgba(68, 122, 108, 1); /* #447a6c */
}
-#tags button.focused, #window {
+#tags button.focused, #window, #layout {
background-color: rgba(125,75,35,0.8); /* #7d4b23 */
color: rgba(27, 29, 27, 1); /* #1b1d1b */
}