From 9c0cfe74c0135c5e354ad235717be85d7c431839 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 16 Mar 2025 19:00:01 -0700 Subject: [PATCH] remove cpu/ram modules --- catppuccin-macchiato/config.jsonc | 35 +++++++++++++++++++++++++------ catppuccin-macchiato/style.css | 11 ++++++++-- 2 files changed, 38 insertions(+), 8 deletions(-) diff --git a/catppuccin-macchiato/config.jsonc b/catppuccin-macchiato/config.jsonc index 1c8cfcb..07c4b8f 100644 --- a/catppuccin-macchiato/config.jsonc +++ b/catppuccin-macchiato/config.jsonc @@ -11,8 +11,9 @@ "hyprland/workspaces", "tray", "hyprland/mode", - "custom/mpv-scroll", + "custom/mpd-scroll", "custom/firefox", + "cava", ], "modules-center": ["hyprland/window"], "modules-right": [ @@ -22,8 +23,8 @@ "custom/kernel", // "disk#ssd", // "temperature", - "cpu", - "memory", + // "cpu", + // "memory", "bluetooth", "network", "pulseaudio", @@ -237,8 +238,8 @@ "format": "{} {icon}", "return-type": "json", "format-icons": { - "has-updates": "󱍷", - "updated": "", + "has-updates": "", + "updated": "", }, "exec-if": "which waybar-module-pacman-updates", "exec": "waybar-module-pacman-updates --no-zero-output --tooltip-align-columns", @@ -256,7 +257,7 @@ "on-click": "playerctl -p firefox play-pause", "hide-empty-text": true, }, - "custom/mpv-scroll": { + "custom/mpd-scroll": { "escape": "true", "exec": "$HOME/.config/waybar/scripts/scroll-mpd.sh", "format": "{}", @@ -267,4 +268,26 @@ "on-scroll-up": "mpc volume +5", "hide-empty-text": true, }, + "cava": { + // "cava_config": "$HOME/.config/cava/config", + "framerate": 144, + "autosens": 1, + "sensitivity": 100, + "bars": 14, + "lower_cutoff_freq": 50, + "higher_cutoff_freq": 10000, + "method": "pipewire", + "source": "auto", + "stereo": true, + "reverse": false, + "bar_delimiter": 0, + "monstercat": false, + "waves": false, + "noise_reduction": 0.77, + "input_delay": 4, + "format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"], + "actions": { + "on-click-right": "mode", + }, + }, } diff --git a/catppuccin-macchiato/style.css b/catppuccin-macchiato/style.css index 550bc2f..3b6634e 100644 --- a/catppuccin-macchiato/style.css +++ b/catppuccin-macchiato/style.css @@ -125,7 +125,7 @@ button:hover { } #custom-kernel { - background-color: @rosewater; + background-color: @mauve; color: @mantle; } @@ -240,7 +240,7 @@ label:focus { color: #1793d1; } -#custom-mpv-scroll { +#custom-mpd-scroll { color: @base; background-color: @blue; padding: 0 10px; @@ -265,3 +265,10 @@ label:focus { padding: 0 10px; margin: 5px 1px; } + +#cava { + background-color: @blue; + color: @base; + padding: 0 10px; + margin: 5px 1px; +}