feat: niri-waybar

This commit is contained in:
js0ny 2025-10-08 10:33:54 +01:00
parent ff096c02bd
commit 8db7f8a1e9
7 changed files with 670 additions and 104 deletions

View file

@ -9,9 +9,9 @@
"on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent-workspaces": {
"*": 5
},
// "persistent-workspaces": {
// "*": 5
// },
"format-icons": {
"1": "一",

View file

@ -183,5 +183,9 @@
"suspend": "systemctl suspend",
"hibernate": "systemctl hibernate"
}
},
"custom/osicon": {
"format": "<span size='x-large'></span>",
"on-click-right": "rofi -show drun"
}
}
}