From e737e4921057aa3bd6d5c150a2316c5c89f053f0 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 27 Apr 2025 14:56:39 +0200 Subject: [PATCH] Updated scripts --- config/hypr/hyprland_STEAMBOX.conf | 4 ++-- update_arch.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/hypr/hyprland_STEAMBOX.conf b/config/hypr/hyprland_STEAMBOX.conf index 6999aa7..95d3f09 100644 --- a/config/hypr/hyprland_STEAMBOX.conf +++ b/config/hypr/hyprland_STEAMBOX.conf @@ -7,7 +7,7 @@ monitor=,2560x1440,auto,1 ### MY PROGRAMS ### ################### $terminal = kitty -$fileManager = dolphin +$fileManager = kitty ranger $browser = brave --new-window --hide-crash-restore-bubble ################# @@ -17,8 +17,8 @@ exec = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark" # fo exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -exec-once = sudo udisksctl mount -b /dev/sda1 exec-once = udiskie +exec-once = sudo udisksctl mount -b /dev/sda1 exec-once = waybar exec-once = systemctl --user start sunshine diff --git a/update_arch.sh b/update_arch.sh index e334271..849dcaa 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -66,7 +66,7 @@ if [ "$HOSTNAME" == "STEAMBOX" ]; then sudo pacman --noconfirm --needed -S base-devel linux-headers git sudo pacman --noconfirm --needed -S nvidia-open-dkms nvidia-utils lib32-nvidia-utils nvidia-settings opencl-nvidia cuda if [ "$NEW_KERNEL" == "yes" ]; then - printf -- '\033[32m \n\n***** Please reboot and run update once more! *****\n\n\033[37m' + printf -- '\033[32m \n\n***** Nvidia driver updated kernel! Please reboot and run update once more! *****\n\n\033[37m' exit fi fi @@ -173,7 +173,7 @@ sudo pacman --noconfirm --needed -S udisks2 udiskie echo 'ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1"' | sudo tee /etc/udev/rules.d/99-udisks2.rules echo 'D /media 0755 root root 0 -' | sudo tee /etc/tmpfiles.d/media.conf if [ "$HOSTNAME" == "STEAMBOX" ]; then - echo "$USER ALL=(ALL:ALL) NOPASSWD: /usr/sbin/udiskie mount -b /dev/sda1" | sudo tee /etc/sudoers.d/udiskie + echo "$USER ALL=(ALL:ALL) NOPASSWD: /usr/sbin/udisksctl mount -b /dev/sda1" | sudo tee /etc/sudoers.d/udisksctl fi # Install btop printf -- '\033[33m Installing btop\n\033[37m'