diff --git a/hosts/nixos-laptop/home-manager/waybar-conf.nix b/hosts/nixos-laptop/home-manager/waybar-conf.nix index abe2a7aa..597af688 100644 --- a/hosts/nixos-laptop/home-manager/waybar-conf.nix +++ b/hosts/nixos-laptop/home-manager/waybar-conf.nix @@ -12,12 +12,13 @@ "layer": "top", "position": "top", "modules-left": [ + "clock", "hyprland/workspaces", "hyprland/submap", "hyprland/window" ], "modules-center": [ - "clock" + "mpris" ], "modules-right": [ "pulseaudio", @@ -29,6 +30,18 @@ "tray" ], + "mpris": { + "format": "DEFAULT: {player_icon} {dynamic}", + "format-paused": "DEFAULT: {status_icon} {dynamic}", + "player-icons": { + "default": "▶", + "mpv": "🎵" + }, + "status-icons": { + "paused": "⏸" + }, + } + "hyprland/workspaces": { "disable-scroll": false }, @@ -134,7 +147,7 @@ "tray": { "tooltip": false, "spacing": 5 - }, + } ''; };