27 lines
789 B
Bash
Executable file
27 lines
789 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=Hyprland &
|
|
waybar -c ~/.config/waybar/waybar.jsonc -s ~/.config/waybar/waybar.css &
|
|
swww-daemon &
|
|
hypridle -c ~/.config/hypr/hypridle.conf &
|
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
|
mako -c ~/.config/mako/mako.conf &
|
|
/usr/lib/xdg-desktop-portal -r &
|
|
nm-applet &
|
|
blueman-applet &
|
|
|
|
wvkbd-mobintl --landscape-layers landscape,landscapespecial,cyrillic \
|
|
-L 300 -fn "JetBrainsMono 20" -R 10 \
|
|
--bg 00000000 --fg 313244 --fg-sp 1e1e2e \
|
|
--press 1e1e2e --press-sp 181825 \
|
|
--text cdd6f4 --text-sp cdd6f4 --hidden &
|
|
|
|
clash-verge &
|
|
bash -c "sleep 2; easyeffects --gapplication-service" &
|
|
|
|
ping 1.1.1.1 -c 1 && {
|
|
sleep 3
|
|
vesktop &
|
|
telegram-desktop -startintray &
|
|
}
|