update waybar
This commit is contained in:
+9
-2
@@ -8,13 +8,20 @@
|
|||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
|
|
||||||
|
output = [ "HDMI-A-2" ];
|
||||||
|
|
||||||
modules-left = [ "hyprland/workspaces" ];
|
modules-left = [ "hyprland/workspaces" ];
|
||||||
modules-center = [ "clock" ];
|
modules-center = [ "hyprland/window" ];
|
||||||
modules-right = [ "pulseaudio" "battery" "tray" ];
|
modules-right = [ "pulseaudio" "battery" "clock" "tray" ];
|
||||||
|
|
||||||
clock = {
|
clock = {
|
||||||
format = "{:%Y-%m-%d %H:%M}";
|
format = "{:%Y-%m-%d %H:%M}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"hyprland/workspaces" = {
|
||||||
|
all-outputs = false;
|
||||||
|
disable-scroll = true;
|
||||||
|
};
|
||||||
}];
|
}];
|
||||||
|
|
||||||
style = ''
|
style = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user