Automated updated process of shell scripts and DOT Files (gentooamd)
This commit is contained in:
parent
d8d84357e9
commit
3cc8861be9
4
Gentoo/gentooamd/etc/portage/package.use/librewolf
Normal file
4
Gentoo/gentooamd/etc/portage/package.use/librewolf
Normal 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
@ -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
|
||||
|
||||
Binary file not shown.
@ -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": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[window]
|
||||
width=1900
|
||||
height=1024
|
||||
width=1918
|
||||
height=1078
|
||||
sinkInputType=1
|
||||
sourceOutputType=0
|
||||
sinkType=0
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
#################################
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
[pupgui]
|
||||
installdir = /home/ganome/.local/share/Steam/compatibilitytools.d/
|
||||
|
||||
[pupgui2]
|
||||
theme = system
|
||||
|
||||
|
||||
@ -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 - ;
|
||||
}
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
7430
Gentoo/gentooamd/kernel/kernel-config-6.14.7-Ganome-v1.02
Normal file
7430
Gentoo/gentooamd/kernel/kernel-config-6.14.7-Ganome-v1.02
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user