feature: created sway language submodule; added styles & config part for a sway language submodule

This commit is contained in:
nikto_b
2020-10-10 19:09:18 +03:00
parent bcb63b8ccb
commit cc3acf8102
7 changed files with 112 additions and 1 deletions

View File

@ -200,3 +200,11 @@ label:focus {
#mpd.paused {
background-color: #51a37a;
}
#language {
background: #00b093;
color: #740864;
padding: 0 5px;
margin: 0 5px;
min-width: 16px;
}