feat: add waybar
This commit is contained in:
parent
8651f93403
commit
a753ffeec1
3 changed files with 12 additions and 1 deletions
|
@ -43,11 +43,15 @@
|
|||
"$clipboard" = "$terminal --class clipse -e clipse";
|
||||
"$multiplexer" = "$terminal -e zellij";
|
||||
|
||||
# Programs to run at startup
|
||||
exec-once = [
|
||||
"uwsm app -- hyprlock"
|
||||
"uwsm app -- clipse -listen"
|
||||
"uwsm app -- hyprcloser"
|
||||
"uwsm app -- waybar"
|
||||
];
|
||||
|
||||
# Programs to run at startup
|
||||
exec = [
|
||||
"uwsm app -- hyprshade auto"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue