Adjust bar module colors

This commit is contained in:
Sravan Balaji
2024-10-05 20:14:19 -04:00
parent 661bad1870
commit 418814a29d
2 changed files with 16 additions and 16 deletions

View File

@@ -798,7 +798,7 @@ fi
#+BEGIN_SRC css :tangle waybar/style.css #+BEGIN_SRC css :tangle waybar/style.css
#tags button { #tags button {
background: transparent; background: transparent;
color: #6272a4; color: #44475a;
} }
#tags button.occupied { #tags button.occupied {
background: transparent; background: transparent;
@@ -872,7 +872,7 @@ fi
} }
#idle_inhibitor.deactivated { #idle_inhibitor.deactivated {
background: transparent; background: transparent;
color: #6272a4; color: #44475a;
} }
#+END_SRC #+END_SRC
@@ -934,19 +934,19 @@ fi
#+BEGIN_SRC css :tangle waybar/style.css #+BEGIN_SRC css :tangle waybar/style.css
#custom-media-playing-source { #custom-media-playing-source {
background: transparent; background: transparent;
color: #ff79c6; color: #ff5555;
} }
#custom-media-playing-prev { #custom-media-playing-prev {
background: transparent; background: transparent;
color: #ff79c6; color: #ff5555;
} }
#custom-media-playing-play-pause { #custom-media-playing-play-pause {
background: transparent; background: transparent;
color: #ff79c6; color: #ff5555;
} }
#custom-media-playing-next { #custom-media-playing-next {
background: transparent; background: transparent;
color: #ff79c6; color: #ff5555;
} }
#+END_SRC #+END_SRC
@@ -1107,7 +1107,7 @@ echo '{"text":"'$mediaSourceIcon'","tooltip":"󰝚\t'$title'\r󰠃\t'$artist'\r
} }
#custom-power-menu-lock { #custom-power-menu-lock {
background: transparent; background: transparent;
color: #bd93f9; color: #ff79c6;
} }
#custom-power-menu-logout { #custom-power-menu-logout {
background: transparent; background: transparent;
@@ -1148,7 +1148,7 @@ echo '{"text":"'$mediaSourceIcon'","tooltip":"󰝚\t'$title'\r󰠃\t'$artist'\r
#+BEGIN_SRC css :tangle waybar/style.css #+BEGIN_SRC css :tangle waybar/style.css
#pulseaudio { #pulseaudio {
background: transparent; background: transparent;
color: #bd93f9; color: #ff79c6;
} }
#+END_SRC #+END_SRC

View File

@@ -44,7 +44,7 @@ window#waybar {
#tags button { #tags button {
background: transparent; background: transparent;
color: #6272a4; color: #44475a;
} }
#tags button.occupied { #tags button.occupied {
background: transparent; background: transparent;
@@ -78,7 +78,7 @@ window#waybar {
} }
#idle_inhibitor.deactivated { #idle_inhibitor.deactivated {
background: transparent; background: transparent;
color: #6272a4; color: #44475a;
} }
#memory { #memory {
@@ -88,19 +88,19 @@ window#waybar {
#custom-media-playing-source { #custom-media-playing-source {
background: transparent; background: transparent;
color: #ff79c6; color: #ff5555;
} }
#custom-media-playing-prev { #custom-media-playing-prev {
background: transparent; background: transparent;
color: #ff79c6; color: #ff5555;
} }
#custom-media-playing-play-pause { #custom-media-playing-play-pause {
background: transparent; background: transparent;
color: #ff79c6; color: #ff5555;
} }
#custom-media-playing-next { #custom-media-playing-next {
background: transparent; background: transparent;
color: #ff79c6; color: #ff5555;
} }
#custom-power-menu-launcher { #custom-power-menu-launcher {
@@ -121,7 +121,7 @@ window#waybar {
} }
#custom-power-menu-lock { #custom-power-menu-lock {
background: transparent; background: transparent;
color: #bd93f9; color: #ff79c6;
} }
#custom-power-menu-logout { #custom-power-menu-logout {
background: transparent; background: transparent;
@@ -130,7 +130,7 @@ window#waybar {
#pulseaudio { #pulseaudio {
background: transparent; background: transparent;
color: #bd93f9; color: #ff79c6;
} }
#custom-system76-power { #custom-system76-power {