aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/style.css')
-rw-r--r--dotfiles/hyprland/.config/waybar/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css
index 3a849c5..cd158d0 100644
--- a/dotfiles/hyprland/.config/waybar/style.css
+++ b/dotfiles/hyprland/.config/waybar/style.css
@@ -77,6 +77,7 @@ window#waybar {
#custom-worldclock,
#custom-layout,
#custom-touchpad,
+#custom-airplane,
#window {
padding: 0.45rem;
margin: 0.3rem;
@@ -98,6 +99,7 @@ window#waybar {
#pulseaudio:hover,
#sysmonitor:hover,
#custom-touchpad:hover,
+#custom-airplane:hover,
#custom-layout:hover {
background-color: #474544;
border-radius: 1rem;
@@ -112,6 +114,10 @@ window#waybar {
color: #d47c59;
}
+#custom-airplane.active {
+ color: #d7af5f;
+}
+
#temperature.warning {
color: #d7af5f;
}