-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmi-shell.install
More file actions
24 lines (23 loc) · 880 Bytes
/
mi-shell.install
File metadata and controls
24 lines (23 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
post_install() {
echo ":: MI-SHELL SETUP ::"
echo "1. Add these to your niri config (~/.config/niri/config.kdl):"
echo ' spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"'
echo ' spawn-at-startup "awww-daemon"'
echo ' spawn-at-startup "mi-sync"'
echo ' spawn-at-startup "mi-power"'
echo ' spawn-at-startup "quickshell" "-c" "mi-shell"'
echo ""
echo "2. Configuration:"
echo " - Local tweaks: ~/.config/quickshell/mi-shell/"
echo " - System defaults: /etc/xdg/quickshell/mi-shell/"
echo ""
echo " Note: To customize, copy the system defaults to your local tweaks folder."
echo ""
echo "3. Optional Extras:"
echo " - For calendar sync: Install 'vdirsyncer' and run 'vdirsyncer sync'"
echo " - For idle inhibition: Install 'wayland-idle-inhibitor-git'"
echo ""
}
post_upgrade() {
post_install
}