added submap to taskbar for hyprland :3

This commit is contained in:
foxora 2026-03-07 16:00:41 +00:00
parent 7ff6be7692
commit adcfc52c60
3 changed files with 18 additions and 5 deletions

View file

@ -8,7 +8,7 @@
height = 20;
modules-left = ["hyprland/workspaces" "wlr/taskbar" "custom/media"];
modules-center = ["clock"];
modules-right = ["cpu" "memory" "network" "pulseaudio" "privacy" "tray"];
modules-right = ["hyprland/submap" "cpu" "memory" "network" "pulseaudio" "privacy" "tray"];
# left
"hyprland/workspaces" = {
@ -39,6 +39,13 @@
};
# right
"hyprland/submap" = {
format = "{}";
# always-on = true;
# default-submap = "normal";
max-length = 12;
tooltip = false;
};
"cpu" = {
format = " {usage}%";
interval = 1;