Update .config/wofi/style.css
Update tags
This commit is contained in:
parent
ababa74172
commit
f31eebf622
2 changed files with 5 additions and 1 deletions
|
@ -52,6 +52,10 @@ window {
|
||||||
/* background: rgb(255,255,255); */
|
/* background: rgb(255,255,255); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#text {
|
||||||
|
color: #cba6f7;
|
||||||
|
}
|
||||||
|
|
||||||
#text:selected {
|
#text:selected {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin: 0px 0px;
|
margin: 0px 0px;
|
||||||
|
@ -62,7 +66,6 @@ window {
|
||||||
#entry {
|
#entry {
|
||||||
margin: 0px 0px;
|
margin: 0px 0px;
|
||||||
border: none;
|
border: none;
|
||||||
color: #cba6f7;
|
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
1
tags
1
tags
|
@ -154,6 +154,7 @@
|
||||||
#temperature dot_config/hypr/component/waybar/style.css /^#temperature {$/;" i
|
#temperature dot_config/hypr/component/waybar/style.css /^#temperature {$/;" i
|
||||||
#temperature dot_config/hypr/component/waybar/style.css /^#temperature,$/;" i
|
#temperature dot_config/hypr/component/waybar/style.css /^#temperature,$/;" i
|
||||||
#temperature.critical dot_config/hypr/component/waybar/style.css /^#temperature.critical {$/;" c
|
#temperature.critical dot_config/hypr/component/waybar/style.css /^#temperature.critical {$/;" c
|
||||||
|
#text dot_config/wofi/style.css /^#text {$/;" i
|
||||||
#text:selected dot_config/wofi/style.css /^#text:selected {$/;" i
|
#text:selected dot_config/wofi/style.css /^#text:selected {$/;" i
|
||||||
#titlebar dot_config/firefox/userChrome.css /^#titlebar {$/;" i
|
#titlebar dot_config/firefox/userChrome.css /^#titlebar {$/;" i
|
||||||
#titlebar #TabsToolbar dot_config/firefox/userChrome.css /^#titlebar #TabsToolbar {$/;" i
|
#titlebar #TabsToolbar dot_config/firefox/userChrome.css /^#titlebar #TabsToolbar {$/;" i
|
||||||
|
|
Loading…
Reference in a new issue