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:
parent
7f35be07f7
commit
6002c49a16
2 changed files with 44 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue