mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-24 03:31:23 +02:00
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 = {
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user