mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
wayle: fix example
This commit is contained in:
committed by
Austin Horstman
parent
667b3c4732
commit
6837e0d6c5
@@ -59,12 +59,14 @@ in
|
||||
location = "top";
|
||||
rounding = "sm";
|
||||
|
||||
layout = {
|
||||
monitor = "*";
|
||||
left = [ "clock" ];
|
||||
center = [ "media" ];
|
||||
right = [ "battery" ];
|
||||
};
|
||||
layout = [
|
||||
{
|
||||
monitor = "*";
|
||||
left = [ "clock" ];
|
||||
center = [ "media" ];
|
||||
right = [ "battery" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
modules.clock = {
|
||||
|
||||
@@ -20,12 +20,14 @@
|
||||
location = "top";
|
||||
rounding = "sm";
|
||||
|
||||
layout = {
|
||||
monitor = "*";
|
||||
left = [ "clock" ];
|
||||
center = [ "media" ];
|
||||
right = [ "battery" ];
|
||||
};
|
||||
layout = [
|
||||
{
|
||||
monitor = "*";
|
||||
left = [ "clock" ];
|
||||
center = [ "media" ];
|
||||
right = [ "battery" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
modules.clock = {
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
location = "top"
|
||||
rounding = "sm"
|
||||
scale = 1
|
||||
|
||||
[bar.layout]
|
||||
[[bar.layout]]
|
||||
center = ["media"]
|
||||
left = ["clock"]
|
||||
monitor = "*"
|
||||
|
||||
Reference in New Issue
Block a user