diff --git a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf2.nix b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf2.nix
index 332cd465..55ad8429 100644
--- a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf2.nix
+++ b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf2.nix
@@ -27,13 +27,21 @@
],
"modules-right": [
"mpris",
- "waybar-idle-inhibotor",
+ "idle-inhibotor",
"pulseaudio",
"network",
"battery",
"clock"
],
+ "idle_inhibitor": {
+ "format": "{icon}",
+ "format-icons": {
+ "activated": "",
+ "deactivated": ""
+ }
+ }
+
"mpris": {
"format": "{player_icon} {dynamic}",
"format-paused": "{status_icon} {dynamic}",
@@ -73,11 +81,11 @@
"pulseaudio": {
"scroll-step": 1,
"format": "{icon} {format_source}",
- "format-bluetooth": "{volume}% {icon} {format_source}",
- "format-bluetooth-muted": " {format_source}",
- "format-muted": " {format_source}",
- "format-source": " ",
- "format-source-muted": " ",
+ "format-bluetooth": "{volume}% {icon} {format_source}",
+ "format-bluetooth-muted": " ",
+ "format-muted": " {format_source}",
+ "format-source": " ",
+ "format-source-muted": " ",
"format-icons": {
"headphone": "",
"headset": "",