This commit is contained in:
iFargle 2023-08-17 19:40:36 +09:00
parent 61110d9948
commit 9dac84c1bc

View file

@ -212,13 +212,15 @@
gsettings set org.gnome.desktop.interface font-name 'JetBrains Regular Nerd'
polkit-kde-authentication-agent-1
swww init &
# Sets a random wallpaper
WALLPAPER_DIR=/etc/nixos/git/desktops/wallpapers/gruvbox
swww img $WALLPAPER_DIR/wallpaper$((1 + $RANDOM % $(ls $WALLPAPER_DIR | wc -l))).jpg &
# nm-applet --indicator &
waybar &
# Set up the idle management daemon
swayidle -w timeout 300 'swaylock -f -c 000000' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' before-sleep 'swaylock -f -c 000000'
mako
'';
};