Updated scripts
This commit is contained in:
parent
b0d48faad8
commit
9661f45d43
@ -11,6 +11,6 @@ general {
|
||||
# }
|
||||
|
||||
listener {
|
||||
timeout = 1800 # 30min
|
||||
timeout = 6000 # 60min
|
||||
on-timeout = shutdown now # shutdown pc
|
||||
}
|
||||
|
||||
@ -18,6 +18,7 @@ exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" #
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = udiskie
|
||||
exec-once = waybar
|
||||
exec-once = systemctl --user start hypridle
|
||||
exec-once = systemctl --user start sunshine
|
||||
|
||||
|
||||
|
||||
@ -203,8 +203,6 @@ if [ "${ROLES[HYPERLAND]}" == "yes" ]; then
|
||||
ln -sf ~/linuxbox/config/qt6ct/qt6ct.conf ~/.config/qt6ct/qt6ct.conf
|
||||
ln -sf ~/linuxbox/config/dunst/dunstrc ~/.config/dunst/dunstrc
|
||||
|
||||
systemctl --user enable --now hypridle.service
|
||||
|
||||
printf -- '\033[33m Installing waybar\n\033[37m'
|
||||
sudo pacman --noconfirm --needed -S waybar
|
||||
mkdir -p ~/.config/waybar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user