configuring hyprland more
This commit is contained in:
parent
6942535fb7
commit
6cdfe3e563
11 changed files with 982 additions and 527 deletions
|
@ -4,7 +4,7 @@
|
|||
"height": 30, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
// Choose the order of the modules "custom/wintitle",
|
||||
"modules-left": ["wlr/workspaces", "hyprland/window"],
|
||||
"modules-left": ["workspaces", "hyprland/window"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["pulseaudio", "backlight", "network", "memory", "cpu", "battery", "battery#bat2", "tray"],
|
||||
"margin-top": -5,
|
||||
|
@ -33,6 +33,9 @@
|
|||
"hyprland/window": {
|
||||
"format": " {}"
|
||||
},
|
||||
"workspaces": {
|
||||
"format": " {name} "
|
||||
},
|
||||
"sway/mode": {
|
||||
"format": "<span style=\"italic\"> {}</span>"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue