summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2022-11-01 08:11:01 +0100
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commitbdbdcaf4a0a833ad078f5f84892ee734980a7591 (patch)
tree17d025f026504f3d8fc3a3e11d82d730ca4e06a3 /.config
parent35ac00c60fcf34910d676d21285491e9dcdcca2a (diff)
[waybar] fix styles
Diffstat (limited to '.config')
-rw-r--r--.config/waybar/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 24e23c6..2f05ee5 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -4,6 +4,12 @@
font-size: 0.9rem;
}
+widget button {
+ padding: 0;
+ border: none;
+ color: inherit;
+}
+
#workspaces {
border: 1px solid rgba(255, 255, 255, 0.25);
}
@@ -29,6 +35,7 @@
#mode {
border-bottom: 1px solid #fff;
+ border-radius: 0;
margin: 0 10px;
padding: 0 5px;
}