Changed icon color

This commit is contained in:
pika 2024-05-27 14:34:45 +02:00
parent 82c27ae688
commit 14c3101904

View file

@ -17,21 +17,21 @@
/* ------ Modules Left ------ */ /* ------ Modules Left ------ */
.modules-left { .modules-left {
background-color: @base; background-color: @base;
padding-right: 5px; padding-right: 5px;
padding-left: 5px; padding-left: 5px;
} }
/* ------ Modules Center ------ */ /* ------ Modules Center ------ */
.modules-center { .modules-center {
background-color: @base; background-color: @base;
padding-right: 5px; padding-right: 5px;
padding-left: 5px; padding-left: 5px;
} }
/* ------ Modules Right ------ */ /* ------ Modules Right ------ */
.modules-right { .modules-right {
background-color: @base; background-color: @base;
padding-right: 5px; padding-right: 5px;
padding-left: 5px; padding-left: 5px;
} }
@ -49,44 +49,44 @@
/* ------ Window Title ------ */ /* ------ Window Title ------ */
#window { #window {
color: @color7; color: @color7;
padding-right: 4px; padding-right: 4px;
} }
window#waybar { window#waybar {
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
/* border-bottom: 0px solid #ffffff; */ /* border-bottom: 0px solid #ffffff; */
/* color: #FFFFFF; */ /* color: #FFFFFF; */
background: transparent; background: transparent;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;
} }
/* ----------------------------------------------------- /* -----------------------------------------------------
* Workspaces * Workspaces
* ----------------------------------------------------- */ * ----------------------------------------------------- */
#workspaces button.empty { #workspaces button.empty {
color: @color2; color: @color2;
font-family: JetBrainsMono Nerd Font; font-family: JetBrainsMono Nerd Font;
} }
#workspaces { #workspaces {
margin: 0px 1px 0px 1px; margin: 0px 1px 0px 1px;
padding: 0px 1px; padding: 0px 1px;
font-family: JetBrainsMono Nerd Font; font-family: JetBrainsMono Nerd Font;
} }
#workspaces button { #workspaces button {
padding: 0px 2px; padding: 0px 2px;
margin: 4px 2px; margin: 4px 2px;
color: @color7; color: @color7;
font-family: JetBrainsMono Nerd Font; font-family: JetBrainsMono Nerd Font;
} }
#workspaces button:hover { #workspaces button:hover {
opacity:0.5; opacity:0.5;
color: @color3; color: @color3;
} }
/* ------ Pulseaudio ------ */ /* ------ Pulseaudio ------ */
@ -139,7 +139,7 @@ window#waybar {
/* ------ Custom Modules ------ */ /* ------ Custom Modules ------ */
#custom-icon { #custom-icon {
font-size: 18px; font-size: 18px;
color: @blue; color: @color7;
padding-right: 5px; padding-right: 5px;
} }
@ -199,6 +199,6 @@ window#waybar {
} }
tooltip { tooltip {
background: @base; background: @base;
border: 1px solid @blue; border: 1px solid @blue;
} }