forked from extern/nix-config
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:
parent
49a621f081
commit
b6f885bec5
@ -8,7 +8,7 @@
|
||||
settings = {
|
||||
mainBar = {
|
||||
layer = "top";
|
||||
position = "left";
|
||||
position = "right";
|
||||
width = 45;
|
||||
spacing = 8;
|
||||
modules-left = [ "wlr/workspaces" "custom/new-workspace" ];
|
||||
@ -90,7 +90,7 @@
|
||||
|
||||
window#waybar {
|
||||
background: alpha(@base00, 0.95);
|
||||
border-right: 1px solid alpha(@base02, 0.67);
|
||||
border-left: 1px solid alpha(@base02, 0.67);
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
Loading…
Reference in New Issue
Block a user