Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
f8bb38dd0b |
1 changed files with 7 additions and 5 deletions
|
@ -9,11 +9,11 @@
|
|||
"disk",
|
||||
"memory",
|
||||
"temperature",
|
||||
"sway/window"
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-center":
|
||||
[
|
||||
"sway/workspaces"
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-right":
|
||||
[
|
||||
|
@ -98,13 +98,15 @@
|
|||
]
|
||||
},
|
||||
|
||||
"sway/workspaces": {
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
||||
"on-click": "activate",
|
||||
"format-icons": {
|
||||
"persistent": "",
|
||||
"urgent": "",
|
||||
"default": ""
|
||||
"active": ""
|
||||
},
|
||||
"sort-by-number": true,
|
||||
"persistent-workspaces": {
|
||||
|
@ -115,7 +117,7 @@
|
|||
"5": [] }
|
||||
},
|
||||
|
||||
"sway/window": {
|
||||
"hyprland/window": {
|
||||
"format": "{app_id} - {title}",
|
||||
"max-length": 30,
|
||||
"icon": true
|
||||
|
|
Loading…
Reference in a new issue