summaryrefslogtreecommitdiff
path: root/common/home/programs/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/home/programs/waybar/style.css')
-rw-r--r--common/home/programs/waybar/style.css78
1 files changed, 23 insertions, 55 deletions
diff --git a/common/home/programs/waybar/style.css b/common/home/programs/waybar/style.css
index de8f3d4..1d646c0 100644
--- a/common/home/programs/waybar/style.css
+++ b/common/home/programs/waybar/style.css
@@ -7,57 +7,19 @@ window {
color: #ebdbb2;
}
-#language {
+#language,
+#pulseaudio,
+#bluetooth,
+#battery,
+#clock {
font-size: 12px;
- padding-right: 10px;
-}
-
-#pulseaudio {
- font-size: 12px;
-}
-
-#bluetooth {
- padding-left: 10px;
- padding-right: 10px;
- font-size: 12px;
-}
-
-#workspaces {
- padding: 5px;
- background: #252525;
- border-radius: 5px;
-}
-
-#workspaces button {
- padding: 0px;
- border-radius: 3px;
- min-width: 20px;
- min-height: 20px;
- border: none;
- font-size: 12px;
-}
-
-#workspaces button.active {
- background: #504945;
-}
-
-#workspaces button:hover {
- background: #3c3836;
- padding: 0px;
- border: none;
-}
-
-#workspaces button.active:hover {
- background: #504945;
- padding: 0px;
+ margin-left: 5px;
+ margin-right: 5px;
}
#battery {
background: #458588;
color: #282828;
- margin-right: 5px;
- padding-left: 5px;
- padding-right: 5px;
}
#battery.charging {
@@ -72,17 +34,23 @@ window {
background: #fb4934;
}
-.modules-left {
- margin: 5px;
- margin-bottom: 0px;
- border-radius: 5px;
+.modules-center, .modules-right, .modules-left {
+ padding: 5px;
+ margin: 0px;
+ background: #3c3836;
+}
+
+.modules-center {
+ border-bottom-left-radius: 5px;
+ border-bottom-right-radius: 5px;
}
.modules-right {
- padding-left: 10px;
- padding-right: 10px;
- background: #3c3836;
- border-radius: 5px;
- margin: 5px;
- margin-bottom: 0px;
+ border-bottom-left-radius: 5px;
+ padding-right: 8px;
+ padding-left: 8px;
+}
+
+.modules-left {
+ border-bottom-right-radius: 5px;
}