update laptop config

This commit is contained in:
2025-03-17 00:38:14 -07:00
parent f853c4d033
commit e6ab8c75cb

View File

@@ -5,14 +5,16 @@
"width": 1905, "width": 1905,
"spacing": 1, "spacing": 1,
"reload_style_on_change": true, "reload_style_on_change": true,
"fixed-center": true,
"margin": "10 5 0 5", "margin": "10 5 0 5",
"modules-left": [ "modules-left": [
"custom/launcher", "custom/launcher",
"hyprland/workspaces", "hyprland/workspaces",
"tray", "tray",
"hyprland/mode", "hyprland/submap",
"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 +24,8 @@
"custom/kernel", "custom/kernel",
// "disk#ssd", // "disk#ssd",
// "temperature", // "temperature",
"cpu", // "cpu",
"memory", // "memory",
"bluetooth", "bluetooth",
"network", "network",
"pulseaudio", "pulseaudio",
@@ -60,8 +62,10 @@
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%", "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
"on-click": "blueman-manager", "on-click": "blueman-manager",
}, },
"hyprland/mode": { "hyprland/submap": {
"format": "<span style=\"italic\">{}</span>", "format": "{}",
"max-length": 8,
"tooltip": false,
}, },
"hyprland/scratchpad": { "hyprland/scratchpad": {
"format": "{icon} {count}", "format": "{icon} {count}",
@@ -178,21 +182,6 @@
}, },
"on-click": "pavucontrol", "on-click": "pavucontrol",
}, },
"battery": {
"states": {
"good": 75,
"warning": 30,
"critical": 15,
},
"format": "{capacity}% {icon}",
"format-full": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""],
},
"custom/pipewire": { "custom/pipewire": {
"tooltip": false, "tooltip": false,
"max-length": 6, "max-length": 6,
@@ -253,8 +242,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",
@@ -272,7 +261,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": "{}",
@@ -283,4 +272,41 @@
"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": 0,
"sensitivity": 100,
"bars": 12,
"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",
},
},
"battery": {
"states": {
"good": 75,
"warning": 30,
"critical": 15,
},
"format": "{capacity}% {icon}",
"format-full": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""],
},
} }