828 B
828 B
DeaDvey's domain
Home page Blogs Resources
Waybar:
Helpful resources:
- Waybar wiki
- Waybar examples
man waybar
, Waybar manual entry
Configuration
-
A waybar that does not interact with windows, but that you can still click: %%%
in the config file
"exclusive": false, "layer": top,
OR in home manager
exclusive = falase; layer = top; %%%
Scripts:
-
Run a script in waybar: %%%
in the config file
"custom/script": { "exec": "bash /path/to/script", "format": "output: {}", "interval": 1 },
OR in home manager
"custom/script" = { exec = "bash /path/to/script"; format = "output: {}"; interval = 1; } %%%