waybar: remove window modules and replace with clock

This commit is contained in:
Aly Raffauf 2024-04-14 20:14:55 -04:00
parent 4e6a5b82c8
commit f0687e47f9

View file

@ -25,7 +25,7 @@
position = "top"; position = "top";
reload_style_on_change = true; reload_style_on_change = true;
modules-left = ["hyprland/workspaces" "river/tags" "sway/workspaces" "hyprland/submap"]; modules-left = ["hyprland/workspaces" "river/tags" "sway/workspaces" "hyprland/submap"];
modules-center = ["hyprland/window" "river/window" "sway/window"]; modules-center = ["clock"];
modules-right = [ modules-right = [
"tray" "tray"
"bluetooth" "bluetooth"
@ -34,11 +34,10 @@
# "wireplumber" # "wireplumber"
"group/power" "group/power"
"custom/logout" "custom/logout"
"clock"
]; ];
"hyprland/workspaces" = { "hyprland/workspaces" = {
"all-outputs" = true; "all-outputs" = true;
"format" = "{icon}"; "format" = "{icon} {name}";
"format-icons" = { "format-icons" = {
"default" = "󰝥"; "default" = "󰝥";
"active" = "󰪥"; "active" = "󰪥";
@ -46,8 +45,10 @@
"persistent-workspaces" = {"*" = 4;}; "persistent-workspaces" = {"*" = 4;};
}; };
"hyprland/window" = { "hyprland/window" = {
"format" = "";
"max-length" = 100; "max-length" = 100;
"separate-outputs" = true; "separate-outputs" = true;
"icon" = true;
}; };
"sway/workspaces" = { "sway/workspaces" = {
"all-outputs" = true; "all-outputs" = true;