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", "layer": "bottom",
"position": "bottom", "position": "bottom",
"modules-left": ["sway/workspaces", "sway/mode"], "modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
"modules-center": ["sway/window"], "modules-center": [],
"modules-right": [ "modules-right": [
"memory", "memory",
"cpu", "cpu",

View file

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