try no systemd
This commit is contained in:
@@ -101,13 +101,14 @@
|
|||||||
rm ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid
|
rm ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
hyprctl dispatch exec ${pkgs.hyprpanel}
|
||||||
hyprctl dispatch exec "setWallpaper /tmp/nathan/bg"
|
hyprctl dispatch exec "setWallpaper /tmp/nathan/bg"
|
||||||
|
|
||||||
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr
|
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr
|
||||||
hyprctl dispatch exec ${pkgs.netbird-ui}/bin/netbird-ui
|
hyprctl dispatch exec ${pkgs.netbird-ui}/bin/netbird-ui
|
||||||
hyprctl dispatch exec ${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent
|
hyprctl dispatch exec ${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent
|
||||||
hyprctl setcursor Bibata-Modern-Classic 16
|
hyprctl setcursor Bibata-Modern-Classic 16
|
||||||
sleep 5
|
sleep 3
|
||||||
hyprctl reload
|
hyprctl reload
|
||||||
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr toggle calendar
|
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr toggle calendar
|
||||||
#tmux new-session -s hyprland
|
#tmux new-session -s hyprland
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
programs.hyprpanel = {
|
programs.hyprpanel = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
systemd.enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user