summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/hyprland/waybar/schemes/base16.css37
1 files changed, 18 insertions, 19 deletions
diff --git a/config/hyprland/waybar/schemes/base16.css b/config/hyprland/waybar/schemes/base16.css
index 68c5219..99ba8b2 100644
--- a/config/hyprland/waybar/schemes/base16.css
+++ b/config/hyprland/waybar/schemes/base16.css
@@ -46,7 +46,8 @@ window#waybar.PCSX2 #window {
}
#workspaces, #mpd, #battery,
-#network, #pulseaudio, #temperature, #cpu, #custom-memory, #workspaces, #clock, #tray {
+#network, #pulseaudio, #temperature, #cpu, #custom-memory, #clock, #tray {
+ border: solid @background 2px;
margin-top: 4px;
margin-bottom: 2px;
transition: none;
@@ -55,28 +56,29 @@ window#waybar.PCSX2 #window {
#battery {
color: @color6;
background: @background;
+ border-color: @color4;
}
#workspaces {
margin-left: 12px;
border-radius: 26px;
- background: @background;
+ background: @color1;
}
#workspaces button {
transition: none;
- color: @foreground;
background: transparent;
+ color: @background;
font-size: 16px;
}
#workspaces button.active {
- color: @color12;
+ color: @color8;
}
#workspaces button:hover {
transition: none;
- color: @color11;
+ color: @color3;
}
#mpd {
@@ -88,56 +90,53 @@ window#waybar.PCSX2 #window {
#mpd.stopped {
color: @foreground;
background: @background;
+ border-color: @color4;
}
-#window {
+#clock {
margin-top: 4px;
margin-bottom: 2px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
border-radius: 26px;
- color: @color6;
- color: @color4;
+ color: @color3;
background: @background;
+ border-color: @color4;
}
#network {
color: @background;
- background: @color12;
+ background: @color5;
}
#pulseaudio {
color: @background;
- background: @color14;
+ background: @color4;
}
#temperature {
color: @background;
- background: @color7;
+ background: @color3;
}
#cpu {
color: @background;
- background: @color3;
+ background: @color4;
}
#custom-memory {
- color: @background;
- background: @color2;
-}
-
-#clock {
margin-left: 8px;
margin-right: 12px;
padding-left: 16px;
padding-right: 16px;
border-radius: 26px;
- color: @foreground;
- background: @background;
+ color: @background;
+ background: @color5;
}
#tray {
+ border: none;
margin-right: 12px;
color: @foreground;
background: transparent;