feat: add waybar

This commit is contained in:
lightly-toasted 2025-08-04 21:50:29 +09:00
parent e042873ced
commit ae0d590f53
4 changed files with 271 additions and 1 deletions

View file

@ -10,7 +10,7 @@
package = pkgs.hyprland;
systemd.enable = false;
settings = {
exec-once = [ "uwsm app -- firefox" ];
exec-once = [ "uwsm app -- firefox" "waybar" ];
"$terminal" = "uwsm app -- kitty";
"$fileManager" = "uwsm app -- thunar";