更新hyprland配置

This commit is contained in:
2025-04-29 22:19:29 +08:00
parent e69345b654
commit 87c1617885
9 changed files with 42 additions and 234 deletions

View File

@@ -2,7 +2,7 @@
"layer": "top",
"position": "top",
"mod": "dock",
"height": 28,
"height": 30,
"exclusive": true,
"passthrough": false,
"gtk-layer-shell": true,
@@ -32,7 +32,6 @@
"network",
"bluetooth",
"wireplumber",
"wireplumber#microphone",
"custom/power",
"custom/rr"
],
@@ -178,32 +177,10 @@
"format": "{icon} {volume}",
"format-muted": "󰝟",
"on-click": "pavucontrol -t 3",
"on-click-middle": "~/.config/hypr/scripts/volumecontrol.sh -o m",
"on-scroll-up": "~/.config/hypr/scripts/volumecontrol.sh -o i",
"on-scroll-down": "~/.config/hypr/scripts/volumecontrol.sh -o d",
"on-click-middle": "pamixer -t",
"tooltip-format": "{icon} {desc} // {volume}%",
"scroll-step": 5,
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
}
},
"wireplumber#microphone": {
"format": "{format_source}",
"format-source": "",
"format-source-muted": "",
"on-click": "c -t 4",
"on-click-middle": "~/.config/hypr/scripts/volumecontrol.sh -i m",
"on-scroll-up": "~/.config/hypr/scripts/volumecontrol.sh -i i",
"on-scroll-down": "~/.config/hypr/scripts/volumecontrol.sh -i d",
"tooltip-format": "{format_source} {source_desc} // {source_volume}%",
"scroll-step": 5
"scroll-step": 2,
"format-icons": ["", "", ""]
},
// modules for padding //