Skip to content
Snippets Groups Projects
Commit f77515f0 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Remove keyboard state, try to make colors sensible

parent 20ba93ea
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
"network",
"backlight",
"pulseaudio",
"keyboard-state",
// "keyboard-state",
"sway/language",
"battery",
"battery#bat2",
......
......@@ -5,7 +5,7 @@
}
window#waybar {
background-color: rgba(43, 48, 59, 0.5);
background-color: rgba(23, 28, 29, 0.9);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
color: #ffffff;
transition-property: background-color;
......@@ -169,16 +169,16 @@ label:focus {
}
#cpu {
background-color: #2ecc71;
color: #000000;
/* background-color: #2ecc71; */
/* color: #000000; */
}
#memory {
background-color: #9b59b6;
/* background-color: #9b59b6; */
}
#disk {
background-color: #964B00;
/* background-color: #964B00; */
}
#backlight {
......@@ -186,7 +186,7 @@ label:focus {
}
#network {
background-color: #2980b9;
/* background-color: #2980b9; */
}
#network.disconnected {
......@@ -194,18 +194,18 @@ label:focus {
}
#pulseaudio {
background-color: #f1c40f;
color: #000000;
/* background-color: #f1c40f; */
/* color: #000000; */
}
#pulseaudio.muted {
background-color: #90b1b1;
color: #2a5c45;
/* background-color: #90b1b1; */
/* color: #2a5c45; */
}
#wireplumber {
background-color: #fff0f5;
color: #000000;
/* background-color: #fff0f5; */
/* color: #000000; */
}
#wireplumber.muted {
......@@ -227,7 +227,7 @@ label:focus {
}
#temperature {
background-color: #f0932b;
/* background-color: #f0932b; */
}
#temperature.critical {
......@@ -235,7 +235,10 @@ label:focus {
}
#tray {
background-color: #2980b9;
/* background-color: #2980b9; */
background-color: rgba(255, 255, 255, 0.6);
/* color: #ffffff; */
/* background-color: #ffffff; */
}
#tray > .passive {
......@@ -274,16 +277,16 @@ label:focus {
}
#language {
background: #00b093;
color: #740864;
/* background: #00b093; */
/* color: #740864; */
padding: 0 5px;
margin: 0 5px;
min-width: 16px;
}
#keyboard-state {
background: #97e1ad;
color: #000000;
/* background: #97e1ad; */
/* color: #000000; */
padding: 0 0px;
margin: 0 5px;
min-width: 16px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment