mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-26 07:01:53 -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";
|
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;
|
||||||
|
|
Loading…
Reference in a new issue