Changed icon color
This commit is contained in:
parent
82c27ae688
commit
14c3101904
1 changed files with 26 additions and 26 deletions
52
style.css
52
style.css
|
@ -17,21 +17,21 @@
|
|||
/* ------ Modules Left ------ */
|
||||
.modules-left {
|
||||
background-color: @base;
|
||||
padding-right: 5px;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
/* ------ Modules Center ------ */
|
||||
.modules-center {
|
||||
background-color: @base;
|
||||
padding-right: 5px;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
/* ------ Modules Right ------ */
|
||||
.modules-right {
|
||||
background-color: @base;
|
||||
padding-right: 5px;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
|
@ -49,44 +49,44 @@
|
|||
|
||||
/* ------ Window Title ------ */
|
||||
#window {
|
||||
color: @color7;
|
||||
padding-right: 4px;
|
||||
color: @color7;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
/* border-bottom: 0px solid #ffffff; */
|
||||
/* color: #FFFFFF; */
|
||||
background: transparent;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
/* border-bottom: 0px solid #ffffff; */
|
||||
/* color: #FFFFFF; */
|
||||
background: transparent;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Workspaces
|
||||
* ----------------------------------------------------- */
|
||||
* Workspaces
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#workspaces button.empty {
|
||||
color: @color2;
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
color: @color2;
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
margin: 0px 1px 0px 1px;
|
||||
padding: 0px 1px;
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
margin: 0px 1px 0px 1px;
|
||||
padding: 0px 1px;
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0px 2px;
|
||||
margin: 4px 2px;
|
||||
color: @color7;
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
padding: 0px 2px;
|
||||
margin: 4px 2px;
|
||||
color: @color7;
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
opacity:0.5;
|
||||
color: @color3;
|
||||
opacity:0.5;
|
||||
color: @color3;
|
||||
}
|
||||
|
||||
/* ------ Pulseaudio ------ */
|
||||
|
@ -139,7 +139,7 @@ window#waybar {
|
|||
/* ------ Custom Modules ------ */
|
||||
#custom-icon {
|
||||
font-size: 18px;
|
||||
color: @blue;
|
||||
color: @color7;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
|
@ -199,6 +199,6 @@ window#waybar {
|
|||
}
|
||||
|
||||
tooltip {
|
||||
background: @base;
|
||||
background: @base;
|
||||
border: 1px solid @blue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue