Updated Profile
This commit is contained in:
parent
37d57eb48a
commit
98ed9f9ba8
|
@ -1,8 +1,9 @@
|
|||
5 archcraft-welcome.desktop
|
||||
5 calamares.desktop
|
||||
5 abif.desktop
|
||||
5 help-and-tips.desktop
|
||||
5 about.desktop
|
||||
5 archcraft-help.desktop
|
||||
5 archcraft-about.desktop
|
||||
5 archcraft-arandr.desktop
|
||||
5 Alacritty.desktop
|
||||
5 firefox.desktop
|
||||
5 thunar.desktop
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<icon>go-parent-folder</icon>
|
||||
<name>Open as root</name>
|
||||
<unique-id>1622790717174452-1</unique-id>
|
||||
<command>~/.config/openbox-themes/scripts/asroot 'dbus-run-session thunar'</command>
|
||||
<command>~/.config/openbox/scripts/ob-asroot 'dbus-run-session thunar'</command>
|
||||
<description>Open directory as root</description>
|
||||
<patterns>*</patterns>
|
||||
<directories/>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<icon>document-edit-sign</icon>
|
||||
<name>Edit as root</name>
|
||||
<unique-id>1622790919788057-2</unique-id>
|
||||
<command>~/.config/openbox-themes/scripts/asroot 'geany %f'</command>
|
||||
<command>~/.config/openbox/scripts/ob-asroot 'geany %f'</command>
|
||||
<description>Edit file as root</description>
|
||||
<patterns>*</patterns>
|
||||
<text-files/>
|
||||
|
|
|
@ -98,17 +98,21 @@ done
|
|||
sed -i -e '/## Welcome-App-Run-Once/Q' /etc/skel/.config/openbox/autostart
|
||||
cat >> "/etc/skel/.config/openbox/autostart" <<- EOL
|
||||
## Help-App-Run-Once
|
||||
help-and-tips &
|
||||
archcraft-help &
|
||||
sed -i -e '/## Help-App-Run-Once/Q' "\$HOME"/.config/openbox/autostart
|
||||
EOL
|
||||
|
||||
sed -i -e '/## Welcome-App-Run-Once/Q' /etc/skel/.config/bspwm/bspwmrc
|
||||
cat >> "/etc/skel/.config/bspwm/bspwmrc" <<- EOL
|
||||
## Help-App-Run-Once
|
||||
help-and-tips &
|
||||
archcraft-help &
|
||||
sed -i -e '/## Help-App-Run-Once/Q' "\$HOME"/.config/bspwm/bspwmrc
|
||||
EOL
|
||||
|
||||
## -------------------------------------------------------------- ##
|
||||
|
||||
## Fix grub theme path, issue with ABIF LUKS installation
|
||||
sed -i -e 's#GRUB_THEME=.*#GRUB_THEME="/boot/grub/themes/archcraft/theme.txt"#g' /etc/default/grub
|
||||
|
||||
## -------------------------------------------------------------- ##
|
||||
|
||||
|
|
|
@ -267,7 +267,6 @@ mplayer
|
|||
|
||||
# Utilities
|
||||
acpi
|
||||
arandr
|
||||
dialog
|
||||
dunst
|
||||
galculator
|
||||
|
@ -285,7 +284,6 @@ picom
|
|||
plank
|
||||
polkit
|
||||
polybar
|
||||
python2
|
||||
python-pywal
|
||||
rofi
|
||||
maim
|
||||
|
@ -322,6 +320,7 @@ archcraft-neofetch
|
|||
archcraft-welcome
|
||||
archcraft-music
|
||||
archcraft-omz
|
||||
archcraft-randr
|
||||
archcraft-ranger
|
||||
archcraft-vim
|
||||
archcraft-config-geany
|
||||
|
@ -339,6 +338,7 @@ noto-fonts-cjk
|
|||
terminus-font
|
||||
|
||||
## Multimedia
|
||||
ffmpeg
|
||||
ffmpegthumbnailer
|
||||
tumbler
|
||||
|
||||
|
|
Loading…
Reference in New Issue