From 8f2104a3a0d0f1c5561917e9ec2dd61622a65926 Mon Sep 17 00:00:00 2001 From: SherLock707 Date: Fri, 29 Dec 2023 14:52:13 +0530 Subject: Added custom cava based music visualizer for waybar --- config/waybar/configs/[TOP] Default | 2 ++ config/waybar/modules | 5 +++++ config/waybar/style/Rose Pine.css | 1 + 3 files changed, 8 insertions(+) (limited to 'config/waybar') diff --git a/config/waybar/configs/[TOP] Default b/config/waybar/configs/[TOP] Default index b40bc576..af1dfa83 100644 --- a/config/waybar/configs/[TOP] Default +++ b/config/waybar/configs/[TOP] Default @@ -25,6 +25,8 @@ "memory", "custom/separator#dot-line", "custom/weather", + "custom/separator#dot-line", + "custom/mviz", ], "modules-center": [ diff --git a/config/waybar/modules b/config/waybar/modules index 2841dc36..919076b2 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -574,6 +574,11 @@ "interval" : 86400, // once every day "tooltip": true, }, + +"custom/mviz": { + "exec": "~/.config/hypr/scripts/waybar_cava.sh", + "format": "{}" + }, // NOTE:! This is only for Arch and Arch Based Distros "custom/updater":{ diff --git a/config/waybar/style/Rose Pine.css b/config/waybar/style/Rose Pine.css index 4a15422b..f055b3b7 100644 --- a/config/waybar/style/Rose Pine.css +++ b/config/waybar/style/Rose Pine.css @@ -129,6 +129,7 @@ tooltip { #custom-swaync, #custom-updater, #custom-swaync, +#custom-mviz, #custom-weather, #custom-weather.clearNight, #custom-weather.cloudyFoggyDay, -- cgit v1.2.3