Update hyprland and waybar configs

This commit is contained in:
Alex Selimov 2025-10-10 21:19:25 -04:00
parent 710caefead
commit 5d65e9de4f
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
8 changed files with 51 additions and 29 deletions

View file

@ -175,7 +175,7 @@ label:focus {
}
#tray {
background-color: #2980b9;
background-color: #191919;
}
#idle_inhibitor {
@ -188,20 +188,20 @@ label:focus {
}
#mpd {
background-color: #66cc99;
color: #2a5c45;
background-color: #191919;
color: #BBBBBB;
}
#mpd.disconnected {
background-color: #f53c3c;
background-color: #191919;
}
#mpd.stopped {
background-color: #90b1b1;
background-color: #191919;
}
#mpd.paused {
background-color: #51a37a;
background-color: #191919;
}
#language {
@ -211,3 +211,12 @@ label:focus {
margin: 6px 3px;
min-width: 16px;
}
#workspaces{
background: #191919;
}
#custom-packages{
color: #DE6E7c;
}