summaryrefslogtreecommitdiff
path: root/config/hyprland/waybar/schemes
diff options
context:
space:
mode:
Diffstat (limited to 'config/hyprland/waybar/schemes')
-rw-r--r--config/hyprland/waybar/schemes/base16.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/config/hyprland/waybar/schemes/base16.css b/config/hyprland/waybar/schemes/base16.css
index eced638..19bb703 100644
--- a/config/hyprland/waybar/schemes/base16.css
+++ b/config/hyprland/waybar/schemes/base16.css
@@ -39,7 +39,7 @@ window#waybar.PCSX2 #window {
#mpd, #battery,
#window,
-#network, #pulseaudio, #temperature, #cpu, #custom-memory {
+#custom-wireguard, #network, #pulseaudio, #temperature, #cpu, #custom-memory {
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
@@ -48,7 +48,7 @@ window#waybar.PCSX2 #window {
#workspaces, #mpd, #battery, #clock,
#window,
-#network, #pulseaudio, #temperature, #cpu, #custom-memory, #tray {
+#custom-wireguard, #network, #pulseaudio, #temperature, #cpu, #custom-memory, #tray {
border: solid @background 2px;
margin-top: 4px;
margin-bottom: 2px;
@@ -112,6 +112,12 @@ window#waybar.PCSX2 #window {
background: @color4;
}
+#custom-wireguard {
+ color: @color5;
+ border-color: @color8;
+ background: @background;
+}
+
#network {
color: @background;
background: @color5;