remove cpu/ram modules

This commit is contained in:
2025-03-16 19:00:01 -07:00
parent fac34d4a8f
commit 9c0cfe74c0
2 changed files with 38 additions and 8 deletions

View File

@@ -11,8 +11,9 @@
"hyprland/workspaces", "hyprland/workspaces",
"tray", "tray",
"hyprland/mode", "hyprland/mode",
"custom/mpv-scroll", "custom/mpd-scroll",
"custom/firefox", "custom/firefox",
"cava",
], ],
"modules-center": ["hyprland/window"], "modules-center": ["hyprland/window"],
"modules-right": [ "modules-right": [
@@ -22,8 +23,8 @@
"custom/kernel", "custom/kernel",
// "disk#ssd", // "disk#ssd",
// "temperature", // "temperature",
"cpu", // "cpu",
"memory", // "memory",
"bluetooth", "bluetooth",
"network", "network",
"pulseaudio", "pulseaudio",
@@ -237,8 +238,8 @@
"format": "{} {icon}", "format": "{} {icon}",
"return-type": "json", "return-type": "json",
"format-icons": { "format-icons": {
"has-updates": "󱍷", "has-updates": "",
"updated": "", "updated": "",
}, },
"exec-if": "which waybar-module-pacman-updates", "exec-if": "which waybar-module-pacman-updates",
"exec": "waybar-module-pacman-updates --no-zero-output --tooltip-align-columns", "exec": "waybar-module-pacman-updates --no-zero-output --tooltip-align-columns",
@@ -256,7 +257,7 @@
"on-click": "playerctl -p firefox play-pause", "on-click": "playerctl -p firefox play-pause",
"hide-empty-text": true, "hide-empty-text": true,
}, },
"custom/mpv-scroll": { "custom/mpd-scroll": {
"escape": "true", "escape": "true",
"exec": "$HOME/.config/waybar/scripts/scroll-mpd.sh", "exec": "$HOME/.config/waybar/scripts/scroll-mpd.sh",
"format": "{}", "format": "{}",
@@ -267,4 +268,26 @@
"on-scroll-up": "mpc volume +5", "on-scroll-up": "mpc volume +5",
"hide-empty-text": true, "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",
},
},
} }

View File

@@ -125,7 +125,7 @@ button:hover {
} }
#custom-kernel { #custom-kernel {
background-color: @rosewater; background-color: @mauve;
color: @mantle; color: @mantle;
} }
@@ -240,7 +240,7 @@ label:focus {
color: #1793d1; color: #1793d1;
} }
#custom-mpv-scroll { #custom-mpd-scroll {
color: @base; color: @base;
background-color: @blue; background-color: @blue;
padding: 0 10px; padding: 0 10px;
@@ -265,3 +265,10 @@ label:focus {
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
} }
#cava {
background-color: @blue;
color: @base;
padding: 0 10px;
margin: 5px 1px;
}