feat(waybar): add autohide dock
This commit is contained in:
26
waybar/config-dock.jsonc
Normal file
26
waybar/config-dock.jsonc
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"layer": "overlay",
|
||||
"position": "bottom",
|
||||
"exclusive": false,
|
||||
"passthrough": false,
|
||||
"height": 56,
|
||||
"margin-top": 0,
|
||||
"margin-bottom": 8,
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
"modules-left": [],
|
||||
"modules-center": [
|
||||
"custom/launcher",
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-right": [],
|
||||
"custom/launcher": {
|
||||
"format": "",
|
||||
"on-click": "wofi --show drun"
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"on-click": "activate",
|
||||
"sort-by-number": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user