From 418814a29d7db9b056ebea394e34e8e5a9d1652e Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 5 Oct 2024 20:14:19 -0400 Subject: [PATCH] Adjust bar module colors --- README.org | 16 ++++++++-------- waybar/style.css | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.org b/README.org index a210591..938536e 100644 --- a/README.org +++ b/README.org @@ -798,7 +798,7 @@ fi #+BEGIN_SRC css :tangle waybar/style.css #tags button { background: transparent; - color: #6272a4; + color: #44475a; } #tags button.occupied { background: transparent; @@ -872,7 +872,7 @@ fi } #idle_inhibitor.deactivated { background: transparent; - color: #6272a4; + color: #44475a; } #+END_SRC @@ -934,19 +934,19 @@ fi #+BEGIN_SRC css :tangle waybar/style.css #custom-media-playing-source { background: transparent; - color: #ff79c6; + color: #ff5555; } #custom-media-playing-prev { background: transparent; - color: #ff79c6; + color: #ff5555; } #custom-media-playing-play-pause { background: transparent; - color: #ff79c6; + color: #ff5555; } #custom-media-playing-next { background: transparent; - color: #ff79c6; + color: #ff5555; } #+END_SRC @@ -1107,7 +1107,7 @@ echo '{"text":"'$mediaSourceIcon'","tooltip":"󰝚\t'$title'\r󰠃\t'$artist'\r } #custom-power-menu-lock { background: transparent; - color: #bd93f9; + color: #ff79c6; } #custom-power-menu-logout { background: transparent; @@ -1148,7 +1148,7 @@ echo '{"text":"'$mediaSourceIcon'","tooltip":"󰝚\t'$title'\r󰠃\t'$artist'\r #+BEGIN_SRC css :tangle waybar/style.css #pulseaudio { background: transparent; - color: #bd93f9; + color: #ff79c6; } #+END_SRC diff --git a/waybar/style.css b/waybar/style.css index b461ca0..e97df98 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -44,7 +44,7 @@ window#waybar { #tags button { background: transparent; - color: #6272a4; + color: #44475a; } #tags button.occupied { background: transparent; @@ -78,7 +78,7 @@ window#waybar { } #idle_inhibitor.deactivated { background: transparent; - color: #6272a4; + color: #44475a; } #memory { @@ -88,19 +88,19 @@ window#waybar { #custom-media-playing-source { background: transparent; - color: #ff79c6; + color: #ff5555; } #custom-media-playing-prev { background: transparent; - color: #ff79c6; + color: #ff5555; } #custom-media-playing-play-pause { background: transparent; - color: #ff79c6; + color: #ff5555; } #custom-media-playing-next { background: transparent; - color: #ff79c6; + color: #ff5555; } #custom-power-menu-launcher { @@ -121,7 +121,7 @@ window#waybar { } #custom-power-menu-lock { background: transparent; - color: #bd93f9; + color: #ff79c6; } #custom-power-menu-logout { background: transparent; @@ -130,7 +130,7 @@ window#waybar { #pulseaudio { background: transparent; - color: #bd93f9; + color: #ff79c6; } #custom-system76-power {