diff options
| author | SherLock707 <kirangeorge1995@gmail.com> | 2023-12-29 14:52:13 +0530 |
|---|---|---|
| committer | SherLock707 <kirangeorge1995@gmail.com> | 2023-12-29 14:52:13 +0530 |
| commit | 8f2104a3a0d0f1c5561917e9ec2dd61622a65926 (patch) | |
| tree | b69281ad02a353d6a98a392a767a9e933a31a785 /config/waybar | |
| parent | 46677e3f5bbc124459c5fa8b84d51ae22c7ad8ae (diff) | |
Added custom cava based music visualizer for waybar
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/configs/[TOP] Default | 2 | ||||
| -rw-r--r-- | config/waybar/modules | 5 | ||||
| -rw-r--r-- | config/waybar/style/Rose Pine.css | 1 |
3 files changed, 8 insertions, 0 deletions
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, |
