This commit is contained in:
Freya Murphy 2024-07-29 14:04:55 -04:00
parent bf920830aa
commit d3d0962936
60 changed files with 309 additions and 40 deletions

View file

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View file

@ -2,8 +2,8 @@
LocationMode=path-bar
ShowHidden=false
ShowSizeColumn=true
GeometryX=805
GeometryY=486
GeometryX=0
GeometryY=8
GeometryWidth=948
GeometryHeight=656
SortColumn=name

View file

@ -1 +0,0 @@
@import 'colors.css';

1
.config/gtk-3.0/gtk.css Symbolic link
View file

@ -0,0 +1 @@
/home/freya/.config/gtk-4.0/cosmic/dark.css

1
.config/gtk-3.0/gtk.css.bak Symbolic link
View file

@ -0,0 +1 @@
/home/freya/.config/gtk-4.0/cosmic/dark.css

View file

@ -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

View file

@ -0,0 +1,106 @@
@define-color window_bg_color rgba(27, 27, 27, 1.00);
@define-color window_fg_color rgba(231, 231, 231, 1.00);
@define-color view_bg_color rgba(39, 39, 39, 1.00);
@define-color view_fg_color rgba(248, 248, 248, 1.00);
@define-color headerbar_bg_color rgba(27, 27, 27, 1.00);
@define-color headerbar_fg_color rgba(231, 231, 231, 1.00);
@define-color headerbar_border_color_color rgba(68, 68, 68, 1.00);
@define-color headerbar_backdrop_color rgba(27, 27, 27, 1.00);
@define-color sidebar_bg_color rgba(39, 39, 39, 1.00);
@define-color sidebar_fg_color rgba(248, 248, 248, 1.00);
@define-color sidebar_shade_color rgba(0, 0, 0, 0.08);
@define-color sidebar_backdrop_color rgba(56, 56, 56, 1.00);
@define-color secondary_sidebar_bg_color rgba(52, 52, 52, 1.00);
@define-color secondary_sidebar_fg_color rgba(199, 199, 199, 1.00);
@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.08);
@define-color secondary_sidebar_backdrop_color rgba(68, 68, 68, 1.00);
@define-color card_bg_color rgba(46, 46, 46, 1.00);
@define-color card_fg_color rgba(192, 192, 192, 1.00);
@define-color thumbnail_bg_color rgba(46, 46, 46, 1.00);
@define-color thumbnail_fg_color rgba(192, 192, 192, 1.00);
@define-color dialog_bg_color rgba(39, 39, 39, 1.00);
@define-color dialog_fg_color rgba(248, 248, 248, 1.00);
@define-color popover_bg_color rgba(46, 46, 46, 1.00);
@define-color popover_fg_color rgba(192, 192, 192, 1.00);
@define-color shade_color rgba(0, 0, 0, 0.32);
@define-color scrollbar_outline_color rgba(27, 27, 27, 0.50);
@define-color accent_color rgba(231, 156, 254, 1.00);
@define-color accent_bg_color rgba(231, 156, 254, 1.00);
@define-color accent_fg_color rgba(0, 0, 0, 1.00);
@define-color destructive_color rgba(255, 181, 181, 1.00);
@define-color destructive_bg_color rgba(255, 181, 181, 1.00);
@define-color destructive_fg_color rgba(0, 0, 0, 1.00);
@define-color warning_color rgba(255, 241, 158, 1.00);
@define-color warning_bg_color rgba(255, 241, 158, 1.00);
@define-color warning_fg_color rgba(0, 0, 0, 1.00);
@define-color success_color rgba(172, 247, 210, 1.00);
@define-color success_bg_color rgba(172, 247, 210, 1.00);
@define-color success_fg_color rgba(0, 0, 0, 1.00);
@define-color accent_color rgba(231, 156, 254, 1.00);
@define-color accent_bg_color rgba(231, 156, 254, 1.00);
@define-color accent_fg_color rgba(0, 0, 0, 1.00);
@define-color error_color rgba(255, 181, 181, 1.00);
@define-color error_bg_color rgba(255, 181, 181, 1.00);
@define-color error_fg_color rgba(0, 0, 0, 1.00);
@define-color blue_1 rgba(156, 243, 243, 1.00);
@define-color blue_2 rgba(152, 239, 239, 1.00);
@define-color blue_3 rgba(148, 235, 235, 1.00);
@define-color blue_4 rgba(119, 206, 206, 1.00);
@define-color blue_5 rgba(90, 177, 178, 1.00);
@define-color green_1 rgba(177, 253, 215, 1.00);
@define-color green_2 rgba(175, 250, 213, 1.00);
@define-color green_3 rgba(172, 247, 210, 1.00);
@define-color green_4 rgba(142, 217, 181, 1.00);
@define-color green_5 rgba(114, 187, 152, 1.00);
@define-color yellow_1 rgba(255, 244, 161, 1.00);
@define-color yellow_2 rgba(255, 243, 160, 1.00);
@define-color yellow_3 rgba(255, 241, 158, 1.00);
@define-color yellow_4 rgba(223, 210, 128, 1.00);
@define-color yellow_5 rgba(193, 179, 97, 1.00);
@define-color red_1 rgba(255, 191, 191, 1.00);
@define-color red_2 rgba(255, 186, 186, 1.00);
@define-color red_3 rgba(255, 181, 181, 1.00);
@define-color red_4 rgba(226, 154, 155, 1.00);
@define-color red_5 rgba(198, 129, 129, 1.00);
@define-color orange_1 rgba(255, 186, 38, 1.00);
@define-color orange_2 rgba(255, 179, 24, 1.00);
@define-color orange_3 rgba(255, 173, 0, 1.00);
@define-color orange_4 rgba(227, 147, 0, 1.00);
@define-color orange_5 rgba(200, 122, 0, 1.00);
@define-color purple_1 rgba(225, 142, 255, 1.00);
@define-color purple_2 rgba(216, 134, 255, 1.00);
@define-color purple_3 rgba(207, 125, 255, 1.00);
@define-color purple_4 rgba(183, 102, 230, 1.00);
@define-color purple_5 rgba(160, 79, 205, 1.00);
@define-color light_0 rgba(0, 0, 0, 1.00);
@define-color light_1 rgba(5, 5, 5, 1.00);
@define-color light_2 rgba(27, 27, 27, 1.00);
@define-color light_3 rgba(54, 54, 54, 1.00);
@define-color light_4 rgba(84, 84, 84, 1.00);
@define-color dark_0 rgba(115, 115, 115, 1.00);
@define-color dark_1 rgba(148, 148, 148, 1.00);
@define-color dark_2 rgba(182, 182, 182, 1.00);
@define-color dark_3 rgba(218, 218, 218, 1.00);
@define-color dark_4 rgba(255, 255, 255, 1.00);

View file

@ -0,0 +1,106 @@
@define-color window_bg_color rgba(221, 221, 221, 1.00);
@define-color window_fg_color rgba(22, 22, 22, 1.00);
@define-color view_bg_color rgba(241, 241, 241, 1.00);
@define-color view_fg_color rgba(37, 37, 37, 1.00);
@define-color headerbar_bg_color rgba(221, 221, 221, 1.00);
@define-color headerbar_fg_color rgba(22, 22, 22, 1.00);
@define-color headerbar_border_color_color rgba(181, 181, 181, 1.00);
@define-color headerbar_backdrop_color rgba(221, 221, 221, 1.00);
@define-color sidebar_bg_color rgba(241, 241, 241, 1.00);
@define-color sidebar_fg_color rgba(37, 37, 37, 1.00);
@define-color sidebar_shade_color rgba(0, 0, 0, 0.32);
@define-color sidebar_backdrop_color rgba(246, 246, 246, 1.00);
@define-color secondary_sidebar_bg_color rgba(198, 198, 198, 1.00);
@define-color secondary_sidebar_fg_color rgba(7, 7, 7, 1.00);
@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.32);
@define-color secondary_sidebar_backdrop_color rgba(216, 216, 216, 1.00);
@define-color card_bg_color rgba(252, 252, 252, 1.00);
@define-color card_fg_color rgba(44, 44, 44, 1.00);
@define-color thumbnail_bg_color rgba(252, 252, 252, 1.00);
@define-color thumbnail_fg_color rgba(44, 44, 44, 1.00);
@define-color dialog_bg_color rgba(241, 241, 241, 1.00);
@define-color dialog_fg_color rgba(37, 37, 37, 1.00);
@define-color popover_bg_color rgba(252, 252, 252, 1.00);
@define-color popover_fg_color rgba(44, 44, 44, 1.00);
@define-color shade_color rgba(0, 0, 0, 0.08);
@define-color scrollbar_outline_color rgba(221, 221, 221, 0.50);
@define-color accent_color rgba(0, 73, 109, 1.00);
@define-color accent_bg_color rgba(0, 73, 109, 1.00);
@define-color accent_fg_color rgba(255, 255, 255, 1.00);
@define-color destructive_color rgba(160, 37, 43, 1.00);
@define-color destructive_bg_color rgba(160, 37, 43, 1.00);
@define-color destructive_fg_color rgba(255, 255, 255, 1.00);
@define-color warning_color rgba(150, 104, 0, 1.00);
@define-color warning_bg_color rgba(150, 104, 0, 1.00);
@define-color warning_fg_color rgba(255, 255, 255, 1.00);
@define-color success_color rgba(59, 110, 67, 1.00);
@define-color success_bg_color rgba(59, 110, 67, 1.00);
@define-color success_fg_color rgba(255, 255, 255, 1.00);
@define-color accent_color rgba(0, 73, 109, 1.00);
@define-color accent_bg_color rgba(0, 73, 109, 1.00);
@define-color accent_fg_color rgba(255, 255, 255, 1.00);
@define-color error_color rgba(160, 37, 43, 1.00);
@define-color error_bg_color rgba(160, 37, 43, 1.00);
@define-color error_fg_color rgba(255, 255, 255, 1.00);
@define-color blue_1 rgba(47, 108, 146, 1.00);
@define-color blue_2 rgba(27, 90, 127, 1.00);
@define-color blue_3 rgba(0, 73, 109, 1.00);
@define-color blue_4 rgba(0, 62, 98, 1.00);
@define-color blue_5 rgba(0, 52, 87, 1.00);
@define-color green_1 rgba(89, 140, 96, 1.00);
@define-color green_2 rgba(74, 125, 81, 1.00);
@define-color green_3 rgba(59, 110, 67, 1.00);
@define-color green_4 rgba(45, 96, 54, 1.00);
@define-color green_5 rgba(31, 82, 41, 1.00);
@define-color yellow_1 rgba(178, 131, 46, 1.00);
@define-color yellow_2 rgba(164, 117, 28, 1.00);
@define-color yellow_3 rgba(150, 104, 0, 1.00);
@define-color yellow_4 rgba(133, 88, 0, 1.00);
@define-color yellow_5 rgba(116, 72, 0, 1.00);
@define-color red_1 rgba(197, 73, 73, 1.00);
@define-color red_2 rgba(178, 56, 58, 1.00);
@define-color red_3 rgba(160, 37, 43, 1.00);
@define-color red_4 rgba(144, 17, 30, 1.00);
@define-color red_5 rgba(128, 0, 16, 1.00);
@define-color orange_1 rgba(255, 195, 119, 1.00);
@define-color orange_2 rgba(255, 189, 113, 1.00);
@define-color orange_3 rgba(251, 184, 108, 1.00);
@define-color orange_4 rgba(223, 158, 81, 1.00);
@define-color orange_5 rgba(196, 132, 53, 1.00);
@define-color purple_1 rgba(229, 155, 255, 1.00);
@define-color purple_2 rgba(221, 148, 255, 1.00);
@define-color purple_3 rgba(213, 140, 255, 1.00);
@define-color purple_4 rgba(188, 116, 229, 1.00);
@define-color purple_5 rgba(164, 93, 204, 1.00);
@define-color light_0 rgba(0, 0, 0, 1.00);
@define-color light_1 rgba(5, 5, 5, 1.00);
@define-color light_2 rgba(27, 27, 27, 1.00);
@define-color light_3 rgba(54, 54, 54, 1.00);
@define-color light_4 rgba(84, 84, 84, 1.00);
@define-color dark_0 rgba(115, 115, 115, 1.00);
@define-color dark_1 rgba(148, 148, 148, 1.00);
@define-color dark_2 rgba(182, 182, 182, 1.00);
@define-color dark_3 rgba(218, 218, 218, 1.00);
@define-color dark_4 rgba(255, 255, 255, 1.00);

View file

@ -1 +0,0 @@
@import 'colors.css';

1
.config/gtk-4.0/gtk.css Symbolic link
View file

@ -0,0 +1 @@
/home/freya/.config/gtk-4.0/cosmic/dark.css

1
.config/gtk-4.0/gtk.css.bak Symbolic link
View file

@ -0,0 +1 @@
/home/freya/.config/gtk-4.0/cosmic/dark.css

View file

@ -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
}
}
@ -101,5 +98,9 @@ xwayland {
use_nearest_neighbor = false
}
cursor {
no_hardware_cursors = true
}
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_DESKTOP,Hyprland

View file

@ -12,7 +12,7 @@ $border = 2
$browser = librewolf
exec-once = ~/.config/hypr/scripts.d/systemd.sh
exec-once = hyprpm reload -n
exec-once = hyprpm reload
source = ~/.config/hypr/config.d/colors.conf
source = ~/.config/hypr/config.d/keybinds.conf

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,4 @@
# Generated by nwg-displays on 2024-06-18 at 20:22:23. Do not edit manually.
# Generated by nwg-displays on 2024-07-08 at 20:18:42. Do not edit manually.
monitor=eDP-1,2560x1600@90.0,0x0,1.25
monitor=DP-2,2560x1440@59.95,2048x0,1.0
monitor=eDP-1,2560x1600@90.0,2560x160,1.25
monitor=DP-2,2560x1440@59.95,0x0,1.0

View file

@ -1,6 +1,6 @@
#!/bin/bash
waybar --config $HOME/.config/waybar/config.hypr --style $HOME/.config/waybar/style.hypr.css &
waybar --config $HOME/.config/waybar/config.hypr &
nm-applet --indicator &

View file

@ -36,6 +36,11 @@ application/x-shellscript=nvim.desktop
x-scheme-handler/msteams=teams.desktop
x-scheme-handler/mspa=unofficial-homestuck-collection.desktop
hoppscotch=hoppscotch-handler.desktop
x-scheme-handler/mailto=userapp-Thunderbird-D6A6P2.desktop
message/rfc822=userapp-Thunderbird-D6A6P2.desktop
x-scheme-handler/mid=userapp-Thunderbird-D6A6P2.desktop
x-scheme-handler/discord-733416106123067465=discord-733416106123067465.desktop
x-scheme-handler/discord-1216669957799018608=discord-1216669957799018608.desktop
[Added Associations]
application/x-zerosize=nvim.desktop;
@ -43,8 +48,8 @@ x-scheme-handler/mailto=userapp-Thunderbird-E9G491.desktop;userapp-Thunderbird-4
x-scheme-handler/mid=userapp-Thunderbird-E9G491.desktop;userapp-Thunderbird-4IZTA2.desktop;
x-scheme-handler/webcal=userapp-Thunderbird-9WQSA2.desktop;
x-scheme-handler/webcals=userapp-Thunderbird-9WQSA2.desktop;
x-scheme-handler/mailto=userapp-Thunderbird-E9G491.desktop;userapp-Thunderbird-Y667E2.desktop;userapp-Thunderbird-2QYKF2.desktop;
x-scheme-handler/mailto=userapp-Thunderbird-E9G491.desktop;userapp-Thunderbird-Y667E2.desktop;userapp-Thunderbird-2QYKF2.desktop;userapp-Thunderbird-D6A6P2.desktop;
message/rfc822=userapp-Thunderbird-E9G491.desktop;
x-scheme-handler/mid=userapp-Thunderbird-E9G491.desktop;userapp-Thunderbird-Y667E2.desktop;userapp-Thunderbird-2QYKF2.desktop;
x-scheme-handler/mid=userapp-Thunderbird-E9G491.desktop;userapp-Thunderbird-Y667E2.desktop;userapp-Thunderbird-2QYKF2.desktop;userapp-Thunderbird-D6A6P2.desktop;
x-scheme-handler/discord=discord.desktop;
x-scheme-handler/slack=slack.desktop;

View file

@ -4,10 +4,10 @@
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
#
XDG_DESKTOP_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/documents"
XDG_DOWNLOAD_DIR="$HOME/downloads/"
XDG_DOWNLOAD_DIR="$HOME/"
XDG_MUSIC_DIR="$HOME/"
XDG_PICTURES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"

View file

@ -39,7 +39,7 @@ window#waybar > box {
#workspaces button.focused,
#workspaces button.active {
background-color: #789ebf;
background-color: #199ca8;
color: #14171d;
}

View file

@ -2,8 +2,8 @@
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/freya/.gtkrc-2.0.mine"
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="Adwaita"
gtk-cursor-theme-size=24

View file

@ -1 +1 @@
cryptdevice=UUID=3de30a89-17db-437f-825f-c0c1db71f026:cryptroot:discard root=/dev/mapper/cryptroot rw
cryptdevice=UUID=ad489bfa-4280-44ea-8ad2-60347b516d60:root:discard root=/dev/mapper/root rw

View file

@ -1,3 +1,4 @@
#MODULES=(vfio_pci vfio_iommu_type1 vfio nvidia nvidia_modeset nvidia_uvm nvidia_drm)
MODULES=(vfio_pci vfio_iommu_type1 vfio)
BINARIES=()
FILES=()

View file

@ -12,7 +12,7 @@ export SDL_VIDEODRIVER=wayland
export CLUTTER_BACKEND=wayland
export ELM_DISPLAY=wl
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export QT_QPA_PLATFORM=wayland;xcb
export QT_QPA_PLATFORM="wayland;xcb"
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# xdg
@ -33,10 +33,15 @@ export LD=$(which gcc)
# theming
export QT_QPA_PLATFORMTHEME=gtk2
export GTK_THEME=Mint-Y-Dark-Pink
export GTK_THEME=Mint-Y-Dark-Teal
export XCURSOR_THEME=Adwaita
export XCURSOR_SIZE=24
# nvidia
export LIBVA_DRIVER_NAME=nvidia
export GBM_BACKEND=nvidia-drm
export __GLX_VENDOR_LIBRARY_NAME=nvidia
if [ -n "$TMUX" ]; then
return
fi
@ -51,16 +56,18 @@ while true; do
stty raw -echo
choice=$(dd bs=1 count=1 2> /dev/null)
stty -raw echo
launch() {
mkdir -p "$HOME/.log"
echo "Launching $1..."
export XDG_CURRENT_DESKTOP="$1"
exec dbus-run-session "$1" &> "$HOME/.log/$1"
}
case "$choice" in
"s")
echo "Launching sway..."
export XDG_CURRENT_DESKTOP=sway
exec dbus-run-session sway &> $HOME/.log/sway
launch sway
;;
"h")
echo "Launching Hyprland..."
export XDG_CURRENT_DESKTOP=Hyprland
exec dbus-run-session Hyprland &> $HOME/.log/Hyprland
launch Hyprland
;;
"t")
exec cage -s kitty -- -o font_size=14 &> $HOME/.log/kitty

37
.zshrc
View file

@ -89,8 +89,39 @@ export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
# ricing
export PF_CUSTOM_LOGOS="/home/freya/.config/pfetch_logos"
export WINEARCH=win32
export WINEPREFIX=/home/freya/.wine
export PWD="$HOME"
_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"

3
aur
View file

@ -1,5 +1,6 @@
amf-amdgpu-pro
flashplayer-standalone
gconf
google-chrome-wayland-vulkan
librewolf-bin
mint-themes
mint-y-icons

View file

@ -2,14 +2,15 @@ acpi
alsa-tools
alsa-utils
amd-ucode
android-tools
autotiling-rs
base
base-devel
bcachefs-tools
bind
blueberry
bluez-utils
brightnessctl
btrfs-progs
cage
chromium
chrony
@ -19,12 +20,15 @@ cups
cups-pdf
ddcutil
discord
dmidecode
docker
docker-buildx
docker-compose
dosfstools
e2fsprogs
easyeffects
efibootmgr
efitools
element-desktop
exfatprogs
gajim
@ -55,7 +59,6 @@ jdk-openjdk
jdk8-openjdk
jq
kitty
less
lib32-gst-plugins-base
lib32-gst-plugins-base-libs
lib32-gst-plugins-good
@ -65,6 +68,7 @@ lib32-mesa-vdpau
lib32-sdl12-compat
lib32-vulkan-radeon
libva-mesa-driver
libva-nvidia-driver
libvirt
linux
linux-firmware
@ -95,6 +99,7 @@ nvme-cli
nwg-look
opendoas
p7zip
pacutils
parallel
pavucontrol
php
@ -125,6 +130,7 @@ swaybg
swayidle
swaylock
syncthing
thunar
thunderbird
tlp
tpm2-tools
@ -136,12 +142,14 @@ ttf-jetbrains-mono
ufw
unzip
valgrind
vim
virt-manager
vulkan-radeon
vulkan-tools
waybar
webp-pixbuf-loader
wget
whois
wine-staging
winetricks
wireguard-tools
@ -152,6 +160,7 @@ xdg-desktop-portal
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
xdg-desktop-portal-wlr
xf86-video-nouveau
xorg-xwayland
yt-dlp
zathura