migrate to ags v2
This commit is contained in:
parent
6bcd69b5d0
commit
9287ff023d
2 changed files with 15 additions and 1 deletions
|
@ -28,7 +28,7 @@ exec-once = dbus-update-activation-environment --systemd --all
|
|||
exec-once = hyprpaper
|
||||
# bar
|
||||
# exec-once = /home/sako/.config/waybar/launch-waybar.sh
|
||||
exec-once = /home/sako/.config/ags/launch-ags.sh
|
||||
exec-once = sakoshell
|
||||
# notification dameon
|
||||
exec-once = mako
|
||||
# exec-once = /home/sako/.config/ags/launch-ags.sh
|
||||
|
|
|
@ -89,6 +89,20 @@ in {
|
|||
# lock
|
||||
# swaylock
|
||||
inputs.ags.packages.${pkgs.system}.default
|
||||
(inputs.ags.lib.bundle {
|
||||
inherit pkgs;
|
||||
src = ../../../config/ags;
|
||||
name = "sakoshell";
|
||||
entry = "app.ts";
|
||||
extraPackages = [
|
||||
inputs.ags.packages.${pkgs.system}.hyprland
|
||||
inputs.ags.packages.${pkgs.system}.mpris
|
||||
inputs.ags.packages.${pkgs.system}.battery
|
||||
inputs.ags.packages.${pkgs.system}.wireplumber
|
||||
inputs.ags.packages.${pkgs.system}.network
|
||||
inputs.ags.packages.${pkgs.system}.tray
|
||||
];
|
||||
})
|
||||
brightnessctl
|
||||
inotify-tools
|
||||
greetd.tuigreet
|
||||
|
|
Loading…
Reference in a new issue