I3 to Sway #1

Merged
dbroqua merged 112 commits from gentoo-sway into master 2021-10-21 21:40:49 +02:00
Showing only changes of commit 62118a8b4c - Show all commits

View File

@ -39,14 +39,11 @@ window#waybar {
border-radius: 4px;
background: rgba(94,129,172,0.7);
margin: 0 1px;
color: rgba(46, 52, 64, 1);
}
#workspaces button.current_output {
background: rgba(136, 192, 208, 0.7);
}
#workspaces button.focused {
border-radius: 4px;
background: rgba(163, 190, 140, 0.7);
color: rgba(46, 52, 64, 1);
background: rgba(136, 192, 208, 0.7);
}
#workspaces button.urgent {
background: rgba(208, 135, 112, 0.7);