Added default config for sway binding mode

This commit is contained in:
Robinhuett
2018-10-30 13:44:44 +01:00
parent a042eea384
commit 668b7b736c
2 changed files with 10 additions and 2 deletions

View File

@ -23,7 +23,12 @@ window#waybar {
border-bottom: 3px solid white;
}
#clock, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify, #tray {
#mode {
background: #64727D;
border-bottom: 3px solid white;
}
#clock, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify, #tray #mode {
padding: 0 10px;
margin: 0 5px;
}