diff --git a/home/config/gtk/gtk-3.0/settings.ini b/home/config/gtk/gtk-3.0/settings.ini index a1e7f00..e0c2fc5 100644 --- a/home/config/gtk/gtk-3.0/settings.ini +++ b/home/config/gtk/gtk-3.0/settings.ini @@ -1,6 +1,6 @@ [Settings] -gtk-theme-name=Mint-Y-Dark-Pink -gtk-icon-theme-name=Mint-Y-Pink +gtk-theme-name=Mint-Y-Dark-Teal +gtk-icon-theme-name=Mint-Y-Teal gtk-font-name=Noto Sans, 10 gtk-cursor-theme-name=wii gtk-cursor-theme-size=24 diff --git a/home/config/hypr/config.d/theme.conf b/home/config/hypr/config.d/theme.conf index f42f464..da7f643 100644 --- a/home/config/hypr/config.d/theme.conf +++ b/home/config/hypr/config.d/theme.conf @@ -43,9 +43,6 @@ plugin { bar_button_padding = 12 bar_padding = 10 bar_precedence_over_border = true - hyprbars-button = rgb(000000), 16, , hyprctl dispatch killactive - hyprbars-button = rgb(000000), 16, , hyprctl dispatch fullscreen 2 - hyprbars-button = rgb(000000), 16, , hyprctl dispatch togglefloating } } diff --git a/home/config/hypr/hyprlock.conf b/home/config/hypr/hyprlock.conf index c511be5..9bc51fa 100644 --- a/home/config/hypr/hyprlock.conf +++ b/home/config/hypr/hyprlock.conf @@ -1,7 +1,7 @@ # BACKGROUND background { monitor = - path = ~/.config/desktop-common/wallpapers/davekat.png + path = ~/.config/desktop-common/wallpapers/gay.png blur_passes = 3 contrast = 0.8916 brightness = 0.8172 @@ -50,7 +50,7 @@ label { # PRFOLE IMAGE image { monitor = - path = ~/.config/desktop-common/pfps/karkat.png + path = ~/.config/desktop-common/pfps/freya.png size = 300 rounding = -1 border_size = 0 diff --git a/home/config/hypr/hyprpaper.conf b/home/config/hypr/hyprpaper.conf index 1e2fedb..d962aee 100644 --- a/home/config/hypr/hyprpaper.conf +++ b/home/config/hypr/hyprpaper.conf @@ -1,3 +1,3 @@ -preload = ~/.config/desktop-common/wallpapers/davekat.png -wallpaper = ,~/.config/desktop-common/wallpapers/davekat.png +preload = ~/.config/desktop-common/wallpapers/gay.png +wallpaper = ,~/.config/desktop-common/wallpapers/gay.png splash = false diff --git a/home/config/xdg/user-dirs.dirs b/home/config/xdg/user-dirs.dirs index 894aa91..c347090 100644 --- a/home/config/xdg/user-dirs.dirs +++ b/home/config/xdg/user-dirs.dirs @@ -6,7 +6,7 @@ # absolute path. No other format is supported. # XDG_DESKTOP_DIR="$HOME/" -XDG_DOCUMENTS_DIR="$HOME/documents" +XDG_DOCUMENTS_DIR="$HOME/documents/" XDG_DOWNLOAD_DIR="$HOME/downloads/" XDG_MUSIC_DIR="$HOME/" XDG_PICTURES_DIR="$HOME/" diff --git a/home/config/zsh/zshrc b/home/config/zsh/zshrc index a75ba6e..3dc32ef 100644 --- a/home/config/zsh/zshrc +++ b/home/config/zsh/zshrc @@ -90,7 +90,39 @@ export GPG_TTY=$(tty) # ricing export PF_CUSTOM_LOGOS="/home/freya/.config/zsh/pfetch_logos" -export WINEARCH=win32 -export WINEPREFIX=/home/freya/.wine +_wine() { + export WINEPREFIX="$HOME/.wine$1" + export WINEARCH="win$1" + /usr/bin/wine "${@:2}" + unset WINEARCH + unset WINEPREFIX +} + +alias wine32="_wine 32" +alias wine64="_wine 64" + +proton() { + if [ $# -lt 1 ]; then + return + fi + export STEAM_TMP_DIR="$HOME/.local/share/Steam/steamapps/compatdata/$1" + mkdir -p "$STEAM_TMP_DIR" + export STEAM_COMPAT_DATA_PATH="$STEAM_TMP_DIR" + export STEAM_COMPAT_CLIENT_INSTALL_PATH="$STEAM_TMP_DIR" + protonenv "$1" + $HOME/.local/share/Steam/steamapps/common/Proton\ -\ Experimental/proton run ${@:2} +} + +protontricks() { + if [ $# -lt 1 ]; then + return + fi + export STEAM_TMP_DIR="$HOME/.local/share/Steam/steamapps/compatdata/$1" + mkdir -p "$STEAM_TMP_DIR" + export WINEPREFIX="$STEAM_TMP_DIR" + winetricks ${@:2} +} pfetch + +PWD="$HOME" diff --git a/home/local/dbus/services/org.freedesktop.Notifications.service b/home/local/dbus/services/org.freedesktop.Notifications.service index 1d958d4..622a486 100644 --- a/home/local/dbus/services/org.freedesktop.Notifications.service +++ b/home/local/dbus/services/org.freedesktop.Notifications.service @@ -1,3 +1,3 @@ [D-BUS Service] Name=org.freedesktop.Notifications -Exec=/usr/bin/mako +Exec=/home/freya/.guix-home/profile/bin/mako diff --git a/home/local/dbus/services/org.freedesktop.secrets.service b/home/local/dbus/services/org.freedesktop.secrets.service index b7934f5..1acb1cd 100644 --- a/home/local/dbus/services/org.freedesktop.secrets.service +++ b/home/local/dbus/services/org.freedesktop.secrets.service @@ -1,4 +1,4 @@ [D-BUS Service] Name=org.freedesktop.secrets -Exec=/usr/bin/gnome-keyring-daemon --start --components=secrets +Exec=/home/freya/.guix-home/profile/bin/gnome-keyring-daemon --start --components=secrets