This commit is contained in:
jay
2023-04-19 00:29:36 +08:00
parent f69fcdf744
commit 350aaf8690
3 changed files with 10 additions and 40 deletions
+4 -39
View File
@@ -1,6 +1,6 @@
// vim: set ft=jsonc:
{
// "layer": "top", // Waybar at top layer
"layer": "top", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
@@ -43,7 +43,9 @@
},
"wlr/workspaces": {
"format": "{name}",
"on-click": "activate"
"on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1"
},
"custom/pipewire": {
"exec": "/home/jay/bin/get-volume.sh",
@@ -57,43 +59,6 @@
},
"on-click": "pavucontrol"
},
"sway/workspaces": {
"disable-scroll": true,
// "all-outputs": true,
// "persistent_workspaces": {
// "1": [],
// "2": [],
// "3": [],
// "4": [],
// "5": [],
// "6": [],
// "7": [],
// "8": [],
// "9": [],
// "10": [],
// },
// "format": "{name}: {icon}",
// "format-icons": {
// "1": "",
// "2": "",
// "3": "",
// "4": "",
// "5": "",
// "urgent": "",
// "focused": "",
// "default": ""
// }
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {