fix(waybar): Hyprland built-in support
This commit is contained in:
parent
e756e1d77f
commit
926373c8a6
1 changed files with 4 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
|||
// For Arch users: Compile waybar with `-Dexperimental=true` flag!
|
||||
{
|
||||
"layer": "top",
|
||||
"height": 28, // Waybar height (to be removed for auto height)
|
||||
"spacing": 0, // Gaps between modules (4px)
|
||||
"modules-left": ["wlr/workspaces", "custom/media"],
|
||||
"modules-left": ["hyprland/workspaces", "custom/media"],
|
||||
"modules-center": ["hyprland/window"],
|
||||
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "disk", "memory", "temperature", "clock", "tray"],
|
||||
"wlr/workspaces": {
|
||||
"format": "{icon}",
|
||||
"hyprland/workspaces": {
|
||||
"format": "{id}",
|
||||
"on-click": "activate",
|
||||
"sort-by-number": true
|
||||
"sort-by": "number"
|
||||
},
|
||||
"keyboard-state": {
|
||||
"numlock": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue