mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Move waybar to the bottom
This commit is contained in:
parent
b4185d208f
commit
541284f199
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
mainBar = {
|
mainBar = {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "bottom";
|
||||||
spacing = 10;
|
spacing = 10;
|
||||||
|
|
||||||
modules-left = ["clock"];
|
modules-left = ["clock"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue