1
0
Fork 0

move window title to the left

This commit is contained in:
Alexander Yakovlev 2020-06-08 14:42:12 +07:00
parent 3a2e981380
commit f333d25ac5
2 changed files with 6 additions and 2 deletions

4
config
View file

@ -1,8 +1,8 @@
{
"layer": "bottom",
"position": "bottom",
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
"modules-center": [],
"modules-right": [
"memory",
"cpu",

View file

@ -28,6 +28,9 @@ window#waybar.chromium {
border: none;
}
#workspaces {
margin-right: 10px;
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
@ -54,6 +57,7 @@ window#waybar.chromium {
#mode {
background-color: #64727D;
border-bottom: 3px solid #ffffff;
margin-right: 10px;
}
#clock,