├── .gitignore ├── LICENSE ├── README.md ├── setup-our-git-credentials.sh ├── up+.sh └── usr ├── bin ├── archlinux-tweak-tool ├── att ├── fix-keyz ├── fix-lightdm-conf ├── fix-lxdm-conf ├── fix-sddm-conf ├── fixkeyz ├── get-chadwm-on-att ├── get-nemesis-on-att ├── skell └── varr └── share ├── applications └── archlinux-tweak-tool.desktop ├── archlinux-tweak-tool ├── archlinux-tweak-tool.py ├── arcolinuxmirrors_gui.py ├── att.css ├── att.py ├── att_gui.py ├── autostart.py ├── autostart_gui.py ├── data │ ├── any │ │ ├── archlinux-get-mirrors-rate-mirrors │ │ ├── archlinux-get-mirrors-reflector │ │ ├── archlinux-lightdm-slickgreeter │ │ ├── fix-pacman-databases-and-keys │ │ ├── gpg.conf │ │ ├── lightdm-gtk-greeter.conf │ │ ├── samba │ │ │ ├── arco │ │ │ │ └── smb.conf │ │ │ ├── biglinux │ │ │ │ └── smb.conf │ │ │ ├── example │ │ │ │ └── smb.conf │ │ │ ├── original │ │ │ │ └── smb.conf │ │ │ ├── usershares │ │ │ │ └── smb.conf │ │ │ └── windows │ │ │ │ └── smb.conf │ │ ├── set-mainstream-servers │ │ └── slick-greeter.conf │ ├── arch │ │ ├── arcolinux-mirrorlist │ │ ├── config.fish │ │ ├── gpg.conf │ │ ├── grub │ │ │ └── grub │ │ ├── lxdm │ │ │ └── lxdm.conf.original │ │ ├── nsswitch.conf │ │ ├── packages │ │ │ └── keyring │ │ │ │ └── archlinux-keyring-20250123-1-any.pkg.tar.zst │ │ ├── pacman │ │ │ ├── blank │ │ │ │ └── pacman.conf │ │ │ └── pacman.conf │ │ ├── release │ │ │ ├── lsb-release-arch │ │ │ ├── lsb-release-arco │ │ │ ├── os-release-arch │ │ │ └── os-release-arco │ │ ├── sddm.conf.d │ │ │ ├── kde_settings.conf │ │ │ └── sddm.conf │ │ └── sddm │ │ │ └── sddm.conf │ ├── arco │ │ ├── .bashrc │ │ ├── .zshrc │ │ ├── alacritty │ │ │ └── alacritty.toml │ │ ├── arcolinux-mirrorlist │ │ ├── bin │ │ │ ├── add-microcode │ │ │ ├── add-virtualbox-guest-utils │ │ │ ├── arco-dev │ │ │ ├── arcolinux-boot │ │ │ ├── arcolinux-fix-archlinux-mirrors │ │ │ ├── arcolinux-fix-archlinux-servers │ │ │ ├── arcolinux-fix-arcolinux-mirrors │ │ │ ├── arcolinux-fix-arcolinux-servers │ │ │ ├── arcolinux-fix-desktop-files │ │ │ ├── arcolinux-fix-grub │ │ │ ├── arcolinux-fix-nvidia-wayland-grub-only │ │ │ ├── arcolinux-fix-pacman-conf │ │ │ ├── arcolinux-fix-pacman-databases-and-keys │ │ │ ├── arcolinux-fix-pacman-gpg-conf │ │ │ ├── arcolinux-fix-sddm-config │ │ │ ├── arcolinux-fix-wayland-xauthority │ │ │ ├── arcolinux-get-mirrors │ │ │ ├── arcolinux-install-activate-lightdm-slickgreeter │ │ │ ├── arcolinux-install-activate-lxdm-minimalo │ │ │ ├── arcolinux-install-all-kernels │ │ │ ├── arcolinux-lsb-release │ │ │ ├── arcolinux-nvidia-drm-modeset-toggle │ │ │ ├── arcolinux-nvidia-drm-wayland │ │ │ ├── arcolinux-nvidia-mkinitcpio-toggle │ │ │ ├── arcolinux-os-release │ │ │ ├── arcolinux-osbeck-as-mirror │ │ │ ├── arcolinux-probe │ │ │ ├── arcolinux-remove-all-kernels-but-linux │ │ │ ├── arcolinux-remove-all-kernels-but-linux-cachyos │ │ │ ├── arcolinux-remove-all-kernels-but-linux-lts │ │ │ ├── arcolinux-remove-all-kernels-but-linux-zen │ │ │ ├── arcolinux-remove-conky │ │ │ ├── arcolinux-remove-kmix │ │ │ ├── arcolinux-remove-variety │ │ │ ├── arcolinux-remove-xfce4 │ │ │ ├── arcolinux-set-cores │ │ │ ├── arcolinux-set-theme │ │ │ ├── arcolinux-systemd-test │ │ │ ├── arcolinux-toboot │ │ │ ├── arcolinux-togrub │ │ │ ├── arcolinux-torefind │ │ │ ├── arcolinux-vbox-share │ │ │ ├── arcolinux-which-vga │ │ │ ├── back-to-arch │ │ │ ├── fwa │ │ │ ├── get-chadwm │ │ │ ├── get-linux-cachyos-from-chaotic-repo │ │ │ ├── get-me-started │ │ │ ├── get-nemesis-on-arcolinux │ │ │ ├── get-sddm-simplicity │ │ │ ├── pac │ │ │ ├── par │ │ │ ├── prober │ │ │ ├── remove-all-kernels-but-linux │ │ │ ├── remove-all-kernels-but-linux-cachyos │ │ │ ├── remove-all-kernels-but-linux-lts │ │ │ ├── remove-all-kernels-but-linux-zen │ │ │ ├── remove-broadcom-realtek │ │ │ ├── remove-conky │ │ │ ├── remove-debug │ │ │ ├── remove-kmix │ │ │ ├── remove-microcode │ │ │ ├── remove-variety │ │ │ ├── remove-xfce4 │ │ │ ├── skel │ │ │ ├── toggle-arcolinux-repo │ │ │ ├── toggle-arcolinux-test-repo │ │ │ ├── toggle-chaotic-repo │ │ │ ├── use │ │ │ ├── var │ │ │ ├── velo │ │ │ └── velow │ │ ├── config.fish │ │ ├── cursor │ │ │ └── index.theme │ │ ├── fastfetch │ │ │ └── config.jsonc │ │ ├── gpg.conf │ │ ├── grub │ │ │ └── grub │ │ ├── lightdm │ │ │ ├── lightdm-gtk-greeter-att.conf │ │ │ ├── lightdm-gtk-greeter.conf │ │ │ ├── lightdm.conf │ │ │ └── slick-greeter.conf │ │ ├── lxdm │ │ │ └── lxdm.conf │ │ ├── neofetch │ │ │ └── config.conf │ │ ├── nsswitch.conf │ │ ├── packages │ │ │ ├── keyring │ │ │ │ └── arcolinux-keyring-20251209-3-any.pkg.tar.zst │ │ │ └── mirrorlist │ │ │ │ └── arcolinux-mirrorlist-git-25.04-05-any.pkg.tar.zst │ │ ├── pacman │ │ │ ├── blank │ │ │ │ └── pacman.conf │ │ │ └── pacman.conf │ │ ├── release │ │ │ ├── lsb-release-arch │ │ │ ├── lsb-release-arco │ │ │ ├── os-release-arch │ │ │ └── os-release-arco │ │ ├── sddm.conf.d │ │ │ └── kde_settings.conf │ │ └── sddm │ │ │ └── sddm.conf │ ├── biglinux │ │ └── nsswitch.conf │ ├── eos │ │ ├── nsswitch.conf │ │ ├── packages │ │ │ ├── keyring │ │ │ │ └── endeavouros-keyring-20231222-1-any.pkg.tar.zst │ │ │ └── mirrorlist │ │ │ │ └── endeavouros-mirrorlist-25.3.1-1-any.pkg.tar.zst │ │ └── pacman │ │ │ ├── blank │ │ │ └── pacman.conf │ │ │ └── pacman.conf │ ├── garuda │ │ ├── nsswitch.conf │ │ ├── packages │ │ │ ├── keyring │ │ │ │ └── chaotic-keyring-20230616-1-any.pkg.tar.zst │ │ │ └── mirrorlist │ │ │ │ └── chaotic-mirrorlist-20240724-3-any.pkg.tar.zst │ │ └── pacman │ │ │ ├── blank │ │ │ └── pacman.conf │ │ │ └── pacman.conf │ ├── manjaro │ │ └── nsswitch.conf │ ├── reborn │ │ └── packages │ │ │ ├── keyring │ │ │ └── rebornos-keyring-20231128-1-any.pkg.tar.zst │ │ │ └── mirrorlist │ │ │ └── rebornos-mirrorlist-20241016-1-any.pkg.tar.zst │ └── wallpaper │ │ └── wallpaper.jpg ├── design.py ├── design_gui.py ├── desktop_data │ ├── awesome.jpg │ ├── berry.jpg │ ├── bspwm.jpg │ ├── budgie-desktop.jpg │ ├── chadwm.jpg │ ├── cinnamon.jpg │ ├── cutefish-xsession.jpg │ ├── cwm.jpg │ ├── deepin.jpg │ ├── dk.jpg │ ├── dusk.jpg │ ├── dwm.jpg │ ├── enlightenment.jpg │ ├── fvwm3.jpg │ ├── gnome.jpg │ ├── herbstluftwm.jpg │ ├── hypr.jpg │ ├── hyprland.jpg │ ├── i3.jpg │ ├── icewm.jpg │ ├── jwm.jpg │ ├── leftwm.jpg │ ├── lxqt.jpg │ ├── mate.jpg │ ├── nimdow.jpg │ ├── niri.jpg │ ├── openbox.jpg │ ├── pantheon.jpg │ ├── plasma.jpg │ ├── qtile.jpg │ ├── spectrwm.jpg │ ├── sway.jpg │ ├── ukui.jpg │ ├── wayfire.jpg │ ├── wmderland.jpg │ ├── worm.jpg │ ├── xfce.jpg │ └── xmonad.jpg ├── desktopr.py ├── desktopr_gui.py ├── fastfetch.py ├── fastfetch_gui.py ├── fish.py ├── fixes.py ├── fixes_gui.py ├── functions.py ├── get_desktop.sh ├── grub_gui.py ├── gui.py ├── images │ ├── archlinux-tweak-tool.png │ ├── archlinux-tweak-tool.svg │ ├── archlinux.png │ ├── arcolinux-froly.png │ ├── arcolinux-one-liner-old.png │ ├── arcolinux-one-liner.png │ ├── arcolinux-stock.png │ ├── arcolinux.png │ ├── awesome-sample.jpg │ ├── credits (copy 1).png │ ├── credits.png │ ├── discord.png │ ├── donate.png │ ├── github.png │ ├── i3-sample.jpg │ ├── leftwm-sample.jpg │ ├── oblogout.jpg │ ├── panel.png │ ├── patreon-old.png │ ├── patreon.png │ ├── paypal.png │ ├── qtile-sample.jpg │ ├── remove.png │ ├── splash-new.png │ ├── splash.png │ ├── support.png │ ├── support.xcf │ ├── termite-sample.jpg │ ├── zsh-sample.jpg │ └── zsh_previews │ │ ├── 3den.jpg │ │ ├── Soliah.jpg │ │ ├── adben.jpg │ │ ├── af-magic.jpg │ │ ├── afowler.jpg │ │ ├── agnoster.jpg │ │ ├── alanpeabody.jpg │ │ ├── amuse.jpg │ │ ├── apple.jpg │ │ ├── arrow.jpg │ │ ├── aussiegeek.jpg │ │ ├── avit.jpg │ │ ├── awesomepanda.jpg │ │ ├── bira.jpg │ │ ├── blinks.jpg │ │ ├── bureau.jpg │ │ ├── candy-kingdom.jpg │ │ ├── candy.jpg │ │ ├── clean.jpg │ │ ├── cloud.jpg │ │ ├── crcandy.jpg │ │ ├── crunch.jpg │ │ ├── cypher.jpg │ │ ├── dallas.jpg │ │ ├── darkblood.jpg │ │ ├── daveverwer.jpg │ │ ├── dieter.jpg │ │ ├── dogenpunk.jpg │ │ ├── dpoggi.jpg │ │ ├── dst.jpg │ │ ├── dstufft.jpg │ │ ├── duellj.jpg │ │ ├── eastwood.jpg │ │ ├── edvardm.jpg │ │ ├── emotty.jpg │ │ ├── essembeh.jpg │ │ ├── evan.jpg │ │ ├── fino-time.jpg │ │ ├── fino.jpg │ │ ├── fishy.jpg │ │ ├── flazz.jpg │ │ ├── fletcherm.jpg │ │ ├── fox.jpg │ │ ├── frisk.jpg │ │ ├── frontcube.jpg │ │ ├── funky.jpg │ │ ├── fwalch.jpg │ │ ├── gallifrey.jpg │ │ ├── gallois.jpg │ │ ├── garyblessington.jpg │ │ ├── gentoo.jpg │ │ ├── geoffgarside.jpg │ │ ├── gianu.jpg │ │ ├── gnzh.jpg │ │ ├── gozilla.jpg │ │ ├── half-life.jpg │ │ ├── humza.jpg │ │ ├── imajes.jpg │ │ ├── intheloop.jpg │ │ ├── itchy.jpg │ │ ├── jaischeema.jpg │ │ ├── jbergantine.jpg │ │ ├── jispwoso.jpg │ │ ├── jnrowe.jpg │ │ ├── jonathan.jpg │ │ ├── josh.jpg │ │ ├── jreese.jpg │ │ ├── jtriley.jpg │ │ ├── juanghurtado.jpg │ │ ├── junkfood.jpg │ │ ├── kafeitu.jpg │ │ ├── kardan.jpg │ │ ├── kennethreitz.jpg │ │ ├── kiwi.jpg │ │ ├── kolo.jpg │ │ ├── kphoen.jpg │ │ ├── lambda.jpg │ │ ├── linuxonly.jpg │ │ ├── lukerandall.jpg │ │ ├── macovsky-ruby.jpg │ │ ├── macovsky.jpg │ │ ├── maran.jpg │ │ ├── mgutz.jpg │ │ ├── mh.jpg │ │ ├── michelebologna.jpg │ │ ├── mikeh.jpg │ │ ├── miloshadzic.jpg │ │ ├── minimal.jpg │ │ ├── mira.jpg │ │ ├── mlh.jpg │ │ ├── mortalscumbag.jpg │ │ ├── mrtazz.jpg │ │ ├── murilasso.jpg │ │ ├── muse.jpg │ │ ├── nanotech.jpg │ │ ├── nebirhos.jpg │ │ ├── nicoulaj.jpg │ │ ├── norm.jpg │ │ ├── obraun.jpg │ │ ├── peepcode.jpg │ │ ├── philips.jpg │ │ ├── pmcgee.jpg │ │ ├── powerline.jpg │ │ ├── pygmalion-virtualenv.jpg │ │ ├── pygmalion.jpg │ │ ├── re5et.jpg │ │ ├── refined.jpg │ │ ├── rgm.jpg │ │ ├── risto.jpg │ │ ├── rixius.jpg │ │ ├── rkj-repos.jpg │ │ ├── rkj.jpg │ │ ├── robbyrussell.jpg │ │ ├── sammy.jpg │ │ ├── simonoff.jpg │ │ ├── simple.jpg │ │ ├── skaro.jpg │ │ ├── smt.jpg │ │ ├── sonicradish.jpg │ │ ├── sorin.jpg │ │ ├── sporty_256.jpg │ │ ├── steeef.jpg │ │ ├── strug.jpg │ │ ├── sunaku.jpg │ │ ├── sunrise.jpg │ │ ├── superjarin.jpg │ │ ├── suvash.jpg │ │ ├── takashiyoshida.jpg │ │ ├── terminalparty.jpg │ │ ├── theunraveler.jpg │ │ ├── tjkirch.jpg │ │ ├── tjkirch_mod.jpg │ │ ├── tonotdo.jpg │ │ ├── trapd00r.jpg │ │ ├── wedisagree.jpg │ │ ├── wezm+.jpg │ │ ├── wezm.jpg │ │ ├── wuffers.jpg │ │ ├── xiong-chiamiov-plus.jpg │ │ ├── xiong-chiamiov.jpg │ │ ├── ys.jpg │ │ └── zhann.jpg ├── lightdm.py ├── login.py ├── login_gui.py ├── lxdm.py ├── packages.py ├── packages_gui.py ├── packages_prompt_gui.py ├── pacman_functions.py ├── pacman_gui.py ├── polybar.py ├── polybar_data │ ├── config_rounded.jpg │ ├── config_top_fixed.jpg │ └── config_top_fixed_icons.jpg ├── polybar_gui.py ├── privacy_gui.py ├── script │ └── zshThemes.sh ├── sddm.py ├── services.py ├── services_gui.py ├── settings.py ├── shell.py ├── shell_gui.py ├── slim_data │ ├── info.txt │ ├── panel.png │ └── slim.theme ├── splash.py ├── support.py ├── template.py ├── template_gui.py ├── terminals.py ├── terminals_gui.py ├── themer.py ├── themer_data │ ├── awesomewm │ │ ├── blackburn.jpg │ │ ├── copland.jpg │ │ ├── multicolor.jpg │ │ ├── powerarrow-blue.jpg │ │ ├── powerarrow-dark.jpg │ │ └── powerarrow.jpg │ ├── i3 │ │ ├── arcolinux-archive.jpg │ │ ├── arcolinux-default.jpg │ │ ├── arcolinux-dracut.jpg │ │ ├── arcolinux-firedust.jpg │ │ ├── arcolinux-frama.jpg │ │ ├── arcolinux-gravemind.jpg │ │ ├── arcolinux-mango.jpg │ │ ├── arcolinux-mastermind.jpg │ │ ├── arcolinux-mater.jpg │ │ ├── arcolinux-mind.jpg │ │ ├── arcolinux-mordor.jpg │ │ ├── arcolinux-nantes.jpg │ │ ├── arcolinux-pinky.jpg │ │ ├── arcolinux-ruins.jpg │ │ ├── arcolinux-solar.jpg │ │ ├── arcolinux-sunset.jpg │ │ ├── arcolinux-var-ashes.jpg │ │ ├── arcolinux-var-nord.jpg │ │ ├── arcolinux-var-sulpher.jpg │ │ └── arcolinux-zion.jpg │ ├── leftwm │ │ ├── arise.jpg │ │ ├── candy.jpg │ │ ├── db-color-dev.jpg │ │ ├── db-comic.jpg │ │ ├── db-labels.jpg │ │ ├── db-nemesis.jpg │ │ ├── db-scifi-star.jpg │ │ ├── db-scifi.jpg │ │ ├── db.jpg │ │ ├── docky.jpg │ │ ├── doublebar.jpg │ │ ├── eden.jpg │ │ ├── forest.jpg │ │ ├── grayblocks.jpg │ │ ├── greyblocks.jpg │ │ ├── halo.jpg │ │ ├── kittycafe-dm.jpg │ │ ├── kittycafe-sm.jpg │ │ ├── material.jpg │ │ ├── matrix.jpg │ │ ├── mesh.jpg │ │ ├── parker.jpg │ │ ├── pi.jpg │ │ ├── sb-horror.jpg │ │ ├── shades.jpg │ │ ├── smooth.jpg │ │ ├── space.jpg │ │ └── starwars.jpg │ └── qtile │ │ ├── arcolinux-crimson.jpg │ │ ├── arcolinux-default.jpg │ │ ├── arcolinux-nord.jpg │ │ └── arcolinux-zion.jpg ├── themer_gui.py ├── user.py ├── user_gui.py ├── utilities.py ├── utilities_gui.py └── zsh_theme.py ├── backgrounds └── archlinux-login-backgrounds │ ├── att-01.jpg │ ├── att-02.jpg │ ├── att-03.jpg │ ├── att-04.jpg │ ├── att-05.jpg │ ├── att-plain-01.png │ ├── att-plain-02.png │ ├── att-plain-03.png │ └── att-plain-04.png ├── icons └── hicolor │ └── scalable │ └── apps │ └── archlinux-tweak-tool.svg └── polkit-1 └── actions └── org.archlinux.tweaktool.policy /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode 2 | __pycache__ 3 | arcolinux-tweak-tool-debug -------------------------------------------------------------------------------- /usr/bin/att: -------------------------------------------------------------------------------- 1 | archlinux-tweak-tool -------------------------------------------------------------------------------- /usr/bin/fix-keyz: -------------------------------------------------------------------------------- 1 | fixkeyz -------------------------------------------------------------------------------- /usr/bin/fix-lightdm-conf: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | echo "###############################################################################" 30 | echo "Making backups and copying files : " 31 | echo "This script names them /etc/backup-lightdm.conf and /etc/backup-lightdm-gtk-greeter.conf" 32 | echo "and if present /etc/backup-slick-greeter.conf" 33 | echo "###############################################################################" 34 | echo "If file exists, make a backup" 35 | [ -f /etc/lightdm/lightdm.conf ] && sudo cp -p /etc/lightdm/lightdm.conf /etc/backup-lightdm.conf 36 | [ -f /etc/lightdm/lightdm-gtk-greeter.conf ] && sudo cp -p /etc/lightdm/lightdm-gtk-greeter.conf /etc/backup-lightdm-gtk-greeter.conf 37 | [ -f /etc/lightdm/slick-greeter.conf ] && sudo cp -p /etc/lightdm/slick-greeter.conf /etc/backup-slick-greeter.conf 38 | 39 | echo 40 | echo "Overwriting lightdm configuration files" 41 | echo 42 | sudo cp -v /usr/share/archlinux-tweak-tool/data/arco/lightdm/lightdm.conf /etc/lightdm/lightdm.conf 43 | sudo cp -v /usr/share/archlinux-tweak-tool/data/arco/lightdm/lightdm-gtk-greeter.conf /etc/lightdm/lightdm-gtk-greeter.conf 44 | sudo cp -v /usr/share/archlinux-tweak-tool/data/arco/lightdm/slick-greeter.conf /etc/lightdm/slick-greeter.conf 45 | 46 | echo "###############################################################################" 47 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 48 | echo "###############################################################################" 49 | 50 | 51 | -------------------------------------------------------------------------------- /usr/bin/fix-lxdm-conf: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | echo "###############################################################################" 30 | echo "Making backups and copying file : " 31 | echo "This script names it /etc/backup-lxdm.conf" 32 | echo "###############################################################################" 33 | echo "If file exists, make a backup" 34 | [ -f /etc/lxdm/lxdm.conf ] && sudo cp -p /etc/lxdm/lxdm.conf /etc/backup-lxdm.conf 35 | echo 36 | echo "Overwriting lxdm configuration files" 37 | echo 38 | sudo cp -v /usr/share/archlinux-tweak-tool/data/arco/lxdm/lxdm.conf /etc/lxdm/lxdm.conf 39 | echo "###############################################################################" 40 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 41 | echo "###############################################################################" 42 | 43 | 44 | -------------------------------------------------------------------------------- /usr/bin/get-nemesis-on-att: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | #ArchLinux-Tweak-Tool 30 | 31 | echo 32 | tput setaf 3 33 | echo "################################################################" 34 | echo "################### Start clone arcolinux-nemesis" 35 | echo "################################################################" 36 | tput sgr0 37 | echo 38 | 39 | [ -d $HOME"/DATA" ] || mkdir -p $HOME"/DATA" 40 | cd ~/DATA 41 | git clone https://github.com/erikdubois/arcolinux-nemesis 42 | 43 | echo 44 | tput setaf 3 45 | echo "################################################################" 46 | echo "################### End clone arcolinux-nemesis" 47 | echo "################################################################" 48 | tput sgr0 49 | echo -------------------------------------------------------------------------------- /usr/share/applications/archlinux-tweak-tool.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Arch Linux Tweak Tool 3 | GenericName=Arch Linux Tweak Tool 4 | X-GNOME-FullName=Arch Linux Tweak Tool 5 | Comment=ArchLinux Tweak Tool - graphical tool to set Arch Linux 6 | Exec=/usr/bin/archlinux-tweak-tool 7 | Icon=archlinux-tweak-tool 8 | Terminal=false 9 | Type=Application 10 | Categories=GTK;GNOME;Utility;Settings;Security;X-GNOME-Settings-Panel;X-GNOME-SystemSettings;X-Unity-Settings-Panel;X-XFCE-SettingsDialog;X-XFCE-SystemSettings; 11 | Keywords=tweak;tool;tweaktool 12 | StartupNotify=true 13 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/att.css: -------------------------------------------------------------------------------- 1 | frame#awesome * { 2 | padding-left: 20px; 3 | padding-right: 20px; 4 | padding-bottom: 20px; 5 | padding-top: 10px; 6 | border-color: transparent; 7 | } 8 | 9 | box#vbox { 10 | padding-right: 20px; 11 | } 12 | 13 | #sidebar label { 14 | font-size: 14px; 15 | font-weight: 500; 16 | padding-left: 15px; 17 | padding-right: 15px; 18 | } 19 | 20 | label#title { 21 | font-size: 20px; 22 | font-weight: 600; 23 | } 24 | 25 | #textview_log text{ 26 | background-color: #232627; 27 | color: #fcfcfc; 28 | font-family: 'Open Sans', 'Helvetica', sans-serif; 29 | } 30 | 31 | label#label_package_status { 32 | background-color: @theme_base_color; 33 | border-top: 1px solid @borders; 34 | border-bottom: 1px solid @borders; 35 | border-left: 1px solid @borders; 36 | border-right: 1px solid @borders; 37 | padding: 5px 5px 5px 5px; 38 | border-radius: 10px; 39 | font-weight: bold; 40 | color: #fcfcfc; 41 | } -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/autostart.py: -------------------------------------------------------------------------------- 1 | # ============================================================ 2 | # Authors: Brad Heffernan - Erik Dubois - Cameron Percival 3 | # ============================================================ 4 | 5 | from ast import literal_eval 6 | import functions as fn 7 | 8 | 9 | def get_startups(name): 10 | """find out if there are .desktop files - hidden = true / false""" 11 | try: 12 | with open(fn.autostart + name + ".desktop", encoding="utf-8") as f: 13 | lines = f.readlines() 14 | f.close() 15 | state = True 16 | except: 17 | return True 18 | 19 | if fn.check_content("Hidden=", fn.autostart + name + ".desktop"): 20 | try: 21 | pos = fn.get_position(lines, "Hidden=") 22 | state = lines[pos].split("=")[1].strip() 23 | 24 | state = state.capitalize() 25 | state = not literal_eval(state) 26 | return state 27 | except Exception as error: 28 | print(error) 29 | return True 30 | else: 31 | return state 32 | 33 | 34 | def add_autostart(self, name, com, comnt): 35 | """Add a new autostart""" 36 | # lists = [x for x in fn.os.listdir(fn.home + "/.config/autostart/")] 37 | lists = list(fn.listdir(fn.home + "/.config/autostart")) 38 | if not name + ".desktop" in lists: 39 | content = ( 40 | "[Desktop Entry]\n\ 41 | Encoding=UTF-8\n\ 42 | Version=1.0\n\ 43 | Type=Application\n\ 44 | Name=" 45 | + name 46 | + "\n\ 47 | Comment=" 48 | + comnt 49 | + "\n\ 50 | Exec=" 51 | + com 52 | + "\n\ 53 | TryExec=" 54 | + com 55 | + "\n\ 56 | StartupNotify=false\n\ 57 | X-GNOME-Autostart-enabled=true\n\ 58 | Terminal=false\n\ 59 | Hidden=false\n" 60 | ) 61 | 62 | with open( 63 | fn.home + "/.config/autostart/" + name + ".desktop", "w", encoding="UTF-8" 64 | ) as f: 65 | f.write(content) 66 | f.close() 67 | self.add_row(name) 68 | # self.startups.append([True, name, comnt]) 69 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/any/archlinux-get-mirrors-rate-mirrors: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | rate-mirrors --allow-root arch | sudo tee /etc/pacman.d/mirrorlist 30 | 31 | echo "###############################################################################" 32 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 33 | echo "###############################################################################" -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/any/archlinux-get-mirrors-reflector: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | sudo /usr/bin/reflector --score 100 --fastest 10 --number 10 --verbose --save /etc/pacman.d/mirrorlist 30 | 31 | echo "###############################################################################" 32 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 33 | echo "###############################################################################" -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/any/gpg.conf: -------------------------------------------------------------------------------- 1 | no-greeting 2 | no-permission-warning 3 | lock-never 4 | keyserver-options timeout=10 5 | keyserver-options import-clean 6 | keyserver-options no-self-sigs-only 7 | 8 | keyserver hkp://keyserver.ubuntu.com:80 9 | #keyserver hkp://keys.openpgp.org 10 | #keyserver hkp://keys.openpgp.org:80 11 | #keyserver hkps://keys.openpgp.org 12 | #keyserver hkps://keys.openpgp.org:443 13 | #keyserver hkps://keyserver.ubuntu.com:443 14 | #keyserver hkp://pool.sks-keyservers.net:80 15 | #keyserver hkps://hkps.pool.sks-keyservers.net:443 16 | #keyserver hkp://ipv4.pool.sks-keyservers.net:11371 17 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/any/samba/biglinux/smb.conf: -------------------------------------------------------------------------------- 1 | 2 | [global] 3 | workgroup = WORKGROUP 4 | dns proxy = no 5 | log file = /var/log/samba/%m.log 6 | max log size = 1000 7 | client min protocol = SMB2 8 | server role = standalone server 9 | passdb backend = tdbsam 10 | obey pam restrictions = yes 11 | unix password sync = yes 12 | passwd program = /usr/bin/passwd %u 13 | passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully* 14 | pam password change = yes 15 | map to guest = Bad Password 16 | usershare allow guests = yes 17 | name resolve order = lmhosts bcast host wins 18 | security = user 19 | guest account = nobody 20 | usershare path = /var/lib/samba/usershare 21 | usershare max shares = 100 22 | usershare owner only = yes 23 | force create mode = 0070 24 | force directory mode = 0070 25 | load printers = no 26 | printing = bsd 27 | printcap name = /dev/null 28 | disable spoolss = yes 29 | show add printer wizard = no 30 | 31 | [homes] 32 | comment = Home Directories 33 | browseable = no 34 | read only = yes 35 | create mask = 0700 36 | directory mask = 0700 37 | valid users = %S 38 | 39 | [printers] 40 | comment = All Printers 41 | browseable = no 42 | path = /var/spool/samba 43 | printable = yes 44 | guest ok = no 45 | read only = yes 46 | create mask = 0700 47 | 48 | [print$] 49 | comment = Printer Drivers 50 | path = /var/lib/samba/printers 51 | browseable = yes 52 | read only = yes 53 | guest ok = no 54 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/any/set-mainstream-servers: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | echo "Deleting current /etc/pacman.d/mirrorlist and replacing with" 30 | echo 31 | echo "Server = https://geo.mirror.pkgbuild.com/\$repo/os/\$arch 32 | Server = http://mirror.rackspace.com/archlinux/\$repo/os/\$arch 33 | Server = https://mirror.rackspace.com/archlinux/\$repo/os/\$arch 34 | Server = https://mirrors.kernel.org/archlinux/\$repo/os/\$arch 35 | Server = https://mirror.osbeck.com/archlinux/\$repo/os/\$arch 36 | Server = http://mirror.osbeck.com/archlinux/\$repo/os/\$arch" | sudo tee /etc/pacman.d/mirrorlist 37 | 38 | echo 39 | tput setaf 2 40 | echo "########################################################################" 41 | echo "Arch Linux Servers have been written to /etc/pacman.d/mirrorlist" 42 | echo "Use nmirrorlist to inspect" 43 | echo "########################################################################" 44 | tput sgr0 45 | echo 46 | echo "###############################################################################" 47 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 48 | echo "###############################################################################" 49 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/any/slick-greeter.conf: -------------------------------------------------------------------------------- 1 | [Greeter] 2 | background= 3 | theme-name= 4 | icon-theme-name= 5 | font-name='Noto Sans 11' 6 | xft-antialias=true 7 | xft-hintstyle=hintfull 8 | enable-hidpi=auto 9 | draw-grid=false 10 | show-hostname=false 11 | show-keyboard=false 12 | show-clock=true 13 | show-quit=true 14 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/arcolinux-mirrorlist: -------------------------------------------------------------------------------- 1 | # Europe Netherlands Amsterdam 2 | #Server = https://ant.seedhost.eu/arcolinux/$repo/$arch 3 | 4 | # Gitlab United States 5 | Server = https://gitlab.com/arcolinux/$repo/-/raw/main/$arch 6 | 7 | # Europe Belgium Brussels 8 | Server = https://ftp.belnet.be/arcolinux/$repo/$arch 9 | 10 | # Australia 11 | Server = https://mirror.aarnet.edu.au/pub/arcolinux/$repo/$arch 12 | 13 | # South Korea 14 | Server = https://mirror.funami.tech/arcolinux/$repo/$arch 15 | 16 | # Singapore 17 | Server = https://mirror.jingk.ai/arcolinux/$repo/$arch 18 | 19 | # United States San Francisco - no xlarge repo here 20 | Server = https://arcolinux.github.io/$repo/$arch 21 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/gpg.conf: -------------------------------------------------------------------------------- 1 | no-greeting 2 | no-permission-warning 3 | lock-never 4 | keyserver-options timeout=10 5 | keyserver-options import-clean 6 | keyserver-options no-self-sigs-only 7 | 8 | #keyserver hkp://keys.openpgp.org 9 | #keyserver hkp://keys.openpgp.org:80 10 | #keyserver hkps://keys.openpgp.org 11 | #keyserver hkps://keys.openpgp.org:443 12 | #keyserver hkps://keyserver.ubuntu.com:443 13 | keyserver hkp://keyserver.ubuntu.com:80 14 | #keyserver hkp://pool.sks-keyservers.net:80 15 | #keyserver hkps://hkps.pool.sks-keyservers.net:443 16 | #keyserver hkp://ipv4.pool.sks-keyservers.net:11371 17 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/grub/grub: -------------------------------------------------------------------------------- 1 | # GRUB boot loader configuration 2 | 3 | GRUB_DEFAULT=0 4 | GRUB_TIMEOUT=5 5 | GRUB_DISTRIBUTOR="ArcoLinux" 6 | GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet audit=0 nvme_load=yes" 7 | GRUB_CMDLINE_LINUX="" 8 | 9 | # Preload both GPT and MBR modules so that they are not missed 10 | GRUB_PRELOAD_MODULES="part_gpt part_msdos" 11 | 12 | # Uncomment to enable booting from LUKS encrypted devices 13 | #GRUB_ENABLE_CRYPTODISK=y 14 | 15 | # Set to 'countdown' or 'hidden' to change timeout behavior, 16 | # press ESC key to display menu. 17 | GRUB_TIMEOUT_STYLE=menu 18 | 19 | # Uncomment to use basic console 20 | GRUB_TERMINAL_INPUT=console 21 | 22 | # Uncomment to disable graphical terminal 23 | #GRUB_TERMINAL_OUTPUT=console 24 | 25 | # The resolution used on graphical terminal 26 | # note that you can use only modes which your graphic card supports via VBE 27 | # you can see them in real GRUB with the command `vbeinfo' 28 | GRUB_GFXMODE=auto 29 | 30 | # Uncomment to allow the kernel use the same resolution used by grub 31 | GRUB_GFXPAYLOAD_LINUX=keep 32 | 33 | # Uncomment if you want GRUB to pass to the Linux kernel the old parameter 34 | # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" 35 | #GRUB_DISABLE_LINUX_UUID=true 36 | 37 | # Uncomment to disable generation of recovery mode menu entries 38 | GRUB_DISABLE_RECOVERY=true 39 | 40 | # Uncomment and set to the desired menu colors. Used by normal and wallpaper 41 | # modes only. Entries specified as foreground/background. 42 | #GRUB_COLOR_NORMAL="light-blue/black" 43 | #GRUB_COLOR_HIGHLIGHT="light-cyan/blue" 44 | 45 | # Uncomment one of them for the gfx desired, a image background or a gfxtheme 46 | #GRUB_BACKGROUND="/path/to/wallpaper" 47 | GRUB_THEME="/boot/grub/themes/Vimix/theme.txt" 48 | 49 | # Uncomment to get a beep at GRUB start 50 | #GRUB_INIT_TUNE="480 440 1" 51 | 52 | # Uncomment to make GRUB remember the last selection. This requires 53 | # setting 'GRUB_DEFAULT=saved' above. Change 0 into saved. 54 | # Do not forget to 'update-grub' in a terminal to apply the new settings 55 | #GRUB_SAVEDEFAULT="true" 56 | 57 | # Uncomment to make grub stop using submenus 58 | #GRUB_DISABLE_SUBMENU=y 59 | 60 | # Check for other operating systems 61 | GRUB_DISABLE_OS_PROBER=false 62 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/lxdm/lxdm.conf.original: -------------------------------------------------------------------------------- 1 | [base] 2 | ## uncomment and set autologin username to enable autologin 3 | # autologin=dgod 4 | 5 | ## uncomment and set timeout to enable timeout autologin, 6 | ## the value should >=5 7 | # timeout=10 8 | 9 | ## default session or desktop used when no systemwide config 10 | # session=/usr/bin/startlxde 11 | 12 | ## uncomment and set to set numlock on your keyboard 13 | # numlock=0 14 | 15 | ## set this if you don't want to put xauth file at ~/.Xauthority 16 | # xauth_path=/tmp 17 | 18 | # not ask password for users who have empty password 19 | # skip_password=1 20 | 21 | ## greeter used to welcome the user 22 | greeter=/usr/lib/lxdm/lxdm-greeter-gtk 23 | 24 | [server] 25 | ## arg used to start xserver, not fully function 26 | arg=/usr/bin/X -background vt1 27 | # uncomment this if you really want xserver listen to tcp 28 | # tcp_listen=1 29 | # uncoment this if you want reset the xserver after logou 30 | # reset=1 31 | 32 | [display] 33 | ## gtk theme used by greeter 34 | gtk_theme=Adwaita 35 | 36 | ## background of the greeter 37 | # bg=/usr/share/backgrounds/default.png 38 | 39 | ## if show bottom pane 40 | bottom_pane=1 41 | 42 | ## if show language select control 43 | lang=1 44 | 45 | ## if show keyboard layout select control 46 | keyboard=0 47 | 48 | ## the theme of greeter 49 | theme=Industrial 50 | 51 | [input] 52 | 53 | [userlist] 54 | ## if disable the user list control at greeter 55 | disable=0 56 | 57 | ## whitelist user 58 | white= 59 | 60 | ## blacklist user 61 | black= 62 | 63 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/nsswitch.conf: -------------------------------------------------------------------------------- 1 | # Name Service Switch configuration file. 2 | # See nsswitch.conf(5) for details. 3 | 4 | passwd: files systemd 5 | group: files [SUCCESS=merge] systemd 6 | shadow: files systemd 7 | gshadow: files systemd 8 | 9 | publickey: files 10 | 11 | hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns 12 | networks: files 13 | 14 | protocols: files 15 | services: files 16 | ethers: files 17 | rpc: files 18 | 19 | netgroup: files 20 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/packages/keyring/archlinux-keyring-20250123-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/data/arch/packages/keyring/archlinux-keyring-20250123-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/release/lsb-release-arch: -------------------------------------------------------------------------------- 1 | DISTRIB_ID="Arch" 2 | DISTRIB_RELEASE="rolling" 3 | DISTRIB_DESCRIPTION="Arch Linux" -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/release/lsb-release-arco: -------------------------------------------------------------------------------- 1 | DISTRIB_ID=ArcoLinux 2 | DISTRIB_RELEASE="rolling" 3 | DISTRIB_DESCRIPTION="ArcoLinux" -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/release/os-release-arch: -------------------------------------------------------------------------------- 1 | NAME="Arch Linux" 2 | PRETTY_NAME="Arch Linux" 3 | ID=arch 4 | BUILD_ID=rolling 5 | ANSI_COLOR="38;2;23;147;209" 6 | HOME_URL="https://archlinux.org/" 7 | DOCUMENTATION_URL="https://wiki.archlinux.org/" 8 | SUPPORT_URL="https://bbs.archlinux.org/" 9 | BUG_REPORT_URL="https://bugs.archlinux.org/" 10 | LOGO=archlinux-logo -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/release/os-release-arco: -------------------------------------------------------------------------------- 1 | NAME=ArcoLinux 2 | ID=arcolinux 3 | ID_LIKE=arch 4 | BUILD_ID=rolling 5 | ANSI_COLOR="0;36" 6 | HOME_URL="https://arcolinux.info/" 7 | SUPPORT_URL="https://arcolinuxforum.com/" 8 | BUG_REPORT_URL="https://github.com/arcolinux" 9 | LOGO=arcolinux-hello -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/sddm.conf.d/kde_settings.conf: -------------------------------------------------------------------------------- 1 | [Autologin] 2 | Relogin=false 3 | #Session= 4 | #User= 5 | 6 | [General] 7 | HaltCommand=/usr/bin/systemctl poweroff 8 | RebootCommand=/usr/bin/systemctl reboot 9 | 10 | [Theme] 11 | Current=arcolinux-simplicity 12 | 13 | [Users] 14 | MaximumUid=60000 15 | MinimumUid=1000 16 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/sddm.conf.d/sddm.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | InputMethod= 3 | Namespaces= 4 | Numlock=none 5 | 6 | [Theme] 7 | CursorTheme=Bibata-Modern-Ice 8 | DisableAvatarsThreshold=7 9 | EnableAvatars=true 10 | FacesDir=/usr/share/sddm/faces 11 | Font= 12 | ThemeDir=/usr/share/sddm/themes 13 | 14 | [Users] 15 | DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin 16 | HideShells= 17 | HideUsers= 18 | RememberLastSession=true 19 | RememberLastUser=true 20 | ReuseSession=true 21 | 22 | [Wayland] 23 | EnableHiDPI=false 24 | SessionCommand=/usr/share/sddm/scripts/wayland-session 25 | SessionDir=/usr/share/wayland-sessions 26 | SessionLogFile=.local/share/sddm/wayland-session.log 27 | 28 | [X11] 29 | DisplayCommand=/usr/share/sddm/scripts/Xsetup 30 | DisplayStopCommand=/usr/share/sddm/scripts/Xstop 31 | EnableHiDPI=false 32 | MinimumVT=1 33 | ServerArguments=-nolisten tcp 34 | ServerPath=/usr/bin/X 35 | SessionCommand=/usr/share/sddm/scripts/Xsession 36 | SessionDir=/usr/share/xsessions 37 | SessionLogFile=.local/share/sddm/xorg-session.log 38 | UserAuthFile=.Xauthority 39 | XauthPath=/usr/bin/xauth 40 | XephyrPath=/usr/bin/Xephyr 41 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arch/sddm/sddm.conf: -------------------------------------------------------------------------------- 1 | [Autologin] 2 | Relogin=false 3 | #Session= 4 | #User= 5 | 6 | [General] 7 | HaltCommand=/usr/bin/systemctl poweroff 8 | InputMethod= 9 | Namespaces= 10 | Numlock=none 11 | RebootCommand=/usr/bin/systemctl reboot 12 | 13 | [Theme] 14 | Current=arcolinux-sugar-candy 15 | CursorTheme=Bibata-Modern-Ice 16 | DisableAvatarsThreshold=7 17 | EnableAvatars=true 18 | FacesDir=/usr/share/sddm/faces 19 | Font= 20 | ThemeDir=/usr/share/sddm/themes 21 | 22 | [Users] 23 | DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin 24 | HideShells= 25 | HideUsers= 26 | MaximumUid=60000 27 | MinimumUid=1000 28 | RememberLastSession=true 29 | RememberLastUser=true 30 | ReuseSession=true 31 | 32 | [Wayland] 33 | EnableHiDPI=false 34 | SessionCommand=/usr/share/sddm/scripts/wayland-session 35 | SessionDir=/usr/share/wayland-sessions 36 | SessionLogFile=.local/share/sddm/wayland-session.log 37 | 38 | [X11] 39 | DisplayCommand=/usr/share/sddm/scripts/Xsetup 40 | DisplayStopCommand=/usr/share/sddm/scripts/Xstop 41 | EnableHiDPI=false 42 | MinimumVT=1 43 | ServerArguments=-nolisten tcp 44 | ServerPath=/usr/bin/X 45 | SessionCommand=/usr/share/sddm/scripts/Xsession 46 | SessionDir=/usr/share/xsessions 47 | SessionLogFile=.local/share/sddm/xorg-session.log 48 | UserAuthFile=.Xauthority 49 | XauthPath=/usr/bin/xauth 50 | XephyrPath=/usr/bin/Xephyr 51 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/alacritty/alacritty.toml: -------------------------------------------------------------------------------- 1 | [colors.bright] 2 | black = "#545454" 3 | blue = "#94bff3" 4 | cyan = "#93e0e3" 5 | green = "#8ae234" 6 | magenta = "#b294bb" 7 | red = "#fc5454" 8 | white = "#ffffff" 9 | yellow = "#fce94f" 10 | 11 | [colors.normal] 12 | black = "#3f3f3f" 13 | blue = "#94bff3" 14 | cyan = "#06989a" 15 | green = "#4e9a06" 16 | magenta = "#85678f" 17 | red = "#cc0000" 18 | white = "#dcdccc" 19 | yellow = "#c4a000" 20 | 21 | [colors.primary] 22 | background = "#222222" 23 | foreground = "#F9F9F9" 24 | 25 | [font] 26 | size = 11.0 27 | 28 | [font.bold] 29 | family = "hack" 30 | style = "Bold" 31 | 32 | [font.bold_italic] 33 | family = "monospace" 34 | style = "Bold Italic" 35 | 36 | [font.italic] 37 | family = "hack" 38 | style = "Italic" 39 | 40 | [font.normal] 41 | family = "hack" 42 | style = "Regular" 43 | 44 | [[keyboard.bindings]] 45 | action = "ToggleFullscreen" 46 | key = "F11" 47 | 48 | [scrolling] 49 | history = 50000 50 | 51 | [window] 52 | opacity = 0.8 53 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/arcolinux-mirrorlist: -------------------------------------------------------------------------------- 1 | # United States - github 2 | Server = https://arcolinux.github.io/$repo/$arch -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arco-dev: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | sudo pacman -Sy 30 | sudo pacman -S sublime-text-4 --noconfirm --needed 31 | sudo pacman -S the_platinum_searcher-bin --noconfirm --needed 32 | sudo pacman -S ripgrep --noconfirm --needed 33 | sudo pacman -S meld --noconfirm --needed 34 | 35 | echo "###############################################################################" 36 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 37 | echo "###############################################################################" -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-fix-archlinux-mirrors: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | # Check if rate-mirrors is installed 30 | if [ ! -x /usr/bin/rate-mirrors ]; then 31 | echo "###############################################################################" 32 | echo "Rate-mirrors is not installed. Please install the 'rate-mirrors' package." 33 | echo "###############################################################################" 34 | 35 | exit 1 36 | fi 37 | 38 | echo "###############################################################################" 39 | echo "### USING RATE-MIRRORS ####" 40 | echo "###############################################################################" 41 | 42 | sudo rate-mirrors --allow-root --disable-comments-in-file --save /etc/pacman.d/mirrorlist arch 43 | 44 | echo "###############################################################################" 45 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 46 | echo "###############################################################################" 47 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-fix-archlinux-servers: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | # Check if rate-mirrors is installed 30 | if [ ! -x /usr/bin/rate-mirrors ]; then 31 | echo "###############################################################################" 32 | echo "Rate-mirrors is not installed. Please install the 'rate-mirrors' package." 33 | echo "###############################################################################" 34 | 35 | exit 1 36 | fi 37 | 38 | echo "###############################################################################" 39 | echo "### USING RATE-MIRRORS ####" 40 | echo "###############################################################################" 41 | 42 | sudo rate-mirrors --allow-root --disable-comments-in-file --save /etc/pacman.d/mirrorlist arch 43 | 44 | echo "###############################################################################" 45 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 46 | echo "###############################################################################" 47 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-fix-pacman-gpg-conf: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ############################################################################### 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.arcolinux.info 7 | # Website : https://www.arcolinux.com 8 | # Website : https://www.arcolinuxd.com 9 | # Website : https://www.arcolinuxb.com 10 | # Website : https://www.arcolinuxforum.com 11 | ############################################################################### 12 | # 13 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 14 | # 15 | ############################################################################### 16 | 17 | echo "###############################################################################" 18 | echo "Copying /etc/pacman.d/gnupg/gpg.conf from ArcoLinux" 19 | echo "###############################################################################" 20 | 21 | file_boolean=0 22 | 23 | function check_file() { 24 | 25 | file="/usr/local/share/arcolinux/gpg.conf" 26 | if [[ -f $file ]];then 27 | echo $file " exists" 28 | file_boolean=1 29 | else 30 | echo $file " doesn't exist" 31 | file_boolean=0 32 | fi 33 | } 34 | 35 | check_file 36 | 37 | # pacman gpg config + not online 38 | if [ $file_boolean -eq 1 ] ; then 39 | sudo cp /usr/local/share/arcolinux/gpg.conf /etc/pacman.d/gnupg/gpg.conf 40 | echo "/etc/pacman.d/gnupg/gpg.conf copied from local system" 41 | fi 42 | 43 | 44 | echo "###############################################################################" 45 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 46 | echo "###############################################################################" -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-fix-wayland-xauthority: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | session=$(loginctl show-session $(loginctl|grep $(whoami) | awk '{print $1}') -p Type | awk -F= '{print $2}' | grep "wayland" | uniq ) 4 | xauth_file=$(xauth info | awk -F"Authority file:" '{print $2}' | tr -d ' ') 5 | 6 | 7 | case "$session" in 8 | "wayland") 9 | # Wayland session, generate Xauth session cookie for $DISPLAY 10 | test -s "$xauth_file" || touch "$xauth_file" 11 | xauth gen $DISPLAY &> /dev/null 12 | echo "[INFO] Display = $DISPLAY" 13 | echo "[INFO] Session = $session" 14 | 15 | test -z "$(xauth list)" || echo "[INFO] Xauth session = OK" 16 | ;; 17 | "x11") 18 | # X11 session, don't do anything here 19 | echo "[INFO] Display = $DISPLAY" 20 | echo "[INFO] Session = $session" 21 | echo "[INFO] This script is only for Wayland" 22 | ;; 23 | "tty") 24 | # TTY session, as user may not use a display manager 25 | echo "[INFO] Display = $DISPLAY" 26 | echo "[INFO] Session = $session" 27 | echo "[INFO] This script is only for Wayland" 28 | ;; 29 | *) 30 | # anything here is an unknown session 31 | echo "[INFO] This script is only for Wayland" 32 | ;; 33 | esac 34 | echo "---------------------------------------------------------------------------" 35 | 36 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-get-mirrors: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | if test -f /usr/bin/reflector ; then 30 | echo "reflector is present" 31 | echo 32 | else 33 | echo "We have installed reflector" 34 | sudo pacman -S reflector --noconfirm 35 | fi 36 | 37 | #sudo /usr/bin/reflector --latest 100 --fastest 100 --number 10 --save /etc/pacman.d/mirrorlist 38 | sudo /usr/bin/reflector --score 100 --fastest 10 --number 10 --verbose --save /etc/pacman.d/mirrorlist 39 | 40 | echo "###############################################################################" 41 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 42 | echo "###############################################################################" 43 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-install-activate-lightdm-slickgreeter: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | echo "###############################################################################" 30 | echo "Install packages" 31 | echo "###############################################################################" 32 | 33 | sudo pacman -S lightdm lightdm-slick-greeter --noconfirm --needed 34 | 35 | echo "###############################################################################" 36 | echo "Change to lightdm-slick-greeter" 37 | echo "###############################################################################" 38 | 39 | sudo sed -i "s/#greeter-session=example-gtk-gnome/greeter-session=lightdm-slick-greeter/g" /etc/lightdm/lightdm.conf 40 | 41 | echo "###############################################################################" 42 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 43 | echo "###############################################################################" 44 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-install-activate-lxdm-minimalo: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | echo "###############################################################################" 30 | echo "Install packages" 31 | echo "###############################################################################" 32 | 33 | sudo pacman -S arcolinux-lxdm-theme-minimalo-git --noconfirm --needed 34 | 35 | echo "###############################################################################" 36 | echo "Change /etc/lxdm/lxdm.conf" 37 | echo "###############################################################################" 38 | 39 | sudo cp /etc/lxdm/lxdm.conf /etc/lxdm/lxdm.conf.bak 40 | sudo cp /usr/local/share/arcolinux/lxdm/lxdm.conf.original /etc/lxdm/lxdm.conf 41 | sudo sed -i "s/gtk_theme=Adwaita/gtk_theme=Arc-Dark/g" /etc/lxdm/lxdm.conf 42 | sudo sed -i "s/# bg=\/usr\/share\/backgrounds\/default.png/bg=\/usr\/share\/backgrounds\/arcolinux\/arco-wallpaper.jpg/g" /etc/lxdm/lxdm.conf 43 | sudo sed -i "s/theme=Industrial/theme=minimalo/g" /etc/lxdm/lxdm.conf 44 | 45 | echo "###############################################################################" 46 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 47 | echo "###############################################################################" 48 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-install-all-kernels: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | tput setaf 1; 30 | echo "###############################################################################" 31 | echo "### THIS IS A SCRIPT TO INSTALL ALL COMMON LINUX KERNELS ####" 32 | echo "###############################################################################" 33 | tput sgr0 34 | 35 | echo "This script will install all the common kernels" 36 | read -p "Are you sure you want to proceed? (Y/y) " response 37 | 38 | if [[ $response =~ ^[Yy]$ ]]; then 39 | 40 | sudo pacman -S --noconfirm linux-lts linux-lts-headers linux-zen linux-zen-headers \ 41 | linux-hardened linux-hardened-headers linux-rt linux-rt-headers linux-rt-lts linux-rt-lts-headers 42 | 43 | sudo pacman -S --noconfirm linux-cachyos linux-cachyos-headers 44 | 45 | else 46 | echo "####################################" 47 | echo "Operation canceled by user." 48 | echo "####################################" 49 | 50 | fi 51 | 52 | echo 53 | echo "###############################################################################" 54 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 55 | echo "###############################################################################" 56 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-lsb-release: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | if [ -f /usr/local/bin/get-nemesis-on-arcolinux ]; then 30 | sudo cp /usr/local/share/arcolinux/release/lsb-release-arch /etc/lsb-release 31 | fi 32 | 33 | if [ -f /usr/local/bin/get-nemesis-on-carli ]; then 34 | sudo cp /usr/local/share/arcolinux/release/lsb-release-arch /etc/lsb-release 35 | fi 36 | 37 | if [ -f /usr/local/bin/get-nemesis-on-aa ]; then 38 | sudo cp /usr/local/share/arcolinux/release/lsb-release-arch /etc/lsb-release 39 | fi 40 | 41 | if [ -f /usr/local/bin/get-nemesis-on-alci ]; then 42 | sudo cp /usr/local/share/arcolinux/release/lsb-release-arch /etc/lsb-release 43 | fi -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-os-release: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | echo "Changing logo" 29 | if [ -f /usr/local/bin/get-nemesis-on-arcolinux ]; then 30 | sudo cp /usr/local/share/arcolinux/release/os-release-arch /usr/lib/os-release 31 | sudo cp /usr/local/share/arcolinux/release/os-release-arch /usr/lib/os-release-arcolinux 32 | fi 33 | 34 | if [ -f /usr/local/bin/get-nemesis-on-carli ]; then 35 | sudo cp /usr/local/share/arcolinux/release/os-release-arch /usr/lib/os-release 36 | sudo cp /usr/local/share/arcolinux/release/os-release-arch /usr/lib/os-release-arcolinux 37 | fi 38 | 39 | if [ -f /usr/local/bin/get-nemesis-on-aa ]; then 40 | sudo cp /usr/local/share/arcolinux/release/os-release-arch /usr/lib/os-release 41 | sudo cp /usr/local/share/arcolinux/release/os-release-arch /usr/lib/os-release-arcolinux 42 | fi 43 | 44 | if [ -f /usr/local/bin/get-nemesis-on-alci ]; then 45 | sudo cp /usr/local/share/arcolinux/release/os-release-arch /usr/lib/os-release 46 | sudo cp /usr/local/share/arcolinux/release/os-release-arch /usr/lib/os-release-arcolinux 47 | fi -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-osbeck-as-mirror: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | echo "Deleting current /etc/pacman.d/mirrorlist and replacing with" 30 | echo 31 | echo "Server = https://geo.mirror.pkgbuild.com/\$repo/os/\$arch 32 | Server = http://mirror.rackspace.com/archlinux/\$repo/os/\$arch 33 | Server = https://mirror.rackspace.com/archlinux/\$repo/os/\$arch 34 | Server = https://mirrors.kernel.org/archlinux/\$repo/os/\$arch 35 | Server = https://mirror.osbeck.com/archlinux/\$repo/os/\$arch 36 | Server = http://mirror.osbeck.com/archlinux/\$repo/os/\$arch" | sudo tee /etc/pacman.d/mirrorlist 37 | 38 | echo 39 | tput setaf 2 40 | echo "########################################################################" 41 | echo "Arch Linux Servers have been written to /etc/pacman.d/mirrorlist" 42 | echo "Use nmirrorlist to inspect" 43 | echo "########################################################################" 44 | tput sgr0 45 | echo 46 | echo "###############################################################################" 47 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 48 | echo "###############################################################################" 49 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-probe: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | # Check if any package starting with 'v4l-utils' is installed 30 | if pacman -Q | grep -E '^v4l-utils-git' &> /dev/null; then 31 | echo '...' 32 | else 33 | #sudo pacman -Rdd --noconfirm v4l-utils 34 | sudo pacman -S --noconfirm v4l-utils-git --ask 4 35 | fi 36 | 37 | # Check if hw-probe is installed 38 | if ! pacman -Qi hw-probe &> /dev/null; then 39 | echo "hw-probe is not installed. Installing it..." 40 | sudo pacman -S --noconfirm --needed hw-probe 41 | else 42 | echo '...' 43 | fi 44 | 45 | sudo -E /usr/bin/hw-probe -all -upload 46 | 47 | echo "###############################################################################" 48 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 49 | echo "###############################################################################" -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-set-cores: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.arcolinux.info 7 | # Website : https://www.arcolinux.com 8 | # Website : https://www.arcolinuxd.com 9 | # Website : https://www.arcolinuxforum.com 10 | ################################################################################################################## 11 | # 12 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 13 | # 14 | ################################################################################################################## 15 | echo 16 | echo "#################################" 17 | echo "Start arcolinux-all-cores" 18 | echo "#################################" 19 | echo 20 | 21 | numberofcores=$(nproc) 22 | 23 | if [ $numberofcores -gt 1 ] 24 | then 25 | echo "Changing the makeflags for "$numberofcores" cores." 26 | sudo sed -i 's/#MAKEFLAGS="-j2"/MAKEFLAGS="-j'$(($numberofcores))'"/g' /etc/makepkg.conf; 27 | echo "Changing the PKGEXT to pkg.tar.zst" 28 | sudo sed -i "s/PKGEXT='.pkg.tar.xz'/PKGEXT='.pkg.tar.zst'/g" /etc/makepkg.conf 29 | else 30 | echo "No change." 31 | fi 32 | echo 33 | echo "#################################" 34 | echo "End arcolinux-all-cores" 35 | echo "#################################" 36 | echo 37 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-systemd-test: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | boot=$(bootctl status | grep Product | awk '{printf($2)}') 30 | echo "The system is using $boot to boot." 31 | 32 | # Only install grub when on grub 33 | if [ $boot = "GRUB" ]; then 34 | /usr/bin/grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=ArcoLinux 35 | fi 36 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/arcolinux-vbox-share: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | #Automount shared folders for virtualbox 30 | user=$( who | cut -d ' ' -f1 | uniq) 31 | sudo gpasswd -a $user vboxsf 32 | sudo systemctl enable vboxservice.service 33 | sudo systemctl start vboxservice.service 34 | echo "##############################################" 35 | echo "Now log out and log back in" 36 | echo "If you have set virtualbox to share a folder" 37 | echo "with automount, it will appear in the" 38 | echo "filemanager at next login" 39 | echo "##############################################" 40 | 41 | echo "###############################################################################" 42 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 43 | echo "###############################################################################" 44 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/fwa: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | session=$(loginctl show-session $(loginctl|grep $(whoami) | awk '{print $1}') -p Type | awk -F= '{print $2}' | grep "wayland" | uniq ) 4 | xauth_file=$(xauth info | awk -F"Authority file:" '{print $2}' | tr -d ' ') 5 | 6 | 7 | case "$session" in 8 | "wayland") 9 | # Wayland session, generate Xauth session cookie for $DISPLAY 10 | test -s "$xauth_file" || touch "$xauth_file" 11 | xauth gen $DISPLAY &> /dev/null 12 | echo "[INFO] Display = $DISPLAY" 13 | echo "[INFO] Session = $session" 14 | 15 | test -z "$(xauth list)" || echo "[INFO] Xauth session = OK" 16 | ;; 17 | "x11") 18 | # X11 session, don't do anything here 19 | echo "[INFO] Display = $DISPLAY" 20 | echo "[INFO] Session = $session" 21 | echo "[INFO] This script is only for Wayland" 22 | ;; 23 | "tty") 24 | # TTY session, as user may not use a display manager 25 | echo "[INFO] Display = $DISPLAY" 26 | echo "[INFO] Session = $session" 27 | echo "[INFO] This script is only for Wayland" 28 | ;; 29 | *) 30 | # anything here is an unknown session 31 | echo "[INFO] This script is only for Wayland" 32 | ;; 33 | esac 34 | echo "---------------------------------------------------------------------------" 35 | 36 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/get-linux-cachyos-from-chaotic-repo: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | sudo cp -v /etc/pacman.conf /etc/pacman.conf.script 30 | 31 | sh /usr/local/bin/arcolinux-fix-pacman-conf 32 | sh /usr/local/bin/toggle-arcolinux-repo 33 | 34 | # Set the file path 35 | FILE="/etc/pacman.conf" 36 | 37 | # Search for "chaotic-aur" in the specified file 38 | if ! grep -q "chaotic-aur" "$FILE"; then 39 | echo "Adding chaotic-aur repository to $FILE" 40 | # Append the configuration for chaotic-aur to the file 41 | { 42 | echo "" 43 | echo "[chaotic-aur]" 44 | echo "SigLevel = Required DatabaseOptional" 45 | echo "Include = /etc/pacman.d/chaotic-mirrorlist" 46 | } | sudo tee -a "$FILE" 47 | fi 48 | 49 | sudo pacman -Sy linux-cachyos linux-cachyos-headers --noconfirm --needed 50 | 51 | sudo cp -v /etc/pacman.conf.script /etc/pacman.conf 52 | 53 | echo 54 | echo "###############################################################################" 55 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 56 | echo "###############################################################################" 57 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/get-nemesis-on-arcolinux: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | #iso=arcolinux 30 | 31 | echo 32 | tput setaf 3 33 | echo "################################################################" 34 | echo "################### Start clone arcolinux-nemesis" 35 | echo "################################################################" 36 | tput sgr0 37 | echo 38 | 39 | if test -f /usr/bin/git ; then 40 | echo "git is present" 41 | echo 42 | else 43 | echo "We have installed git" 44 | sudo pacman -S git --noconfirm 45 | fi 46 | 47 | [ -d $HOME"/DATA" ] || mkdir -p $HOME"/DATA" 48 | cd ~/DATA 49 | git clone https://github.com/erikdubois/arcolinux-nemesis 50 | 51 | echo "###############################################################################" 52 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 53 | echo "###############################################################################" 54 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/get-sddm-simplicity: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.ariser.eu 8 | # Website : https://www.arcolinux.info 9 | # Website : https://www.arcolinux.com 10 | # Website : https://www.arcolinuxd.com 11 | # Website : https://www.arcolinuxb.com 12 | # Website : https://www.arcolinuxiso.com 13 | # Website : https://www.arcolinuxforum.com 14 | ################################################################################################################## 15 | # 16 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 17 | # 18 | ################################################################################################################## 19 | #tput setaf 0 = black 20 | #tput setaf 1 = red 21 | #tput setaf 2 = green 22 | #tput setaf 3 = yellow 23 | #tput setaf 4 = dark blue 24 | #tput setaf 5 = purple 25 | #tput setaf 6 = cyan 26 | #tput setaf 7 = gray 27 | #tput setaf 8 = light blue 28 | ################################################################################################################## 29 | 30 | installed_dir=$(dirname $(readlink -f $(basename `pwd`))) 31 | 32 | ################################################################################################################## 33 | 34 | func_install() { 35 | 36 | tput setaf 3 37 | echo "###############################################################################" 38 | echo "################## Installing package " $1 39 | echo "###############################################################################" 40 | echo 41 | tput sgr0 42 | sudo pacman -S --noconfirm $1 43 | 44 | } 45 | 46 | func_install_simplicity() { 47 | 48 | echo 49 | tput setaf 2 50 | echo "################################################################" 51 | echo "################### Install Sddm Simplicity" 52 | echo "################################################################" 53 | tput sgr0 54 | echo 55 | 56 | list=( 57 | arcolinux-sddm-simplicity-git 58 | ) 59 | 60 | count=0 61 | 62 | for name in "${list[@]}" ; do 63 | count=$[count+1] 64 | tput setaf 3;echo "Installing package nr. "$count " " $name;tput sgr0; 65 | func_install $name 66 | done 67 | } 68 | 69 | func_install_simplicity 70 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/pac: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Check if an argument is provided 4 | if [ -z "$1" ]; then 5 | echo "Usage: $0 " 6 | exit 1 7 | fi 8 | 9 | # Validate that the argument is a positive integer 10 | if ! [[ "$1" =~ ^[0-9]+$ ]]; then 11 | echo "Error: Argument must be a positive integer." 12 | exit 1 13 | fi 14 | 15 | # Store the input in a variable 16 | PARALLEL_DOWNLOADS=$1 17 | 18 | # Use sed to update the ParallelDownloads setting in /etc/pacman.conf 19 | sudo sed -i "s/^#*ParallelDownloads = .*/ParallelDownloads = ${PARALLEL_DOWNLOADS}/" /etc/pacman.conf 20 | 21 | echo "Updated ParallelDownloads to ${PARALLEL_DOWNLOADS} in /etc/pacman.conf" 22 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/par: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Check if an argument is provided 4 | if [ -z "$1" ]; then 5 | echo "Usage: $0 " 6 | exit 1 7 | fi 8 | 9 | # Validate that the argument is a positive integer 10 | if ! [[ "$1" =~ ^[0-9]+$ ]]; then 11 | echo "Error: Argument must be a positive integer." 12 | exit 1 13 | fi 14 | 15 | # Store the input in a variable 16 | PARALLEL_DOWNLOADS=$1 17 | 18 | # Use sed to update the ParallelDownloads setting in /etc/pacman.conf 19 | sudo sed -i "s/^#*ParallelDownloads = .*/ParallelDownloads = ${PARALLEL_DOWNLOADS}/" /etc/pacman.conf 20 | 21 | echo "Updated ParallelDownloads to ${PARALLEL_DOWNLOADS} in /etc/pacman.conf" 22 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/prober: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | # Check if any package starting with 'v4l-utils' is installed 30 | if pacman -Q | grep -E '^v4l-utils-git' &> /dev/null; then 31 | echo '...' 32 | else 33 | #sudo pacman -Rdd --noconfirm v4l-utils 34 | sudo pacman -S --noconfirm v4l-utils-git --ask 4 35 | fi 36 | 37 | # Check if hw-probe is installed 38 | if ! pacman -Qi hw-probe &> /dev/null; then 39 | echo "hw-probe is not installed. Installing it..." 40 | sudo pacman -S --noconfirm --needed hw-probe 41 | else 42 | echo '...' 43 | fi 44 | 45 | sudo -E /usr/bin/hw-probe -all -upload 46 | 47 | echo "###############################################################################" 48 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 49 | echo "###############################################################################" -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/remove-broadcom-realtek: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | tput setaf 1; 30 | echo "###############################################################################" 31 | echo "### REMOVE BOTH NETWORK CARD DKMS PACKAGES ####" 32 | echo "### ONLY RUN THIS IF YOU DO NOT NEED THOSE ####" 33 | echo "###############################################################################" 34 | tput sgr0 35 | 36 | echo "This script will remove broadcom-wl-dkms rtl8821cu-morrownr-dkms-git" 37 | read -p "Are you sure you want to proceed? (Y/y) " response 38 | 39 | if [[ $response =~ ^[Yy]$ ]]; then 40 | 41 | echo "Removing broadcom-wl-dkms rtl8821cu-morrownr-dkms-git" 42 | sudo pacman -Rs broadcom-wl-dkms rtl8821cu-morrownr-dkms-git --noconfirm 43 | 44 | else 45 | echo "####################################" 46 | echo "Operation canceled by user." 47 | echo "####################################" 48 | 49 | fi 50 | 51 | echo 52 | echo "###############################################################################" 53 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 54 | echo "###############################################################################" 55 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/remove-debug: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | # OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto) 30 | 31 | tput setaf 1; 32 | echo "###############################################################################" 33 | echo "### REMOVE DEBUG FROM /ETC/MAKEPKG.CONF ####" 34 | echo "###############################################################################" 35 | tput sgr0 36 | echo "This script will change debug into !debug" 37 | read -p "Are you sure you want to proceed? (Y/y) " response 38 | 39 | if [[ $response =~ ^[Yy]$ ]]; then 40 | 41 | if grep -q "!debug lto" /etc/makepkg.conf; then 42 | echo "###############################################################################" 43 | echo "Debugging is already off - nothing to do" 44 | echo "###############################################################################" 45 | else 46 | echo "###############################################################################" 47 | echo "Changing debug to !debug" 48 | echo "###############################################################################" 49 | sudo sed -i "s/debug lto/!debug lto/g" /etc/makepkg.conf; 50 | fi 51 | 52 | else 53 | echo "####################################" 54 | echo "Operation canceled by user." 55 | echo "####################################" 56 | 57 | fi 58 | 59 | echo 60 | echo "###############################################################################" 61 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 62 | echo "###############################################################################" 63 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/toggle-arcolinux-repo: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | if grep -q "\[arcolinux_repo\]" /etc/pacman.conf; then 30 | echo "###############################################################################" 31 | echo "Changing to NO ArcoLinux repos /etc/pacman.conf" 32 | echo "###############################################################################" 33 | sudo cp -v /usr/local/share/arcolinux/pacman-no-arco.conf /etc/pacman.conf 34 | else 35 | echo "###############################################################################" 36 | echo "Changing to ArcoLinux repos /etc/pacman.conf" 37 | echo "###############################################################################" 38 | sudo cp -v /usr/local/share/arcolinux/pacman.conf /etc/pacman.conf 39 | fi 40 | 41 | echo 42 | echo "###############################################################################" 43 | echo "### DONE - YOU CAN CLOSE THIS WINDOW ####" 44 | echo "###############################################################################" 45 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/velo: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | sudo pacman -Syy 3 | sudo pacman -S sublime-text-4 --noconfirm --needed 4 | sudo pacman -S the_platinum_searcher-bin --noconfirm --needed 5 | sudo pacman -S ripgrep --noconfirm --needed 6 | sudo pacman -S meld --noconfirm --needed 7 | sudo pacman -S thunar --noconfirm --needed 8 | sudo pacman -S thunar-archive-plugin --noconfirm --needed 9 | sudo pacman -S thunar-volman --noconfirm --needed 10 | sudo pacman -S simplescreenrecorder --noconfirm --needed 11 | sudo pacman -S vlc --noconfirm --needed 12 | sudo pacman -S pavucontrol --noconfirm --needed -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/bin/velow: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | sudo pacman -Syy 3 | sudo pacman -S sublime-text-4 --noconfirm --needed 4 | sudo pacman -S the_platinum_searcher-bin --noconfirm --needed 5 | sudo pacman -S ripgrep --noconfirm --needed 6 | sudo pacman -S meld --noconfirm --needed 7 | sudo pacman -S thunar --noconfirm --needed 8 | sudo pacman -S thunar-archive-plugin --noconfirm --needed 9 | sudo pacman -S thunar-volman --noconfirm --needed 10 | sudo pacman -S obs-studio --noconfirm --needed 11 | sudo pacman -S vlc --noconfirm --needed 12 | sudo pacman -S pavucontrol --noconfirm --needed 13 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/cursor/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Inherits=Bibata-Modern-Ice 3 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/fastfetch/config.jsonc: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", 3 | "modules": [ 4 | "title", 5 | "separator", 6 | "os", 7 | "host", 8 | "kernel", 9 | "uptime", 10 | "packages", 11 | "shell", 12 | "display", 13 | "de", 14 | "wm", 15 | "wmtheme", 16 | "theme", 17 | "icons", 18 | "font", 19 | "cursor", 20 | "terminal", 21 | "terminalfont", 22 | "cpu", 23 | "gpu", 24 | "memory", 25 | "swap", 26 | "disk", 27 | "localip", 28 | "battery", 29 | "poweradapter", 30 | "locale", 31 | "break", 32 | "colors" 33 | ] 34 | } 35 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/gpg.conf: -------------------------------------------------------------------------------- 1 | no-greeting 2 | no-permission-warning 3 | lock-never 4 | keyserver-options timeout=10 5 | keyserver-options import-clean 6 | keyserver-options no-self-sigs-only 7 | 8 | #keyserver hkp://keys.openpgp.org 9 | #keyserver hkp://keys.openpgp.org:80 10 | #keyserver hkps://keys.openpgp.org 11 | #keyserver hkps://keys.openpgp.org:443 12 | #keyserver hkps://keyserver.ubuntu.com:443 13 | keyserver hkp://keyserver.ubuntu.com:80 14 | #keyserver hkp://pool.sks-keyservers.net:80 15 | #keyserver hkps://hkps.pool.sks-keyservers.net:443 16 | #keyserver hkp://ipv4.pool.sks-keyservers.net:11371 17 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/grub/grub: -------------------------------------------------------------------------------- 1 | # GRUB boot loader configuration 2 | 3 | GRUB_DEFAULT=0 4 | GRUB_TIMEOUT=5 5 | GRUB_DISTRIBUTOR="ArcoLinux" 6 | GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 audit=0 nvme_load=yes" 7 | GRUB_CMDLINE_LINUX="" 8 | 9 | # Preload both GPT and MBR modules so that they are not missed 10 | GRUB_PRELOAD_MODULES="part_gpt part_msdos" 11 | 12 | # Uncomment to enable booting from LUKS encrypted devices 13 | #GRUB_ENABLE_CRYPTODISK=y 14 | 15 | # Set to 'countdown' or 'hidden' to change timeout behavior, 16 | # press ESC key to display menu. 17 | GRUB_TIMEOUT_STYLE=menu 18 | 19 | # Uncomment to use basic console 20 | GRUB_TERMINAL_INPUT=console 21 | 22 | # Uncomment to disable graphical terminal 23 | #GRUB_TERMINAL_OUTPUT=console 24 | 25 | # The resolution used on graphical terminal 26 | # note that you can use only modes which your graphic card supports via VBE 27 | # you can see them in real GRUB with the command `videoinfo' 28 | GRUB_GFXMODE=auto 29 | 30 | # Uncomment to allow the kernel use the same resolution used by grub 31 | GRUB_GFXPAYLOAD_LINUX=keep 32 | 33 | # Uncomment if you want GRUB to pass to the Linux kernel the old parameter 34 | # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" 35 | #GRUB_DISABLE_LINUX_UUID=true 36 | 37 | # Uncomment to disable generation of recovery mode menu entries 38 | GRUB_DISABLE_RECOVERY=true 39 | 40 | # Uncomment and set to the desired menu colors. Used by normal and wallpaper 41 | # modes only. Entries specified as foreground/background. 42 | #GRUB_COLOR_NORMAL="light-blue/black" 43 | #GRUB_COLOR_HIGHLIGHT="light-cyan/blue" 44 | 45 | # Uncomment one of them for the gfx desired, a image background or a gfxtheme 46 | #GRUB_BACKGROUND="/path/to/wallpaper" 47 | GRUB_THEME="/boot/grub/themes/Vimix/theme.txt" 48 | 49 | # Uncomment to get a beep at GRUB start 50 | #GRUB_INIT_TUNE="480 440 1" 51 | 52 | # Uncomment to make GRUB remember the last selection. This requires 53 | # setting 'GRUB_DEFAULT=saved' above. Change 0 into saved. 54 | # Do not forget to 'update-grub' in a terminal to apply the new settings 55 | #GRUB_SAVEDEFAULT="true" 56 | 57 | # Uncomment to disable submenus in boot menu 58 | #GRUB_DISABLE_SUBMENU=y 59 | 60 | # Probing for other operating systems is disabled for security reasons. Read 61 | # documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this 62 | # functionality install os-prober and uncomment to detect and include other 63 | # operating systems. 64 | GRUB_DISABLE_OS_PROBER=false 65 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/lightdm/slick-greeter.conf: -------------------------------------------------------------------------------- 1 | # LightDM GTK+ Configuration 2 | # Available configuration options listed below. 3 | # 4 | [Greeter] 5 | # activate-numlock=Whether to activate numlock. This features requires the installation of numlockx. (true or false) 6 | # background=Background file to use, either an image path or a color (e.g. #772953) 7 | # background-color=Background color (e.g. #772953), set before wallpaper is seen 8 | # draw-user-backgrounds=Whether to draw user backgrounds (true or false) 9 | # draw-grid=Whether to draw an overlay grid (true or false) 10 | # show-hostname=Whether to show the hostname in the menubar (true or false) 11 | # show-power=Whether to show the power indicator in the menubar (true or false) 12 | # show-a11y=Whether to show the accessibility options in the menubar (true or false) 13 | # show-keyboard=Whether to show the keyboard indicator in the menubar (true or false) 14 | # show-clock=Whether to show the clock in the menubar (true or false) 15 | # show-quit=Whether to show the quit menu in the menubar (true or false) 16 | # logo=Logo file to use 17 | # other-monitors-logo=Logo file to use for other monitors 18 | # theme-name=GTK+ theme to use 19 | # icon-theme-name=Icon theme to use 20 | # font-name=Font to use 21 | # xft-antialias=Whether to antialias Xft fonts (true or false) 22 | # xft-dpi=Resolution for Xft in dots per inch 23 | # xft-hintstyle=What degree of hinting to use (hintnone/hintslight/hintmedium/hintfull) 24 | # xft-rgba=Type of subpixel antialiasing (none/rgb/bgr/vrgb/vbgr) 25 | # onscreen-keyboard=Whether to enable the onscreen keyboard (true or false) 26 | # high-contrast=Whether to use a high contrast theme (true or false) 27 | # screen-reader=Whether to enable the screen reader (true or false) 28 | # play-ready-sound=A sound file to play when the greeter is ready 29 | # hidden-users=List of usernames that are hidden until a special key combination is hit 30 | # group-filter=List of groups that users must be part of to be shown (empty list shows all users) 31 | # enable-hidpi=Whether to enable HiDPI support (on/off/auto) 32 | # only-on-monitor=Sets the monitor on which to show the login window, -1 means "follow the mouse" 33 | # stretch-background-across-monitors=Whether to stretch the background across multiple monitors (false by default) 34 | # clock-format=What clock format to use (e.g., %H:%M or %l:%M %p) -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/lxdm/lxdm.conf: -------------------------------------------------------------------------------- 1 | [base] 2 | ## uncomment and set autologin username to enable autologin 3 | # autologin=dgod 4 | 5 | ## uncomment and set timeout to enable timeout autologin, 6 | ## the value should >=5 7 | # timeout=10 8 | 9 | ## default session or desktop used when no systemwide config 10 | # session=/usr/bin/startlxde 11 | 12 | ## uncomment and set to set numlock on your keyboard 13 | # numlock=0 14 | 15 | ## set this if you don't want to put xauth file at ~/.Xauthority 16 | # xauth_path=/tmp 17 | 18 | # not ask password for users who have empty password 19 | # skip_password=1 20 | 21 | ## greeter used to welcome the user 22 | greeter=/usr/lib/lxdm/lxdm-greeter-gtk 23 | 24 | [server] 25 | ## arg used to start xserver, not fully function 26 | arg=/usr/bin/X -background vt1 27 | # uncomment this if you really want xserver listen to tcp 28 | # tcp_listen=1 29 | # uncoment this if you want reset the xserver after logou 30 | # reset=1 31 | 32 | [display] 33 | ## gtk theme used by greeter 34 | gtk_theme=Adwaita 35 | 36 | ## background of the greeter 37 | # bg=/usr/share/backgrounds/default.png 38 | 39 | ## if show bottom pane 40 | bottom_pane=1 41 | 42 | ## if show language select control 43 | lang=1 44 | 45 | ## if show keyboard layout select control 46 | keyboard=0 47 | 48 | ## the theme of greeter 49 | theme=Industrial 50 | 51 | [input] 52 | 53 | [userlist] 54 | ## if disable the user list control at greeter 55 | disable=0 56 | 57 | ## whitelist user 58 | white= 59 | 60 | ## blacklist user 61 | black= 62 | 63 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/nsswitch.conf: -------------------------------------------------------------------------------- 1 | # Name Service Switch configuration file. 2 | # See nsswitch.conf(5) for details. 3 | # we changed nsswitch.conf to have access to nas servers 4 | # This config file comes from the ArcoLinux github 5 | 6 | passwd: files systemd 7 | group: files [SUCCESS=merge] systemd 8 | shadow: files systemd 9 | gshadow: files systemd 10 | 11 | publickey: files 12 | 13 | hosts: mymachines resolve [!UNAVAIL=return] files dns mdns wins myhostname 14 | networks: files 15 | 16 | protocols: files 17 | services: files 18 | ethers: files 19 | rpc: files 20 | 21 | netgroup: files 22 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/packages/keyring/arcolinux-keyring-20251209-3-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/data/arco/packages/keyring/arcolinux-keyring-20251209-3-any.pkg.tar.zst -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/packages/mirrorlist/arcolinux-mirrorlist-git-25.04-05-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/data/arco/packages/mirrorlist/arcolinux-mirrorlist-git-25.04-05-any.pkg.tar.zst -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/pacman/blank/pacman.conf: -------------------------------------------------------------------------------- 1 | # 2 | # /etc/pacman.conf 3 | # 4 | # See the pacman.conf(5) manpage for option and repository directives 5 | 6 | # 7 | # GENERAL OPTIONS 8 | # 9 | [options] 10 | # The following paths are commented out with their default values listed. 11 | # If you wish to use different paths, uncomment and update the paths. 12 | #RootDir = / 13 | #DBPath = /var/lib/pacman/ 14 | #CacheDir = /var/cache/pacman/pkg/ 15 | #LogFile = /var/log/pacman.log 16 | #GPGDir = /etc/pacman.d/gnupg/ 17 | #HookDir = /etc/pacman.d/hooks/ 18 | HoldPkg = pacman glibc 19 | #XferCommand = /usr/bin/curl -L -C - -f -o %o %u 20 | #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u 21 | #CleanMethod = KeepInstalled 22 | Architecture = auto 23 | 24 | # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup 25 | #IgnorePkg = 26 | #IgnoreGroup = 27 | 28 | #NoUpgrade = 29 | #NoExtract = 30 | 31 | # Misc options 32 | #UseSyslog 33 | Color 34 | #NoProgressBar 35 | CheckSpace 36 | VerbosePkgLists 37 | ParallelDownloads = 16 38 | #DownloadUser = alpm 39 | #DisableSandbox 40 | ILoveCandy 41 | DisableDownloadTimeout 42 | 43 | # By default, pacman accepts packages signed by keys that its local keyring 44 | # trusts (see pacman-key and its man page), as well as unsigned packages. 45 | SigLevel = Required DatabaseOptional 46 | LocalFileSigLevel = Optional 47 | #RemoteFileSigLevel = Required 48 | 49 | # NOTE: You must run `pacman-key --init` before first using pacman; the local 50 | # keyring can then be populated with the keys of all official Arch Linux 51 | # packagers with `pacman-key --populate archlinux`. 52 | 53 | # 54 | # REPOSITORIES 55 | # - can be defined here or included from another file 56 | # - pacman will search repositories in the order defined here 57 | # - local/custom mirrors can be added here or in separate files 58 | # - repositories listed first will take precedence when packages 59 | # have identical names, regardless of version number 60 | # - URLs will have $repo replaced by the name of the current repo 61 | # - URLs will have $arch replaced by the name of the architecture 62 | # 63 | # Repository entries are of the format: 64 | # [repo-name] 65 | # Server = ServerName 66 | # Include = IncludePath 67 | # 68 | # The header [repo-name] is crucial - it must be present and 69 | # uncommented to enable the repo. 70 | # 71 | 72 | # The testing repositories are disabled by default. To enable, uncomment the 73 | # repo name header and Include lines. You can add preferred servers immediately 74 | # after the header, and they will be used before the default mirrors. 75 | 76 | # An example of a custom package repository. See the pacman manpage for 77 | # tips on creating your own repositories. 78 | #[custom] 79 | #SigLevel = Optional TrustAll 80 | #Server = file:///home/custompkgs 81 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/release/lsb-release-arch: -------------------------------------------------------------------------------- 1 | DISTRIB_ID="Arch" 2 | DISTRIB_RELEASE="rolling" 3 | DISTRIB_DESCRIPTION="Arch Linux" -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/release/lsb-release-arco: -------------------------------------------------------------------------------- 1 | DISTRIB_ID=ArcoLinux 2 | DISTRIB_RELEASE="rolling" 3 | DISTRIB_DESCRIPTION="ArcoLinux" -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/release/os-release-arch: -------------------------------------------------------------------------------- 1 | NAME="Arch Linux" 2 | PRETTY_NAME="Arch Linux" 3 | ID=arch 4 | BUILD_ID=rolling 5 | ANSI_COLOR="38;2;23;147;209" 6 | HOME_URL="https://archlinux.org/" 7 | DOCUMENTATION_URL="https://wiki.archlinux.org/" 8 | SUPPORT_URL="https://bbs.archlinux.org/" 9 | BUG_REPORT_URL="https://bugs.archlinux.org/" 10 | LOGO=archlinux-logo -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/release/os-release-arco: -------------------------------------------------------------------------------- 1 | NAME=ArcoLinux 2 | ID=arcolinux 3 | ID_LIKE=arch 4 | BUILD_ID=rolling 5 | ANSI_COLOR="0;36" 6 | HOME_URL="https://arcolinux.info/" 7 | SUPPORT_URL="https://arcolinuxforum.com/" 8 | BUG_REPORT_URL="https://github.com/arcolinux" 9 | LOGO=arcolinux-hello -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/sddm.conf.d/kde_settings.conf: -------------------------------------------------------------------------------- 1 | [Autologin] 2 | Relogin=false 3 | #Session= 4 | #User= 5 | 6 | [General] 7 | HaltCommand=/usr/bin/systemctl poweroff 8 | RebootCommand=/usr/bin/systemctl reboot 9 | 10 | [Theme] 11 | Current=arcolinux-simplicity 12 | CursorTheme=Bibata-Modern-Ice 13 | Font=Noto Sans,10,-1,0,50,0,0,0,0,0 14 | 15 | [Users] 16 | MaximumUid=60513 17 | MinimumUid=1000 18 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/arco/sddm/sddm.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | InputMethod= 3 | Namespaces= 4 | Numlock=on 5 | 6 | [Theme] 7 | DisableAvatarsThreshold=7 8 | EnableAvatars=true 9 | FacesDir=/usr/share/sddm/faces 10 | ThemeDir=/usr/share/sddm/themes 11 | 12 | [Users] 13 | DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin 14 | HideShells= 15 | HideUsers= 16 | RememberLastSession=true 17 | RememberLastUser=true 18 | ReuseSession=true 19 | 20 | [Wayland] 21 | EnableHiDPI=true 22 | SessionCommand=/usr/share/sddm/scripts/wayland-session 23 | SessionDir=/usr/share/wayland-sessions 24 | SessionLogFile=.local/share/sddm/wayland-session.log 25 | 26 | [X11] 27 | DisplayCommand=/usr/share/sddm/scripts/Xsetup 28 | DisplayStopCommand=/usr/share/sddm/scripts/Xstop 29 | EnableHiDPI=true 30 | MinimumVT=1 31 | ServerArguments=-nolisten tcp 32 | ServerPath=/usr/bin/X 33 | SessionCommand=/usr/share/sddm/scripts/Xsession 34 | SessionDir=/usr/share/xsessions 35 | SessionLogFile=.local/share/sddm/xorg-session.log 36 | UserAuthFile=.Xauthority 37 | XauthPath=/usr/bin/xauth 38 | XephyrPath=/usr/bin/Xephyr 39 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/biglinux/nsswitch.conf: -------------------------------------------------------------------------------- 1 | # Name Service Switch configuration file. 2 | # See nsswitch.conf(5) for details. 3 | 4 | passwd: files systemd 5 | group: files [SUCCESS=merge] systemd 6 | shadow: files systemd 7 | gshadow: files systemd 8 | 9 | publickey: files 10 | 11 | hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns 12 | networks: files 13 | 14 | protocols: files 15 | services: files 16 | ethers: files 17 | rpc: files 18 | 19 | netgroup: files 20 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/eos/nsswitch.conf: -------------------------------------------------------------------------------- 1 | # Name Service Switch configuration file. 2 | # See nsswitch.conf(5) for details. 3 | 4 | passwd: files systemd 5 | group: files [SUCCESS=merge] systemd 6 | shadow: files systemd 7 | gshadow: files systemd 8 | 9 | publickey: files 10 | 11 | hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns 12 | networks: files 13 | 14 | protocols: files 15 | services: files 16 | ethers: files 17 | rpc: files 18 | 19 | netgroup: files 20 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/eos/packages/keyring/endeavouros-keyring-20231222-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/data/eos/packages/keyring/endeavouros-keyring-20231222-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/eos/packages/mirrorlist/endeavouros-mirrorlist-25.3.1-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/data/eos/packages/mirrorlist/endeavouros-mirrorlist-25.3.1-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/eos/pacman/blank/pacman.conf: -------------------------------------------------------------------------------- 1 | # 2 | # /etc/pacman.conf 3 | # 4 | # See the pacman.conf(5) manpage for option and repository directives 5 | 6 | # 7 | # GENERAL OPTIONS 8 | # 9 | [options] 10 | # The following paths are commented out with their default values listed. 11 | # If you wish to use different paths, uncomment and update the paths. 12 | #RootDir = / 13 | #DBPath = /var/lib/pacman/ 14 | #CacheDir = /var/cache/pacman/pkg/ 15 | #LogFile = /var/log/pacman.log 16 | #GPGDir = /etc/pacman.d/gnupg/ 17 | #HookDir = /etc/pacman.d/hooks/ 18 | HoldPkg = pacman glibc dracut kernel-install-for-dracut eos-dracut 19 | #XferCommand = /usr/bin/curl -L -C - -f -o %o %u 20 | #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u 21 | #CleanMethod = KeepInstalled 22 | Architecture = auto 23 | 24 | # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup 25 | #IgnorePkg = 26 | #IgnoreGroup = 27 | 28 | #NoUpgrade = 29 | #NoExtract = 30 | 31 | # Misc options 32 | #UseSyslog 33 | Color 34 | ILoveCandy 35 | #NoProgressBar 36 | #CheckSpace 37 | VerbosePkgLists 38 | ParallelDownloads = 5 39 | DownloadUser = alpm 40 | #DisableSandbox 41 | 42 | # By default, pacman accepts packages signed by keys that its local keyring 43 | # trusts (see pacman-key and its man page), as well as unsigned packages. 44 | SigLevel = Required DatabaseOptional 45 | LocalFileSigLevel = Optional 46 | #RemoteFileSigLevel = Required 47 | 48 | # NOTE: You must run `pacman-key --init` before first using pacman; the local 49 | # keyring can then be populated with the keys of all official Arch Linux 50 | # packagers with `pacman-key --populate archlinux`. 51 | 52 | # 53 | # REPOSITORIES 54 | # - can be defined here or included from another file 55 | # - pacman will search repositories in the order defined here 56 | # - local/custom mirrors can be added here or in separate files 57 | # - repositories listed first will take precedence when packages 58 | # have identical names, regardless of version number 59 | # - URLs will have $repo replaced by the name of the current repo 60 | # - URLs will have $arch replaced by the name of the architecture 61 | # 62 | # Repository entries are of the format: 63 | # [repo-name] 64 | # Server = ServerName 65 | # Include = IncludePath 66 | # 67 | # The header [repo-name] is crucial - it must be present and 68 | # uncommented to enable the repo. 69 | # 70 | 71 | # The testing repositories are disabled by default. To enable, uncomment the 72 | # repo name header and Include lines. You can add preferred servers immediately 73 | # after the header, and they will be used before the default mirrors. 74 | 75 | # An example of a custom package repository. See the pacman manpage for 76 | # tips on creating your own repositories. 77 | #[custom] 78 | #SigLevel = Optional TrustAll 79 | #Server = file:///home/custompkgs 80 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/garuda/nsswitch.conf: -------------------------------------------------------------------------------- 1 | # Name Service Switch configuration file. 2 | # See nsswitch.conf(5) for details. 3 | 4 | passwd: files 5 | group: files [SUCCESS=merge] 6 | shadow: files 7 | gshadow: files 8 | 9 | publickey: files 10 | 11 | hosts: files mymachines myhostname mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] dns wins 12 | networks: files 13 | 14 | protocols: files 15 | services: files 16 | ethers: files 17 | rpc: files 18 | 19 | netgroup: files 20 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/garuda/packages/keyring/chaotic-keyring-20230616-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/data/garuda/packages/keyring/chaotic-keyring-20230616-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/garuda/packages/mirrorlist/chaotic-mirrorlist-20240724-3-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/data/garuda/packages/mirrorlist/chaotic-mirrorlist-20240724-3-any.pkg.tar.zst -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/garuda/pacman/blank/pacman.conf: -------------------------------------------------------------------------------- 1 | # 2 | # /etc/pacman.conf 3 | # 4 | # See the pacman.conf(5) manpage for option and repository directives 5 | 6 | # 7 | # GENERAL OPTIONS 8 | # 9 | [options] 10 | # The following paths are commented out with their default values listed. 11 | # If you wish to use different paths, uncomment and update the paths. 12 | #RootDir = / 13 | #DBPath = /var/lib/pacman/ 14 | CacheDir = /var/cache/pacman/pkg/ 15 | #LogFile = /var/log/pacman.log 16 | #GPGDir = /etc/pacman.d/gnupg/ 17 | #HookDir = /etc/pacman.d/hooks/ 18 | HoldPkg = pacman glibc garuda-system 19 | #XferCommand = /usr/bin/curl -L -C - -f -o %o %u 20 | #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u 21 | #CleanMethod = KeepInstalled 22 | Architecture = auto 23 | 24 | # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup 25 | #IgnorePkg = 26 | #IgnoreGroup = 27 | 28 | #NoUpgrade = 29 | #NoExtract = 30 | 31 | # Misc options 32 | #UseSyslog 33 | Color 34 | #NoProgressBar 35 | CheckSpace 36 | #VerbosePkgLists 37 | ILoveCandy 38 | ParallelDownloads = 5 39 | 40 | # By default, pacman accepts packages signed by keys that its local keyring 41 | # trusts (see pacman-key and its man page), as well as unsigned packages. 42 | SigLevel = Required DatabaseOptional 43 | LocalFileSigLevel = Optional 44 | #RemoteFileSigLevel = Required 45 | 46 | # NOTE: You must run `pacman-key --init` before first using pacman; the local 47 | # keyring can then be populated with the keys of all official Arch Linux 48 | # packagers with `pacman-key --populate archlinux`. 49 | 50 | # 51 | # REPOSITORIES 52 | # - can be defined here or included from another file 53 | # - pacman will search repositories in the order defined here 54 | # - local/custom mirrors can be added here or in separate files 55 | # - repositories listed first will take precedence when packages 56 | # have identical names, regardless of version number 57 | # - URLs will have $repo replaced by the name of the current repo 58 | # - URLs will have $arch replaced by the name of the architecture 59 | # 60 | # Repository entries are of the format: 61 | # [repo-name] 62 | # Server = ServerName 63 | # Include = IncludePath 64 | # 65 | # The header [repo-name] is crucial - it must be present and 66 | # uncommented to enable the repo. 67 | # 68 | 69 | # The testing repositories are disabled by default. To enable, uncomment the 70 | # repo name header and Include lines. You can add preferred servers immediately 71 | # after the header, and they will be used before the default mirrors. 72 | 73 | # An example of a custom package repository. See the pacman manpage for 74 | # tips on creating your own repositories. 75 | #[custom] 76 | #SigLevel = Optional TrustAll 77 | #Server = file:///home/custompkgs -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/manjaro/nsswitch.conf: -------------------------------------------------------------------------------- 1 | # Name Service Switch configuration file. 2 | # See nsswitch.conf(5) for details. 3 | 4 | passwd: files systemd 5 | group: files [SUCCESS=merge] systemd 6 | shadow: files systemd 7 | gshadow: files systemd 8 | 9 | publickey: files 10 | 11 | hosts: mymachines mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns 12 | networks: files 13 | 14 | protocols: files 15 | services: files 16 | ethers: files 17 | rpc: files 18 | 19 | netgroup: files -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/reborn/packages/keyring/rebornos-keyring-20231128-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/data/reborn/packages/keyring/rebornos-keyring-20231128-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/reborn/packages/mirrorlist/rebornos-mirrorlist-20241016-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/data/reborn/packages/mirrorlist/rebornos-mirrorlist-20241016-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/data/wallpaper/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/data/wallpaper/wallpaper.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/awesome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/awesome.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/berry.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/berry.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/bspwm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/bspwm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/budgie-desktop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/budgie-desktop.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/chadwm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/chadwm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/cinnamon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/cinnamon.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/cutefish-xsession.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/cutefish-xsession.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/cwm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/cwm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/deepin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/deepin.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/dk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/dk.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/dusk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/dusk.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/dwm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/dwm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/enlightenment.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/enlightenment.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/fvwm3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/fvwm3.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/gnome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/gnome.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/herbstluftwm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/herbstluftwm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/hypr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/hypr.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/hyprland.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/hyprland.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/i3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/i3.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/icewm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/icewm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/jwm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/jwm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/leftwm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/leftwm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/lxqt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/lxqt.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/mate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/mate.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/nimdow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/nimdow.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/niri.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/niri.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/openbox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/openbox.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/pantheon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/pantheon.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/plasma.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/plasma.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/qtile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/qtile.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/spectrwm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/spectrwm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/sway.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/sway.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/ukui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/ukui.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/wayfire.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/wayfire.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/wmderland.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/wmderland.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/worm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/worm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/xfce.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/xfce.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/desktop_data/xmonad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/desktop_data/xmonad.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/archlinux-tweak-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/archlinux-tweak-tool.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/archlinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/archlinux.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/arcolinux-froly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/arcolinux-froly.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/arcolinux-one-liner-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/arcolinux-one-liner-old.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/arcolinux-one-liner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/arcolinux-one-liner.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/arcolinux-stock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/arcolinux-stock.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/arcolinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/arcolinux.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/awesome-sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/awesome-sample.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/credits (copy 1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/credits (copy 1).png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/credits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/credits.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/discord.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/donate.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/github.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/i3-sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/i3-sample.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/leftwm-sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/leftwm-sample.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/oblogout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/oblogout.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/panel.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/patreon-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/patreon-old.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/patreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/patreon.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/paypal.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/qtile-sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/qtile-sample.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/remove.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/splash-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/splash-new.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/splash.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/support.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/support.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/support.xcf -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/termite-sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/termite-sample.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh-sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh-sample.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/3den.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/3den.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/Soliah.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/Soliah.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/adben.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/adben.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/af-magic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/af-magic.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/afowler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/afowler.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/agnoster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/agnoster.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/alanpeabody.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/alanpeabody.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/amuse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/amuse.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/apple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/apple.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/arrow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/arrow.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/aussiegeek.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/aussiegeek.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/avit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/avit.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/awesomepanda.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/awesomepanda.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/bira.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/bira.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/blinks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/blinks.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/bureau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/bureau.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/candy-kingdom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/candy-kingdom.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/candy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/candy.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/clean.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/clean.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/cloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/cloud.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/crcandy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/crcandy.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/crunch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/crunch.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/cypher.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/cypher.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/dallas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/dallas.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/darkblood.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/darkblood.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/daveverwer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/daveverwer.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/dieter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/dieter.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/dogenpunk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/dogenpunk.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/dpoggi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/dpoggi.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/dst.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/dst.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/dstufft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/dstufft.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/duellj.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/duellj.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/eastwood.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/eastwood.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/edvardm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/edvardm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/emotty.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/emotty.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/essembeh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/essembeh.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/evan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/evan.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/fino-time.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/fino-time.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/fino.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/fino.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/fishy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/fishy.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/flazz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/flazz.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/fletcherm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/fletcherm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/fox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/fox.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/frisk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/frisk.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/frontcube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/frontcube.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/funky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/funky.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/fwalch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/fwalch.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/gallifrey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/gallifrey.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/gallois.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/gallois.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/garyblessington.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/garyblessington.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/gentoo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/gentoo.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/geoffgarside.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/geoffgarside.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/gianu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/gianu.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/gnzh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/gnzh.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/gozilla.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/gozilla.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/half-life.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/half-life.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/humza.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/humza.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/imajes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/imajes.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/intheloop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/intheloop.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/itchy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/itchy.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/jaischeema.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/jaischeema.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/jbergantine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/jbergantine.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/jispwoso.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/jispwoso.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/jnrowe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/jnrowe.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/jonathan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/jonathan.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/josh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/josh.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/jreese.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/jreese.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/jtriley.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/jtriley.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/juanghurtado.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/juanghurtado.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/junkfood.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/junkfood.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/kafeitu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/kafeitu.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/kardan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/kardan.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/kennethreitz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/kennethreitz.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/kiwi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/kiwi.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/kolo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/kolo.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/kphoen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/kphoen.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/lambda.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/lambda.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/linuxonly.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/linuxonly.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/lukerandall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/lukerandall.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/macovsky-ruby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/macovsky-ruby.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/macovsky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/macovsky.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/maran.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/maran.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/mgutz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/mgutz.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/mh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/mh.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/michelebologna.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/michelebologna.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/mikeh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/mikeh.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/miloshadzic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/miloshadzic.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/minimal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/minimal.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/mira.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/mira.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/mlh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/mlh.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/mortalscumbag.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/mortalscumbag.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/mrtazz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/mrtazz.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/murilasso.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/murilasso.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/muse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/muse.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/nanotech.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/nanotech.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/nebirhos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/nebirhos.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/nicoulaj.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/nicoulaj.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/norm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/norm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/obraun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/obraun.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/peepcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/peepcode.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/philips.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/philips.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/pmcgee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/pmcgee.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/powerline.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/powerline.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/pygmalion-virtualenv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/pygmalion-virtualenv.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/pygmalion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/pygmalion.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/re5et.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/re5et.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/refined.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/refined.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/rgm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/rgm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/risto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/risto.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/rixius.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/rixius.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/rkj-repos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/rkj-repos.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/rkj.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/rkj.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/robbyrussell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/robbyrussell.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/sammy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/sammy.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/simonoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/simonoff.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/simple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/simple.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/skaro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/skaro.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/smt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/smt.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/sonicradish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/sonicradish.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/sorin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/sorin.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/sporty_256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/sporty_256.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/steeef.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/steeef.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/strug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/strug.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/sunaku.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/sunaku.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/sunrise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/sunrise.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/superjarin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/superjarin.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/suvash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/suvash.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/takashiyoshida.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/takashiyoshida.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/terminalparty.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/terminalparty.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/theunraveler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/theunraveler.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/tjkirch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/tjkirch.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/tjkirch_mod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/tjkirch_mod.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/tonotdo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/tonotdo.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/trapd00r.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/trapd00r.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/wedisagree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/wedisagree.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/wezm+.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/wezm+.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/wezm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/wezm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/wuffers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/wuffers.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/xiong-chiamiov-plus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/xiong-chiamiov-plus.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/xiong-chiamiov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/xiong-chiamiov.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/ys.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/ys.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/images/zsh_previews/zhann.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/images/zsh_previews/zhann.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/login.py: -------------------------------------------------------------------------------- 1 | # ============================================================ 2 | # Authors: Brad Heffernan - Erik Dubois - Cameron Percival 3 | # ============================================================ 4 | 5 | import functions as fn 6 | 7 | 8 | def find_slick_greeter_label(label): 9 | if fn.check_package_installed("lightdm-slick-greeter"): 10 | label.set_text("Install lightdm slick greeter (installed)") 11 | if fn.check_content("slick-greeter", "/etc/lightdm/lightdm.conf"): 12 | label.set_text("Install lightdm slick greeter (installed and active)") 13 | else: 14 | label.set_text("Install lightdm slick greeter") 15 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/polybar_data/config_rounded.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/polybar_data/config_rounded.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/polybar_data/config_top_fixed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/polybar_data/config_top_fixed.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/polybar_data/config_top_fixed_icons.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/polybar_data/config_top_fixed_icons.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/script/zshThemes.sh: -------------------------------------------------------------------------------- 1 | cd $HOME 2 | mkdir zsh_preview 3 | cp .zshrc .zshrc_original 4 | for ix in /usr/share/oh-my-zsh/themes/*.zsh-theme 5 | do 6 | # echo $ix #this is to confirm the iterator works 7 | cd $HOME 8 | theme=$(basename "$ix" ".zsh-theme") 9 | # echo $theme #this is to confirm that the basename assignment works 10 | sed -e "s/.*ZSH_THEME.*/ZSH_THEME=\"$theme\"/g" .zshrc > temp 11 | cd $HOME 12 | cp temp .zshrc 13 | wait 14 | # I set this to create the images in a subfolder off my home directory for easy access. If running periodically on user machines, 15 | # I suggest putting the files somewhere the ATT can access directly, OR in a file buffer, with the intent of updating via a cron job. 16 | # for 144 themes (when I created this) it took ~10 minutes to generate a screenshot for every theme. This script will need updating 17 | # IF the zsh-themes directory ever changes. 18 | cd $HOME 19 | cd zsh_preview 20 | alacritty & 21 | sleep 2 22 | termite -e "scrot -u $theme.jpg" & 23 | sleep 2 24 | killall alacritty 25 | done 26 | cd $HOME 27 | rm .zshrc 28 | mv .zshrc_original .zshrc 29 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/settings.py: -------------------------------------------------------------------------------- 1 | # ============================================================ 2 | # Authors: Brad Heffernan - Erik Dubois - Cameron Percival 3 | # ============================================================ 4 | # pylint:disable=W0621 5 | 6 | import configparser 7 | from functions import config 8 | 9 | settings = config 10 | 11 | 12 | def make_file(section, key): 13 | """make file""" 14 | config = configparser.ConfigParser() 15 | config[section] = key 16 | with open(settings, "w", encoding="utf-8") as configfile: 17 | config.write(configfile) 18 | 19 | 20 | def new_settings(section, key): 21 | """new settings""" 22 | config = configparser.ConfigParser() 23 | config.read(settings) 24 | config[section] = key 25 | 26 | with open(settings, "w", encoding="utf-8") as configfile: 27 | config.write(configfile) 28 | 29 | 30 | def write_settings(section, key, value): 31 | """write settings""" 32 | config = configparser.ConfigParser() 33 | config.read(settings) 34 | 35 | config[section][key] = value 36 | with open(settings, "w", encoding="utf-8") as configfile: 37 | config.write(configfile) 38 | 39 | 40 | def read_section(): 41 | """read section""" 42 | config = configparser.ConfigParser() 43 | config.read(settings) 44 | 45 | return config.sections() 46 | 47 | 48 | def read_settings(section, key): 49 | """read settings""" 50 | config = configparser.ConfigParser() 51 | config.read(settings) 52 | 53 | return config[section][key] 54 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/shell.py: -------------------------------------------------------------------------------- 1 | # ============================================================ 2 | # Authors: Brad Heffernan - Erik Dubois - Cameron Percival 3 | # ============================================================ 4 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/slim_data/info.txt: -------------------------------------------------------------------------------- 1 | # Credits 2 | 3 | A funny slimlock theme about deadpool 4 | 5 | Wallpaper from here: unknown 6 | 7 | Created by Erik Dubois 8 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/slim_data/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/slim_data/panel.png -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/slim_data/slim.theme: -------------------------------------------------------------------------------- 1 | # ArcoLinux 2 | # Erik Dubois 3 | 4 | # Background image - valid values: stretch, tile 5 | background_style stretch 6 | background_color #000000 7 | 8 | # Input controls 9 | # where to put panel.png 10 | input_panel_x 15% 11 | input_panel_y 75% 12 | 13 | 14 | # Text : "User : loginname" 15 | msg_color #FFFFFF 16 | msg_font NotoSans-Regular:size=15:bold:dpi=96 17 | msg_x 15% 18 | msg_y 70% 19 | msg_shadow_color #702342 20 | msg_shadow_xoffset 1 21 | msg_shadow_yoffset 1 22 | 23 | 24 | # typing to the actual hidden password 25 | input_font NotoSans-Regular:size=15:bold:dpi=96 26 | input_color #ffffff 27 | input_fgcolor #ffffff 28 | input_name_x 200 29 | input_name_y 35 30 | 31 | 32 | # not used 33 | 34 | #username_msg Username: 35 | #password_msg Password: 36 | # force single input box (gdm style) 37 | #input_pass_x 30% 38 | #input_pass_y 75% 39 | 40 | 41 | # welcome message 42 | #welcome_x 50% 43 | #welcome_y 22 44 | #welcome_font NotoSans-Regular:size=15:bold:dpi=96 45 | #welcome_color #ffffff 46 | 47 | # username / password request (actual text) 48 | #username_font NotoSans-Regular:size=15:bold:dpi=96 49 | #username_color #ffffff 50 | #username_shadow_color #702342 51 | #username_shadow_xoffset 1 52 | #username_shadow_yoffset 1 53 | #username_x 15% 54 | #username_y 75% 55 | #password_x 18% 56 | #password_y 77% 57 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/splash.py: -------------------------------------------------------------------------------- 1 | # ============================================================ 2 | # Authors: Brad Heffernan - Erik Dubois - Cameron Percival 3 | # ============================================================ 4 | # pylint:disable=C0115,I1101 5 | 6 | from gi.repository import Gtk, GdkPixbuf 7 | import gi 8 | import functions as fn 9 | 10 | 11 | gi.require_version("Gtk", "3.0") 12 | 13 | base_dir = fn.path.dirname(fn.path.realpath(__file__)) 14 | 15 | 16 | class SplashScreen(Gtk.Window): 17 | def __init__(self): 18 | Gtk.Window.__init__(self, Gtk.WindowType.POPUP, title="") 19 | self.set_decorated(False) 20 | self.set_resizable(False) 21 | self.set_size_request(500, 250) 22 | self.set_position(Gtk.WindowPosition.CENTER) 23 | 24 | main_vbox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=1) 25 | self.add(main_vbox) 26 | 27 | self.image = Gtk.Image() 28 | pimage = GdkPixbuf.Pixbuf().new_from_file_at_size( 29 | base_dir + "/images/splash.png", 600, 400 30 | ) 31 | self.image.set_from_pixbuf(pimage) 32 | 33 | main_vbox.pack_start(self.image, True, True, 0) 34 | 35 | self.show_all() 36 | -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/awesomewm/blackburn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/awesomewm/blackburn.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/awesomewm/copland.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/awesomewm/copland.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/awesomewm/multicolor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/awesomewm/multicolor.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/awesomewm/powerarrow-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/awesomewm/powerarrow-blue.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/awesomewm/powerarrow-dark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/awesomewm/powerarrow-dark.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/awesomewm/powerarrow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/awesomewm/powerarrow.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-archive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-archive.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-default.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-dracut.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-dracut.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-firedust.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-firedust.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-frama.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-frama.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-gravemind.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-gravemind.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-mango.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-mango.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-mastermind.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-mastermind.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-mater.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-mater.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-mind.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-mind.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-mordor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-mordor.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-nantes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-nantes.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-pinky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-pinky.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-ruins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-ruins.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-solar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-solar.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-sunset.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-var-ashes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-var-ashes.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-var-nord.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-var-nord.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-var-sulpher.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-var-sulpher.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-zion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/i3/arcolinux-zion.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/arise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/arise.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/candy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/candy.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/db-color-dev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/db-color-dev.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/db-comic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/db-comic.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/db-labels.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/db-labels.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/db-nemesis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/db-nemesis.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/db-scifi-star.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/db-scifi-star.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/db-scifi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/db-scifi.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/db.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/db.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/docky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/docky.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/doublebar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/doublebar.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/eden.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/eden.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/forest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/forest.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/grayblocks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/grayblocks.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/greyblocks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/greyblocks.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/halo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/halo.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/kittycafe-dm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/kittycafe-dm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/kittycafe-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/kittycafe-sm.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/material.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/material.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/matrix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/matrix.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/mesh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/mesh.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/parker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/parker.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/pi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/pi.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/sb-horror.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/sb-horror.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/shades.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/shades.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/smooth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/smooth.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/space.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/space.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/leftwm/starwars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/leftwm/starwars.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/qtile/arcolinux-crimson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/qtile/arcolinux-crimson.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/qtile/arcolinux-default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/qtile/arcolinux-default.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/qtile/arcolinux-nord.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/qtile/arcolinux-nord.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/themer_data/qtile/arcolinux-zion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/archlinux-tweak-tool/themer_data/qtile/arcolinux-zion.jpg -------------------------------------------------------------------------------- /usr/share/archlinux-tweak-tool/zsh_theme.py: -------------------------------------------------------------------------------- 1 | # ============================================================ 2 | # Authors: Brad Heffernan - Erik Dubois - Cameron Percival 3 | # ============================================================ 4 | 5 | import functions as fn 6 | 7 | 8 | def get_themes(combo): 9 | """get themes""" 10 | if fn.check_package_installed("oh-my-zsh-git"): 11 | try: 12 | # lists = [x for x in fn.listdir("/usr/share/oh-my-zsh/themes")] 13 | lists = list(fn.listdir("/usr/share/oh-my-zsh/themes")) 14 | lists_sorted = sorted(lists) 15 | with open(fn.zsh_config, "r", encoding="utf-8", errors="ignore") as f: 16 | theme_list = f.readlines() 17 | f.close() 18 | pos = fn.get_position(theme_list, "ZSH_THEME=") 19 | # stripping whitespace, and quotation marks 20 | name = theme_list[pos].split("=")[1].strip().strip('"') 21 | active = 0 22 | combo.append_text("random") 23 | # TODO:enumerate 24 | for x in range(len(lists_sorted)): 25 | if name in lists_sorted[x].replace(".zsh-theme", ""): 26 | active = x + 1 # remember; arrays start at ZERO 27 | combo.append_text(lists_sorted[x].split(".")[0].strip()) 28 | combo.set_active(active) 29 | except OSError: 30 | print( 31 | "ATT was unable to locate your ~/.zshrc file. We have placed a working\ 32 | ~/.zshrc in your base home directory (~/.zshrc)" 33 | ) 34 | print("You may need to reload ATT to set the options in the zsh tab") 35 | except Exception as error: 36 | print(error) 37 | 38 | 39 | def set_config(self, theme): 40 | """set configuration""" 41 | try: 42 | with open(fn.zsh_config, "r", encoding="utf-8") as f: 43 | theme_list = f.readlines() 44 | f.close() 45 | 46 | pos = fn.get_position(theme_list, "ZSH_THEME=") 47 | 48 | theme_list[pos] = 'ZSH_THEME="' + theme + '"\n' 49 | 50 | with open(fn.zsh_config, "w", encoding="utf-8") as f: 51 | f.writelines(theme_list) 52 | f.close() 53 | 54 | fn.show_in_app_notification(self, "Settings Saved Successfully") 55 | 56 | except Exception as error: 57 | print(error) 58 | fn.messagebox(self, "Error!!", "Something went wrong setting this theme.") 59 | -------------------------------------------------------------------------------- /usr/share/backgrounds/archlinux-login-backgrounds/att-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/backgrounds/archlinux-login-backgrounds/att-01.jpg -------------------------------------------------------------------------------- /usr/share/backgrounds/archlinux-login-backgrounds/att-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/backgrounds/archlinux-login-backgrounds/att-02.jpg -------------------------------------------------------------------------------- /usr/share/backgrounds/archlinux-login-backgrounds/att-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/backgrounds/archlinux-login-backgrounds/att-03.jpg -------------------------------------------------------------------------------- /usr/share/backgrounds/archlinux-login-backgrounds/att-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/backgrounds/archlinux-login-backgrounds/att-04.jpg -------------------------------------------------------------------------------- /usr/share/backgrounds/archlinux-login-backgrounds/att-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/backgrounds/archlinux-login-backgrounds/att-05.jpg -------------------------------------------------------------------------------- /usr/share/backgrounds/archlinux-login-backgrounds/att-plain-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/backgrounds/archlinux-login-backgrounds/att-plain-01.png -------------------------------------------------------------------------------- /usr/share/backgrounds/archlinux-login-backgrounds/att-plain-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/backgrounds/archlinux-login-backgrounds/att-plain-02.png -------------------------------------------------------------------------------- /usr/share/backgrounds/archlinux-login-backgrounds/att-plain-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/backgrounds/archlinux-login-backgrounds/att-plain-03.png -------------------------------------------------------------------------------- /usr/share/backgrounds/archlinux-login-backgrounds/att-plain-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcolinux/archlinux-tweak-tool/4f01e82c61007b0274c331c202b59187981ce22d/usr/share/backgrounds/archlinux-login-backgrounds/att-plain-04.png --------------------------------------------------------------------------------