update config file
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
window#waybar {
|
||||
background: rgba(21, 18, 27, 0);
|
||||
color: #2b2b2c;
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background: #e7e7ec;;
|
||||
background: #1e1e2e;
|
||||
opacity: 0.8;
|
||||
border-radius: 10px;
|
||||
border-width: 2px;
|
||||
@@ -22,7 +22,7 @@ tooltip {
|
||||
}
|
||||
|
||||
tooltip label{
|
||||
color: #2b2b2c;
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
@@ -72,7 +72,7 @@ tooltip label{
|
||||
#temperature,
|
||||
#workspaces,
|
||||
#backlight {
|
||||
background: #e7e7ec;
|
||||
background: #1e1e2e;
|
||||
opacity: 0.8;
|
||||
padding: 0px 10px;
|
||||
margin: 3px 0px;
|
||||
@@ -84,7 +84,7 @@ tooltip label{
|
||||
border-radius: 10px 0px 0px 10px;
|
||||
}
|
||||
|
||||
#custom-light_dark, #custom-power_btn, #workspaces, #pulseaudio.microphone, #battery, #disk{
|
||||
#custom-light_dark, #custom-power_btn, #workspaces, #pulseaudio.microphone, #battery, #disk {
|
||||
border-radius: 0px 10px 10px 0px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
@@ -100,7 +100,7 @@ tooltip label{
|
||||
}
|
||||
|
||||
#custom-power_profile {
|
||||
color: #1d7715;
|
||||
color: #a6e3a1;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
}
|
||||
@@ -112,24 +112,24 @@ tooltip label{
|
||||
}
|
||||
|
||||
#custom-launch_wofi {
|
||||
color: #407cdd;
|
||||
color: #89b4fa;
|
||||
margin-left: 10px;
|
||||
border-right: 0px;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: #407cdd;
|
||||
color: #89b4fa;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
}
|
||||
|
||||
#pulseaudio.microphone {
|
||||
color: #ad6bfd;
|
||||
color: #cba6f7;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
}
|
||||
|
||||
#battery {
|
||||
color: #1d7715;
|
||||
color: #a6e3a1;
|
||||
border-left: 0px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user