Adjust bar module colors
This commit is contained in:
16
README.org
16
README.org
@@ -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
|
||||||
|
|
||||||
|
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user