waybar: Move the bar to the right

This makes the bar less likely to be seen since eye focus is usually on
the left side of the screen for left-to-right text.
This commit is contained in:
Donovan Glover 2023-05-22 23:04:54 -04:00
parent 49a621f081
commit b6f885bec5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -8,7 +8,7 @@
settings = { settings = {
mainBar = { mainBar = {
layer = "top"; layer = "top";
position = "left"; position = "right";
width = 45; width = 45;
spacing = 8; spacing = 8;
modules-left = [ "wlr/workspaces" "custom/new-workspace" ]; modules-left = [ "wlr/workspaces" "custom/new-workspace" ];
@ -90,7 +90,7 @@
window#waybar { window#waybar {
background: alpha(@base00, 0.95); background: alpha(@base00, 0.95);
border-right: 1px solid alpha(@base02, 0.67); border-left: 1px solid alpha(@base02, 0.67);
} }
#workspaces button { #workspaces button {