mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-29 07:10:51 +01:00
feat: added waybar
This commit is contained in:
parent
30d0b90609
commit
a4caa15673
1 changed files with 5 additions and 0 deletions
|
@ -74,9 +74,14 @@ with lib;
|
||||||
"XF86MonBrightnessDown" = "exec brightnessctl s 10-";
|
"XF86MonBrightnessDown" = "exec brightnessctl s 10-";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
extraConfig = ''
|
||||||
|
exec_always nm-applet --indicator
|
||||||
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.swayidle.enable = true;
|
services.swayidle.enable = true;
|
||||||
|
programs.waybar.enable = true;
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue