waybar redo

This commit is contained in:
Noa Aarts 2025-03-23 22:46:00 +01:00
parent 0b21647b2b
commit f5a8935507
Signed by: noa
GPG key ID: 1850932741EFF672
14 changed files with 223 additions and 72 deletions

View file

@ -17,17 +17,16 @@ in
style = ''
#tray {
color: #${config.colorScheme.palette.taskbarText};
margin: 0px 2px;
margin: 5px 0px;
padding: 4px 10px;
border-radius: 999px 999px 999px 999px;
box-shadow: inset 0px 0px 0 1px #${config.colorScheme.palette.base01};
border-radius: 999px;
background-color: #${config.colorScheme.palette.taskbarBackground};
}
#tray {
background-color: transparent;
#tray > * {
padding: 0 20px;
}
#tray > .passive {
-gtk-icon-effect: dim;
}