mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
waybar: update config
This commit is contained in:
parent
b5e39d9235
commit
3cd776904c
1 changed files with 2 additions and 5 deletions
|
|
@ -4,15 +4,12 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"active-only": false,
|
|
||||||
"all-outputs": true,
|
|
||||||
"disable-scroll": false,
|
|
||||||
"on-scroll-up": "hyprctl dispatch workspace -1",
|
"on-scroll-up": "hyprctl dispatch workspace -1",
|
||||||
"on-scroll-down": "hyprctl dispatch workspace +1",
|
"on-scroll-down": "hyprctl dispatch workspace +1",
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
"sort-by-number": true,
|
"sort-by": "number",
|
||||||
"persistent_workspaces": { "*": 9 },
|
"persistent-workspaces": { "*": 9 },
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"urgent": "",
|
"urgent": "",
|
||||||
"default": "",
|
"default": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue