forked from artix/iso-profiles
39 changed files with 182 additions and 392 deletions
@ -1 +1 @@
|
||||
QT_QPA_PLATFORMTHEME=qt5ct |
||||
QT_QPA_PLATFORMTHEME=gtk2 |
||||
|
@ -1,6 +1,13 @@
|
||||
#!/bin/bash |
||||
|
||||
# Force early boot consolefont at live session |
||||
|
||||
mv -f /etc/mkinitcpio.conf.mod /etc/mkinitcpio.conf |
||||
|
||||
# Remove ecnryption-related stuff if unneeded from mkinitcpio.conf, default/grub and grub.cfg |
||||
if [ ! -e /crypto_keyfile.bin ]; then |
||||
sed -i 's|/crypto_keyfile.bin||' /etc/mkinitcpio.conf* |
||||
sed -i 's|encrypt||' /etc/mkinitcpio.conf* |
||||
sed -i 's|cryptkey=rootfs:/crypto_keyfile.bin||' /etc/default/grub /boot/grub/grub.cfg |
||||
fi |
||||
|
||||
rm -f /etc/local.d/mkinitcpio.start |
||||
|
@ -1,6 +0,0 @@
|
||||
[Desktop Entry] |
||||
Exec=~/.config/autostart/xdg-user-dirs-update.sh |
||||
Name=Create common user directories |
||||
StartupNotify=false |
||||
Terminal=false |
||||
Type=Application |
@ -1,9 +0,0 @@
|
||||
#!/bin/sh |
||||
|
||||
# This script is run once after system install. |
||||
# It creates user directories according to locale. |
||||
|
||||
if [ -f $HOME/.first-login ]; then |
||||
xdg-user-dirs-update --force |
||||
rm -f ~/.config/autostart/xdg-user-dirs-update.sh ~/.config/autostart/xdg-user-dirs-update.desktop ~/.first-login |
||||
fi |
@ -1,122 +0,0 @@
|
||||
!! An Openbox theme for the KvGnomeDark Kvantum theme |
||||
|
||||
menu.title.bg: flat solid border |
||||
menu.title.bg.color: #3F3F3F |
||||
menu.title.bg.border.color: #000000 |
||||
menu.title.text.color: #ffffff |
||||
|
||||
menu.items.bg: Gradient Vertical Flat |
||||
menu.items.bg.color: #646464 |
||||
menu.items.bg.colorTo: #141414 |
||||
menu.items.text.color: #ffffff |
||||
menu.items.disabled.text.color: #939393 |
||||
menu.items.bg.border.color: #000000 |
||||
|
||||
menu.items.active.bg: flat solid |
||||
menu.items.active.bg.color: #000000 |
||||
menu.items.active.text.color: #ffffff |
||||
|
||||
!! General window settings |
||||
*.justify: center |
||||
|
||||
!! focused window settings |
||||
window.active.client.color: #353535 |
||||
|
||||
window.active.title.bg: Gradient Vertical Flat |
||||
window.active.title.bg.color: #323232 |
||||
window.active.title.bg.colorTo: #2d2d2d |
||||
window.active.title.bg.border.color: Parentrelative |
||||
window.active.title.bg.highlight: 256 |
||||
window.active.title.bg.shadow: 0 |
||||
|
||||
window.active.handle.bg: flat solid border |
||||
window.active.handle.bg.color: #353535 |
||||
window.active.handle.bg.border.color: #353535 |
||||
!window.active.handle.bg.color: #353535 |
||||
window.active.grip.bg: parentrelative |
||||
|
||||
window.active.label.bg: parentrelative |
||||
window.active.label.text.color: #ffffff |
||||
|
||||
window.active.button.*.bg: parentrelative |
||||
window.active.button.unpressed.image.color: #ffffff |
||||
|
||||
window.active.button.pressed.bg: flat solid bevel1 |
||||
!window.active.button.pressed.bg.color: #353535 |
||||
window.active.button.pressed.bg.color: #353535 |
||||
window.active.button.pressed.image.color: #ffffff |
||||
|
||||
!#hover |
||||
window.active.button.hover.bg: flat solid |
||||
window.active.button.hover.image.color: #ffffff |
||||
window.active.button.hover.bg.color: #353535 |
||||
window.active.button.toggled.hover.image.color: #ffffff |
||||
|
||||
window.active.button.disabled.bg: flat solid |
||||
window.active.button.disabled.bg.color: #dfb454 |
||||
window.active.button.disabled.image.color: #ffffff |
||||
|
||||
|
||||
!! unfocused window settings |
||||
window.inactive.client.color: #353535 |
||||
|
||||
window.inactive.title.bg: Gradient Vertical Flat |
||||
window.inactive.title.bg.color: #3a3a3a |
||||
window.inactive.title.bg.colorTo: #353535 |
||||
window.inactive.title.bg.border.color: #353535 |
||||
|
||||
window.inactive.handle.bg: flat solid |
||||
window.inactive.handle.bg.color: #353535 |
||||
|
||||
window.inactive.grip.bg: parentrelative |
||||
|
||||
window.inactive.label.bg: parentrelative |
||||
window.inactive.label.text.color: #888a85 |
||||
|
||||
window.inactive.button.*.bg: parentrelative |
||||
window.inactive.button.unpressed.image.color: #ffffff |
||||
|
||||
window.inactive.button.pressed.bg: flat border solid |
||||
window.inactive.button.pressed.bg.color: #353535 |
||||
window.inactive.button.pressed.bg.border.color: #353535 |
||||
|
||||
window.inactive.button.hover.bg: flat solid |
||||
window.inactive.button.hover.image.color: #ffffff |
||||
window.inactive.button.hover.bg.color: #353535 |
||||
window.inactive.button.toggled.hover.image.color: #ffffff |
||||
|
||||
window.inactive.button.disabled.bg:flat solid |
||||
window.inactive.button.disabled.bg.color: #353535 |
||||
|
||||
|
||||
!! Global width settings |
||||
border.Width: 3 |
||||
padding.width: 4 |
||||
padding.height:3 |
||||
window.handle.width: 0 |
||||
window.client.padding.width: 0 |
||||
window.client.padding.height: 0 |
||||
menu.overlap: 2 |
||||
|
||||
!! Miscellaneous settings |
||||
border.color: #353535 |
||||
|
||||
!! fonts are empty |
||||
window.active.label.text.font: |
||||
window.inactive.label.text.font: |
||||
menu.title.text.font: |
||||
menu.items.font: |
||||
|
||||
!! osd (pop ups) |
||||
osd.border.width: 2 |
||||
osd.border.color: #3a4040 |
||||
|
||||
osd.bg: flat solid |
||||
osd.bg.color: #3a4040 |
||||
|
||||
osd.hilight.bg: flat solid |
||||
osd.hilight.bg.color: #215d9c |
||||
|
||||
osd.unhilight.bg: flat solid border |
||||
osd.unhilight.bg.color: #3a4040 |
||||
osd.unhilight.bg.border.color: #646464 |
@ -1,7 +0,0 @@
|
||||
#!/bin/bash |
||||
|
||||
cd /root/.config |
||||
for setting in gtk-3.0 gtkrc gtkrc-2.0 kdeglobals qt5ct; do |
||||
ln -s /etc/skel/.config/${setting} 2>/dev/null & |
||||
done |
||||
rm -f /etc/local.d/theme-root.start |
@ -1,6 +1,13 @@
|
||||
#!/bin/bash |
||||
|
||||
# Force early boot consolefont at live session |
||||
|
||||
mv -f /etc/mkinitcpio.conf.mod /etc/mkinitcpio.conf |
||||
|
||||
# Remove ecnryption-related stuff if unneeded from mkinitcpio.conf, default/grub and grub.cfg |
||||
if [ ! -e /crypto_keyfile.bin ]; then |
||||
sed -i 's|/crypto_keyfile.bin||' /etc/mkinitcpio.conf* |
||||
sed -i 's|encrypt||' /etc/mkinitcpio.conf* |
||||
sed -i 's|cryptkey=rootfs:/crypto_keyfile.bin||' /etc/default/grub /boot/grub/grub.cfg |
||||
fi |
||||
|
||||
rm -f /etc/local.d/mkinitcpio.start |
||||
|
@ -1,6 +0,0 @@
|
||||
[Desktop Entry] |
||||
Exec=~/.config/autostart/xdg-user-dirs-update.sh |
||||
Name=Create common user directories |
||||
StartupNotify=false |
||||
Terminal=false |
||||
Type=Application |
@ -1,9 +0,0 @@
|
||||
#!/bin/sh |
||||
|
||||
# This script is run once after system install. |
||||
# It creates user directories according to locale. |
||||
|
||||
if [ -f $HOME/.first-login ]; then |
||||
xdg-user-dirs-update --force |
||||
rm -f ~/.config/autostart/xdg-user-dirs-update.sh ~/.config/autostart/xdg-user-dirs-update.desktop ~/.first-login |
||||
fi |
Binary file not shown.
Loading…
Reference in new issue