summaryrefslogtreecommitdiff
path: root/common/home/programs/waybar/style.css
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-02-14 16:47:54 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-02-14 16:47:54 +0100
commitca937efc41356dcd018980a8c3c8b2358b558cac (patch)
tree91f798aafa99c73e2b5317575a6b1c5495569858 /common/home/programs/waybar/style.css
parentde85f21e52c6df2a8cfe9b343ecbae4e69520390 (diff)
hyprland: use hyprsplit
Diffstat (limited to 'common/home/programs/waybar/style.css')
-rw-r--r--common/home/programs/waybar/style.css71
1 files changed, 23 insertions, 48 deletions
diff --git a/common/home/programs/waybar/style.css b/common/home/programs/waybar/style.css
index 99dc06b..6527a9f 100644
--- a/common/home/programs/waybar/style.css
+++ b/common/home/programs/waybar/style.css
@@ -3,61 +3,50 @@
}
window {
- background: transparent;
+ background: #282828;
+}
+
+#pulseaudio {
+ font-size: 12px;
+}
+
+#bluetooth {
+ padding-left: 10px;
+ padding-right: 10px;
+ font-size: 12px;
}
#workspaces {
- background: #282828;
- border-radius: 5px;
- margin-left: 10px;
- padding: 5px;
+ padding: 0px;
}
#workspaces button {
- border: 5px solid #282828;
padding: 0px;
+ border-radius: 0px;
+ min-width: 20px;
+ min-height: 20px;
+ border: none;
}
#workspaces button.active {
- border-right: 5px solid #b16286;
- border-radius: 0px;
+ background: #b16286;
+ color: #1d2021;
}
#workspaces button:hover {
- border-radius: 20px;
- border: 5px solid #1d2021;
- background: #1d2021;
+ background: #3c3836;
padding: 0px;
+ border: none;
}
#workspaces button.active:hover {
- border: 5px solid #1d2021;
- border-right: 5px solid #b16286;
- border-radius: 20px;
- background: #1d2021;
+ background: #b16286;
padding: 0px;
}
-#tray,
-#bluetooth,
-#pulseaudio
-{
- background: #282828;
- border-radius: 5px;
- margin-left: 10px;
- padding: 10px 5px;
-}
-
-#tray window {
- border-radius: 5px;
-}
-
#battery {
background: #458588;
color: #282828;
- border-radius: 5px;
- margin-left: 10px;
- padding: 10px 5px;
}
#battery.charging {
@@ -73,23 +62,9 @@ window {
}
.modules-left {
- margin-top: 10px;
+ margin-top: 0px;
}
.modules-right {
- margin-bottom: 10px;
-}
-
-.popup menu {
- border: 3px solid #3c3836;
- border-radius: 10px;
- padding: 10px;
-}
-
-.popup menu menuitem {
- border-radius: 5px;
-}
-
-.popup decoration {
- background: transparent;
+ margin-right: 10px;
}