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"
|
||||
];
|
||||
|
||||
|
|
6
configs/programs/waybar.nix
Normal file
6
configs/programs/waybar.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
home-manager.users.rafiq.programs.waybar = {
|
||||
enable = true;
|
||||
settings = [ ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue