summaryrefslogtreecommitdiff
path: root/common/home/programs/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'common/home/programs/waybar')
-rw-r--r--common/home/programs/waybar/style.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/common/home/programs/waybar/style.css b/common/home/programs/waybar/style.css
index 71a2c82..d7b087a 100644
--- a/common/home/programs/waybar/style.css
+++ b/common/home/programs/waybar/style.css
@@ -4,6 +4,7 @@
window {
background: transparent;
+ color: #ebdbb2;
}
#pulseaudio {
@@ -17,13 +18,14 @@ window {
}
#workspaces {
- padding: 0px;
+ padding: 5px;
background: #252525;
+ border-radius: 5px;
}
#workspaces button {
padding: 0px;
- border-radius: 0px;
+ border-radius: 3px;
min-width: 20px;
min-height: 20px;
border: none;
@@ -31,8 +33,7 @@ window {
}
#workspaces button.active {
- background: #b16286;
- color: #1d2021;
+ background: #7c6f64;
}
#workspaces button:hover {
@@ -67,11 +68,16 @@ window {
}
.modules-left {
- margin-top: 0px;
+ margin: 5px;
+ margin-bottom: 0px;
+ border-radius: 5px;
}
.modules-right {
- padding-left: 5px;
- padding-right: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
background: #3c3836;
+ border-radius: 5px;
+ margin: 5px;
+ margin-bottom: 0px;
}