update waybar config
This commit is contained in:
parent
4754ddb038
commit
6e3bd00d04
1 changed files with 4 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
|||
#modules-center = [ "clock" ];
|
||||
modules-left = with config;
|
||||
if programs.hyprland.enable == true then
|
||||
[ "custom/menu" "wlr/workspaces" ]
|
||||
[ "custom/menu" "hyprland/workspaces" ]
|
||||
else if programs.sway.enable == true then
|
||||
[ "sway/workspaces" "sway/window" "sway/mode" ]
|
||||
else [ ];
|
||||
|
|
@ -161,6 +161,9 @@
|
|||
active-only = false;
|
||||
on-click = "activate";
|
||||
};
|
||||
"hyprland/workspaces" = {
|
||||
format = "<span font='11'>{name}</span>";
|
||||
};
|
||||
clock = {
|
||||
format = "{:%b %d %H:%M} ";
|
||||
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue