summaryrefslogtreecommitdiff
path: root/config/hyprland/waybar/schemes
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-08 13:17:34 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-08 13:17:34 +0200
commit8cd1f322f47d48cae6bb142aa778728983db883f (patch)
tree4fc24a7d6c07700c4eb3cbc679999ff2450e1356 /config/hyprland/waybar/schemes
parent6cadbb9ce57152dd63ebf3ee58513963c635705e (diff)
parent0033f5386467f32dcee4dbb9cea0f92dd4fe9dc2 (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/hyprland/waybar/schemes')
-rw-r--r--config/hyprland/waybar/schemes/base16.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/config/hyprland/waybar/schemes/base16.css b/config/hyprland/waybar/schemes/base16.css
index 76efbb3..b32d3df 100644
--- a/config/hyprland/waybar/schemes/base16.css
+++ b/config/hyprland/waybar/schemes/base16.css
@@ -51,11 +51,12 @@ window#waybar.PCSX2 #window {
margin-right: 2px;
}
.modules-left {
- margin-left: 2px;
+ margin-left: 3px;
}
-#workspaces, #mpd, #battery, #clock,
-#custom-wireguard, #network, #pulseaudio, #temperature, #cpu, #custom-memory, #tray {
+#workspaces, #mpd, #battery,
+#clock,
+#custom-wireguard, #network, #pulseaudio, #temperature, #cpu, #custom-memory, #bluetooth, #tray {
border: solid @background;
border-width: 2px 2px 2px 0;
margin-top: 4px;
@@ -67,6 +68,9 @@ window#waybar.PCSX2 #window {
color: @color6;
background: @background;
border-color: @color4;
+ border-width: 2px;
+ padding: 0 12px;
+ margin-right: 16px;
}
#workspaces {
@@ -148,6 +152,11 @@ window#waybar.PCSX2 #window {
background: @color5;
}
+#bluetooth {
+ color: @color6;
+ background: @color8;
+}
+
#tray * {
padding: unset;
}