Automated updated process of shell scripts and DOT Files (gentooamd)

This commit is contained in:
ganome 2025-05-20 10:47:20 -06:00
parent d8d84357e9
commit 3cc8861be9
Signed by untrusted user who does not match committer: Ganome
GPG Key ID: 944DE53336D81B83
11 changed files with 14878 additions and 7 deletions

View File

@ -0,0 +1,4 @@
# required by www-client/librewolf-138.0.3_p1::librewolf[X,pgo]
# required by @selected
# required by @world (argument)
>=x11-base/xorg-server-21.1.16 xvfb

File diff suppressed because it is too large Load Diff

View File

@ -81,5 +81,5 @@ while :; do
# Sleep for a minute after changing the status bar before updating it
# again. Note that the `refbar` "refreshes" the statusbar by killing
# this command. Feel free to change the time interval if you want.
sleep 15s
sleep 5s
done

View File

@ -4,7 +4,7 @@
"source": "~/.config/rofi/mushroom.jpg",
"type": "kitty",
//"source": "~/.config/fastfetch/nixos.png",
//"type": "kitty-direct",
// "type": "kitty-direct",
"height": 15,
"width": 30,
"padding": {

View File

@ -1,6 +1,6 @@
[window]
width=1900
height=1024
width=1918
height=1078
sinkInputType=1
sourceOutputType=0
sinkType=0

View File

@ -139,7 +139,9 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
#
# opacity-rule = []
opacity-rule = [ "100:_NET_WM_STATE@:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:class_g = 'Rofi'" ];
"100:class_g = 'Rofi'",
"100:class_g = 'steam_app_2943650'", #FragPunk
"100:class_g = 'steam_app_2437170'" ]; #Smite2
#################################

View File

@ -1,3 +1,6 @@
[pupgui]
installdir = /home/ganome/.local/share/Steam/compatibilitytools.d/
[pupgui2]
theme = system

View File

@ -29,8 +29,8 @@ rsync -r /usr/src/linux/.config $HOME/Projects/$company/repos/DOT-Files/Gentoo/g
cd /home/ganome/Projects/$company/repos/DOT-Files ;
git pull ;
git add .;
# git commit -am "Automated updated process of shell scripts and DOT Files ($HOSTNAME)" ;
# git push;
git commit -am "Automated updated process of shell scripts and DOT Files ($HOSTNAME)" ;
git push;
cd - ;
}

View File

@ -26,6 +26,8 @@ alias yt-dlp='yt-dlp --format "bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]" $1'
kernelver=$(uname -r)
alias updatesystem='dtach -n emerge sudo emerge -vuDN @world'
# The Export is necessary for the .EFI UKI images
export GRUB_LINUX_KERNEL_GLOBS="/boot/EFI/Linux/*.efi"
alias fix-grub='grub-mkconfig -o /boot/grub/grub.cfg'
#Package config files for github

File diff suppressed because it is too large Load Diff