aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/waybar/style.css')
-rw-r--r--dot_config/waybar/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css
index 037c0e3..3072ad2 100644
--- a/dot_config/waybar/style.css
+++ b/dot_config/waybar/style.css
@@ -40,6 +40,7 @@ window#waybar {
#memory,
#temperature,
#network,
+#bluetooth,
#pulseaudio,
#tray,
#window,
@@ -80,6 +81,19 @@ window#waybar {
color: #928374; /* gray */
}
+#bluetooth {
+ color: #83a598; /* blue when on, no connections */
+}
+
+#bluetooth.connected {
+ color: #b8bb26; /* green when a device is connected */
+}
+
+#bluetooth.disabled,
+#bluetooth.off {
+ color: #928374; /* gray when adapter is off */
+}
+
#battery {
color: #fabd2f; /* yellow */
}