update configs
This commit is contained in:
parent
62cd739d95
commit
1d0ffcbe17
8 changed files with 43 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[D-BUS Service]
|
||||
Name=org.freedesktop.Notifications
|
||||
Exec=/usr/bin/mako
|
||||
Exec=/home/freya/.guix-home/profile/bin/mako
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue