diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 9308115..920ac6b 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -297,10 +297,16 @@ # width = 1280; spacing = 2; - modules-left = [ "battery" "backlight" "pulseaudio" "cpu" "memory" ]; + modules-left = [ "custom/os" "battery" "backlight" "pulseaudio" "cpu" "memory" ]; modules-center = [ "wlr/workspaces" ]; modules-right = [ "idle_inhibitor" "clock" "tray" ]; + "custom/os" = { + "format" = " {} "; + "exec" = ''echo "" ''; + "interval" = "once"; + }; + "wlr/workspaces" = { "format" = "{icon}"; "format-icons" = {