mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -05:00
waybar: remove window modules and replace with clock
This commit is contained in:
parent
4e6a5b82c8
commit
f0687e47f9
|
@ -25,7 +25,7 @@
|
|||
position = "top";
|
||||
reload_style_on_change = true;
|
||||
modules-left = ["hyprland/workspaces" "river/tags" "sway/workspaces" "hyprland/submap"];
|
||||
modules-center = ["hyprland/window" "river/window" "sway/window"];
|
||||
modules-center = ["clock"];
|
||||
modules-right = [
|
||||
"tray"
|
||||
"bluetooth"
|
||||
|
@ -34,11 +34,10 @@
|
|||
# "wireplumber"
|
||||
"group/power"
|
||||
"custom/logout"
|
||||
"clock"
|
||||
];
|
||||
"hyprland/workspaces" = {
|
||||
"all-outputs" = true;
|
||||
"format" = "{icon}";
|
||||
"format" = "{icon} {name}";
|
||||
"format-icons" = {
|
||||
"default" = "";
|
||||
"active" = "";
|
||||
|
@ -46,8 +45,10 @@
|
|||
"persistent-workspaces" = {"*" = 4;};
|
||||
};
|
||||
"hyprland/window" = {
|
||||
"format" = "";
|
||||
"max-length" = 100;
|
||||
"separate-outputs" = true;
|
||||
"icon" = true;
|
||||
};
|
||||
"sway/workspaces" = {
|
||||
"all-outputs" = true;
|
||||
|
|
Loading…
Reference in a new issue