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",
"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",
},
},
}

View File

@@ -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;
}