waybar: Make alt formats consistent

Every notification icon (except wifi) has a more detailed alternative
display format which can be toggle with right click. By default only the
icons are displayed.
This commit is contained in:
Marty Oehme 2025-01-23 16:44:21 +01:00
parent 7f35be07f7
commit 6002c49a16
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 44 additions and 23 deletions

View file

@ -45,6 +45,13 @@ window#waybar.hidden {
color: @base0C;
}
/* give coherent background */
.modules-right {
padding: 0;
margin: 0;
background-color: @base01;
}
#clock,
#battery,
#cpu,
@ -64,7 +71,7 @@ window#waybar.hidden {
#custom-events,
#custom-vidl,
#custom-media {
padding: 0 10px;
padding: 0 5px;
margin: 0 5px;
color: @base05;
background-color: @base01;
@ -84,6 +91,10 @@ window#waybar.hidden {
background-color: @base02;
}
#mode.interact_float {
background-color: @base0D;
}
/* Mark active output through highlighted window background */
#window {
background-color: transparent;