aboutsummaryrefslogtreecommitdiff
path: root/config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'config/waybar/style.css')
-rw-r--r--config/waybar/style.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css
index dd53eff..deee975 100644
--- a/config/waybar/style.css
+++ b/config/waybar/style.css
@@ -4,7 +4,8 @@
}
window#waybar {
- background-color: #0F261F;
+ /* background-color: #0F261F; */
+ background-color: rgba(15, 38, 31, 0.95);
color: #DAE6E3;
transition-property: background-color;
transition-duration: .5s;
@@ -108,4 +109,25 @@ button:hover {
#mpd {
color: #0F261F;
background-color: #FAED8F;
+ margin-right: 8px;
+}
+
+#custom-tailscale.connected {
+ color: #0F261F;
+ background-color: #80FFCC;
+}
+
+#custom-tailscale.stopped {
+ color: #0F261F;
+ background-color: #90A6A2;
+}
+
+#custom-mullvad.connected {
+ color: #0F261F;
+ background-color: #FFB4F0;
+}
+
+#custom-mullvad.disconnected {
+ color: #0F261F;
+ background-color: #B5D1CC;
}