diff --git a/Configs/.config/waybar/modules/mediaplayer.jsonc b/Configs/.config/waybar/modules/mediaplayer.jsonc new file mode 100644 index 000000000..3f3f57133 --- /dev/null +++ b/Configs/.config/waybar/modules/mediaplayer.jsonc @@ -0,0 +1,12 @@ +{ + "custom/mediaplayer": { + "exec": "hyde-shell mediaplayer", + "return-type": "json", + "format": "{0}", + "rotate": 0, + "class": "default-margin-padding", + "restart-interval": 1, + "tooltip": true, + "max-length": 1000 + } +} diff --git a/Configs/.local/share/waybar/modules/custom-mediaplyer.jsonc b/Configs/.local/share/waybar/modules/custom-mediaplyer.jsonc new file mode 100644 index 000000000..3f3f57133 --- /dev/null +++ b/Configs/.local/share/waybar/modules/custom-mediaplyer.jsonc @@ -0,0 +1,12 @@ +{ + "custom/mediaplayer": { + "exec": "hyde-shell mediaplayer", + "return-type": "json", + "format": "{0}", + "rotate": 0, + "class": "default-margin-padding", + "restart-interval": 1, + "tooltip": true, + "max-length": 1000 + } +}