udpate laptop config

This commit is contained in:
sudacode 2025-03-18 01:35:18 -07:00
parent 3136948589
commit 0085e879d5

View File

@ -21,35 +21,19 @@
"hyprland/scratchpad", "hyprland/scratchpad",
"idle_inhibitor", "idle_inhibitor",
"custom/updates", "custom/updates",
"custom/kernel", // "custom/kernel",
// "disk#ssd", // "disk#ssd",
// "temperature", // "temperature",
// "cpu", // "cpu",
// "memory", // "memory",
// "custom/weather",
"bluetooth", "bluetooth",
"network", "network",
"pulseaudio", "pulseaudio",
"battery", "battery",
"clock", "clock",
"custom/weather",
], ],
"hyprland/workspaces": {
"disable-scroll": false,
"all-outputs": true,
"warp-on-scroll": false,
"format": "{icon}",
"format-icons": {
// "1": "",
// "2": "",
// "3": "",
// "4": "",
// "5": "",
"urgent": "",
// "focused": "",
// "default": ""
},
},
"bluetooth": { "bluetooth": {
"format-on": "bt ", "format-on": "bt ",
"format-off": "bt ({status}) ", "format-off": "bt ({status}) ",
@ -88,7 +72,8 @@
"clock": { "clock": {
"interval": 60, "interval": 60,
"timezone": "America/Los_Angeles", "timezone": "America/Los_Angeles",
"format": "{:%F %R }", "format": "{:%R }",
"format-alt": "{:%F %R }",
"tooltip-format": "<tt><small>{calendar}</small></tt>", "tooltip-format": "<tt><small>{calendar}</small></tt>",
"calendar": { "calendar": {
"mode": "year", "mode": "year",
@ -166,9 +151,12 @@
}, },
"pulseaudio": { "pulseaudio": {
"scroll-step": 2, "scroll-step": 2,
"format": "{volume}% {icon} {format_source}", // "format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}", // "format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}", // "format-bluetooth-muted": " {icon} {format_source}",
"format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon}",
"format-bluetooth-muted": " {icon}",
"format-muted": " {format_source}", "format-muted": " {format_source}",
"format-source": "{volume}% ", "format-source": "{volume}% ",
"format-source-muted": "", "format-source-muted": "",
@ -257,7 +245,7 @@
"custom/firefox": { "custom/firefox": {
"exec": "$HOME/.config/waybar/scripts/scroll-firefox.sh", "exec": "$HOME/.config/waybar/scripts/scroll-firefox.sh",
"format": "<span color='#E66000'> </span>{}", "format": "<span color='#E66000'> </span>{}",
"max-length": 35, "max-length": 24,
"on-click": "playerctl -p firefox play-pause", "on-click": "playerctl -p firefox play-pause",
"hide-empty-text": true, "hide-empty-text": true,
}, },
@ -265,7 +253,7 @@
"escape": "true", "escape": "true",
"exec": "$HOME/.config/waybar/scripts/scroll-mpd.sh", "exec": "$HOME/.config/waybar/scripts/scroll-mpd.sh",
"format": "{}", "format": "{}",
"max-length": 35, "max-length": 24,
"on-click": "mpc toggle", "on-click": "mpc toggle",
"on-click-right": "ghostty --initial-command=ncmpcpp", "on-click-right": "ghostty --initial-command=ncmpcpp",
"on-scroll-down": "mpc volume -5", "on-scroll-down": "mpc volume -5",
@ -277,7 +265,7 @@
"framerate": 144, "framerate": 144,
"autosens": 0, "autosens": 0,
"sensitivity": 100, "sensitivity": 100,
"bars": 12, "bars": 18,
"lower_cutoff_freq": 50, "lower_cutoff_freq": 50,
"higher_cutoff_freq": 10000, "higher_cutoff_freq": 10000,
"method": "pipewire", "method": "pipewire",