├── .gitignore ├── README.md ├── full-iso ├── airootfs │ ├── etc │ │ ├── X11 │ │ │ ├── xinit │ │ │ │ ├── xinitrc │ │ │ │ └── xserverrc │ │ │ └── xorg.conf.d │ │ │ │ ├── 10-evdev.conf │ │ │ │ ├── 10-synaptics.conf │ │ │ │ └── 20-quirks.conf │ │ ├── fonts │ │ │ └── local.conf │ │ ├── gtk-2.0 │ │ │ ├── gtkrc │ │ │ ├── panel-black-1680x23.jpg │ │ │ └── userContent.css │ │ ├── hostname │ │ ├── hosts │ │ ├── iptables │ │ │ ├── ip6tables.rules │ │ │ └── iptables.rules │ │ ├── issue │ │ ├── locale.conf │ │ ├── localtime │ │ ├── mkinitcpio.conf │ │ ├── mkinitcpio.d │ │ │ └── linux.preset │ │ ├── modules-load.d │ │ │ └── vbox.conf │ │ ├── motd │ │ ├── os-release │ │ ├── pacman.conf │ │ ├── pacman.d │ │ │ ├── blackarch-mirrorlist │ │ │ ├── gnupg │ │ │ │ ├── gpg.conf │ │ │ │ ├── pubring.gpg │ │ │ │ ├── random_seed │ │ │ │ ├── secring.gpg │ │ │ │ └── trustdb.gpg │ │ │ └── mirrorlist │ │ ├── resolv.conf │ │ ├── skel │ │ │ ├── .Xdefaults │ │ │ ├── .Xresources │ │ │ ├── .bash_profile │ │ │ ├── .bashrc │ │ │ ├── .config │ │ │ │ └── i3 │ │ │ │ │ └── config │ │ │ ├── .fluxbox │ │ │ │ ├── apps │ │ │ │ ├── init │ │ │ │ ├── keys │ │ │ │ ├── menu │ │ │ │ ├── nls │ │ │ │ │ ├── C │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── be_BY.CP1251 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── be_BY.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── bg_BG.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── bg_BG.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── cs_CZ.ISO-8859-2 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── cs_CZ.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── da_DK.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── da_DK.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_AT.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_AT.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_CH.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_CH.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_DE.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_DE.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── el_GR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── en_GB.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── en_GB.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── en_US.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── en_US.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── es_AR.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── es_AR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── es_ES.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── es_ES.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── et_EE.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── et_EE.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fi_FI.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fi_FI.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fr_CH.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fr_CH.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fr_FR.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fr_FR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── he_IL.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── it_IT.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── it_IT.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ja_JP.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ja_JP.eucJP │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ko_KR.EUC-KR │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ko_KR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── lv_LV.ISO-8859-13 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── lv_LV.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── mk_MK.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── nb_NO.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── nl_NL.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── nl_NL.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── no_NO.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── no_NO.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pl_PL.ISO-8859-2 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pl_PL.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pt_BR.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pt_BR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pt_PT.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pt_PT.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ru_RU.KOI8-R │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ru_RU.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sk_SK.ISO-8859-2 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sk_SK.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sl_SI.ISO-8859-2 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sl_SI.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sv_SE.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sv_SE.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── tr_TR.ISO-8859-9 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── tr_TR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── uk_UA.KOI8-U │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── uk_UA.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── vi_VN.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── zh_CN.BIG5 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── zh_CN.GB18030 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── zh_CN.GB2312 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── zh_CN.GBK │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── zh_CN.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ └── zh_TW.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ ├── overlay │ │ │ │ ├── styles │ │ │ │ │ ├── Artwiz │ │ │ │ │ ├── BlueFlux │ │ │ │ │ │ ├── pixmaps │ │ │ │ │ │ │ ├── button_close_active.xpm │ │ │ │ │ │ │ ├── button_close_pressed.xpm │ │ │ │ │ │ │ ├── button_close_unfocus.xpm │ │ │ │ │ │ │ ├── button_max_active.xpm │ │ │ │ │ │ │ ├── button_max_pressed.xpm │ │ │ │ │ │ │ ├── button_max_unfocus.xpm │ │ │ │ │ │ │ ├── button_min_active.xpm │ │ │ │ │ │ │ ├── button_min_pressed.xpm │ │ │ │ │ │ │ ├── button_min_unfocus.xpm │ │ │ │ │ │ │ ├── button_stick_active.xpm │ │ │ │ │ │ │ ├── button_stick_pressed.xpm │ │ │ │ │ │ │ ├── button_stick_unfocus.xpm │ │ │ │ │ │ │ ├── button_stuck.xpm │ │ │ │ │ │ │ ├── button_stuck_unfocus.xpm │ │ │ │ │ │ │ ├── button_toolbar.xpm │ │ │ │ │ │ │ ├── button_toolbar_pressed.xpm │ │ │ │ │ │ │ ├── menu_frame.xpm │ │ │ │ │ │ │ ├── title_bar.xpm │ │ │ │ │ │ │ ├── title_bar_unfocus.xpm │ │ │ │ │ │ │ ├── toolbar.xpm │ │ │ │ │ │ │ └── toolbar_label.xpm │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── BlueNight │ │ │ │ │ ├── Emerge │ │ │ │ │ │ ├── pixmaps │ │ │ │ │ │ │ ├── bullet.xpm │ │ │ │ │ │ │ ├── close-pressed.xpm │ │ │ │ │ │ │ ├── close-unfocus.xpm │ │ │ │ │ │ │ ├── close.xpm │ │ │ │ │ │ │ ├── icon-pressed.xpm │ │ │ │ │ │ │ ├── icon-unfocus.xpm │ │ │ │ │ │ │ ├── icon.xpm │ │ │ │ │ │ │ ├── max-pressed.xpm │ │ │ │ │ │ │ ├── max-unfocus.xpm │ │ │ │ │ │ │ ├── max.xpm │ │ │ │ │ │ │ ├── selected.xpm │ │ │ │ │ │ │ ├── stick-pressed.xpm │ │ │ │ │ │ │ ├── stick-unfocus.xpm │ │ │ │ │ │ │ ├── stick.xpm │ │ │ │ │ │ │ ├── stuck-pressed.xpm │ │ │ │ │ │ │ ├── stuck-unfocus.xpm │ │ │ │ │ │ │ ├── stuck.xpm │ │ │ │ │ │ │ └── unselected.xpm │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── Flux │ │ │ │ │ ├── LemonSpace │ │ │ │ │ ├── Makro │ │ │ │ │ ├── MerleyKay │ │ │ │ │ ├── Meta │ │ │ │ │ ├── Nyz │ │ │ │ │ ├── Operation │ │ │ │ │ ├── Outcomes │ │ │ │ │ ├── Results │ │ │ │ │ ├── Shade │ │ │ │ │ ├── Twice │ │ │ │ │ ├── arch │ │ │ │ │ │ ├── pixmaps │ │ │ │ │ │ │ ├── bullet.xpm │ │ │ │ │ │ │ ├── closefcs.xpm │ │ │ │ │ │ │ ├── closepr.xpm │ │ │ │ │ │ │ ├── closeufcs.xpm │ │ │ │ │ │ │ ├── frame.xpm │ │ │ │ │ │ │ ├── gripfcs.xpm │ │ │ │ │ │ │ ├── maxfcs.xpm │ │ │ │ │ │ │ ├── maxpr.xpm │ │ │ │ │ │ │ ├── maxufcs.xpm │ │ │ │ │ │ │ ├── menuiconfcs.xpm │ │ │ │ │ │ │ ├── menuiconpr.xpm │ │ │ │ │ │ │ ├── menuiconufcs.xpm │ │ │ │ │ │ │ ├── minfcs.xpm │ │ │ │ │ │ │ ├── minpr.xpm │ │ │ │ │ │ │ ├── minufcs.xpm │ │ │ │ │ │ │ ├── selected.xpm │ │ │ │ │ │ │ ├── shadefcs.xpm │ │ │ │ │ │ │ ├── shadepr.xpm │ │ │ │ │ │ │ ├── shadeufcs.xpm │ │ │ │ │ │ │ ├── stickfcs.xpm │ │ │ │ │ │ │ ├── stickpr.xpm │ │ │ │ │ │ │ ├── stickufcs.xpm │ │ │ │ │ │ │ ├── stuckfcs.xpm │ │ │ │ │ │ │ ├── stuckufcs.xpm │ │ │ │ │ │ │ ├── tbarfcs.xpm │ │ │ │ │ │ │ ├── tbarufcs.xpm │ │ │ │ │ │ │ ├── unselected.xpm │ │ │ │ │ │ │ ├── unshadefcs.xpm │ │ │ │ │ │ │ ├── unshadepr.xpm │ │ │ │ │ │ │ └── unshadeufcs.xpm │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── blackarch │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── bloe │ │ │ │ │ │ ├── pixmaps │ │ │ │ │ │ │ ├── bullet.xpm │ │ │ │ │ │ │ ├── closefcs.xpm │ │ │ │ │ │ │ ├── closepr.xpm │ │ │ │ │ │ │ ├── closeufcs.xpm │ │ │ │ │ │ │ ├── frame.xpm │ │ │ │ │ │ │ ├── maxfcs.xpm │ │ │ │ │ │ │ ├── maxpr.xpm │ │ │ │ │ │ │ ├── maxufcs.xpm │ │ │ │ │ │ │ ├── menuiconfcs.xpm │ │ │ │ │ │ │ ├── menuiconpr.xpm │ │ │ │ │ │ │ ├── menuiconufcs.xpm │ │ │ │ │ │ │ ├── minfcs.xpm │ │ │ │ │ │ │ ├── minpr.xpm │ │ │ │ │ │ │ ├── minufcs.xpm │ │ │ │ │ │ │ ├── selected.xpm │ │ │ │ │ │ │ ├── shadefcs.xpm │ │ │ │ │ │ │ ├── shadepr.xpm │ │ │ │ │ │ │ ├── shadeufcs.xpm │ │ │ │ │ │ │ ├── stickfcs.xpm │ │ │ │ │ │ │ ├── stickpr.xpm │ │ │ │ │ │ │ ├── stickufcs.xpm │ │ │ │ │ │ │ ├── stuckfcs.xpm │ │ │ │ │ │ │ ├── stuckufcs.xpm │ │ │ │ │ │ │ ├── tbarfcs.xpm │ │ │ │ │ │ │ ├── tbarufcs.xpm │ │ │ │ │ │ │ ├── unselected.xpm │ │ │ │ │ │ │ ├── unshadefcs.xpm │ │ │ │ │ │ │ ├── unshadepr.xpm │ │ │ │ │ │ │ ├── unshadeufcs.xpm │ │ │ │ │ │ │ ├── windowlabelfcs.xpm │ │ │ │ │ │ │ └── windowlabelufcs.xpm │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── bora_black │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── bora_blue │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── bora_green │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── carp │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── green_tea │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── ostrich │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── qnx-photon │ │ │ │ │ ├── zimek_bisque │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── zimek_darkblue │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ └── zimek_green │ │ │ │ │ │ └── theme.cfg │ │ │ │ └── windowmenu │ │ │ ├── .i3status.conf │ │ │ ├── ChangeLog │ │ │ ├── README │ │ │ ├── bin │ │ │ │ ├── sysclean.sh │ │ │ │ └── tuning.sh │ │ │ └── scripts │ │ │ │ ├── sysclean.sh │ │ │ │ └── tuning.sh │ │ ├── spectrwm.conf │ │ ├── sysctl.d │ │ │ └── 99-sysctl.conf │ │ ├── systemd │ │ │ ├── bootchart.conf │ │ │ ├── coredump.conf │ │ │ ├── journal-remote.conf │ │ │ ├── journal-upload.conf │ │ │ ├── journald.conf │ │ │ ├── resolved.conf │ │ │ ├── scripts │ │ │ │ └── choose-mirror │ │ │ ├── system.conf │ │ │ ├── system │ │ │ │ ├── choose-mirror.service │ │ │ │ ├── display-manager.service │ │ │ │ ├── etc-pacman.d-gnupg.mount │ │ │ │ ├── getty@tty1.service.d │ │ │ │ │ └── autologin.conf │ │ │ │ └── pacman-init.service │ │ │ ├── timesyncd.conf │ │ │ └── user.conf │ │ ├── udev │ │ │ ├── rules.d │ │ │ │ └── 81-dhcpcd.rules │ │ │ └── udev.conf │ │ ├── vconsole.conf │ │ ├── xdg │ │ │ ├── awesome │ │ │ │ └── rc.lua │ │ │ └── openbox │ │ │ │ ├── autostart │ │ │ │ ├── environment │ │ │ │ ├── menu.xml │ │ │ │ └── rc.xml │ │ └── xprofile │ ├── root │ │ ├── .automated_script.sh │ │ ├── .zlogin │ │ └── customize_airootfs.sh │ └── usr │ │ └── share │ │ ├── awesome │ │ └── themes │ │ │ └── blackarch │ │ │ ├── README │ │ │ ├── background.png │ │ │ ├── background_white.png │ │ │ ├── blackarch.png │ │ │ ├── layouts │ │ │ ├── dwindle.png │ │ │ ├── dwindlew.png │ │ │ ├── fairh.png │ │ │ ├── fairhw.png │ │ │ ├── fairv.png │ │ │ ├── fairvw.png │ │ │ ├── floating.png │ │ │ ├── floatingw.png │ │ │ ├── fullscreen.png │ │ │ ├── fullscreenw.png │ │ │ ├── magnifier.png │ │ │ ├── magnifierw.png │ │ │ ├── max.png │ │ │ ├── maxw.png │ │ │ ├── spiral.png │ │ │ ├── spiralw.png │ │ │ ├── tile.png │ │ │ ├── tilebottom.png │ │ │ ├── tilebottomw.png │ │ │ ├── tileleft.png │ │ │ ├── tileleftw.png │ │ │ ├── tiletop.png │ │ │ ├── tiletopw.png │ │ │ └── tilew.png │ │ │ ├── submenu.png │ │ │ ├── taglist │ │ │ ├── squarefw.png │ │ │ └── squarew.png │ │ │ ├── theme.lua │ │ │ └── titlebar │ │ │ ├── close_focus.png │ │ │ ├── close_normal.png │ │ │ ├── floating_focus_active.png │ │ │ ├── floating_focus_inactive.png │ │ │ ├── floating_normal_active.png │ │ │ ├── floating_normal_inactive.png │ │ │ ├── maximized_focus_active.png │ │ │ ├── maximized_focus_inactive.png │ │ │ ├── maximized_normal_active.png │ │ │ ├── maximized_normal_inactive.png │ │ │ ├── ontop_focus_active.png │ │ │ ├── ontop_focus_inactive.png │ │ │ ├── ontop_normal_active.png │ │ │ ├── ontop_normal_inactive.png │ │ │ ├── sticky_focus_active.png │ │ │ ├── sticky_focus_inactive.png │ │ │ ├── sticky_normal_active.png │ │ │ └── sticky_normal_inactive.png │ │ ├── gtk-2.0 │ │ ├── panel-black-1680x23.jpg │ │ └── userContent.css │ │ ├── lxdm │ │ └── themes │ │ │ └── BlackArch │ │ │ ├── _session.png │ │ │ ├── blackarch.jpg │ │ │ ├── greeter-gtk3.ui │ │ │ ├── greeter.ui │ │ │ ├── gtk-widgets-assets.css │ │ │ ├── gtk-widgets.css │ │ │ ├── gtk.css │ │ │ ├── gtkrc │ │ │ ├── index.theme │ │ │ ├── lang.png │ │ │ ├── login.png │ │ │ └── shade.png │ │ └── themes │ │ └── blackarch │ │ └── openbox-3 │ │ └── themerc ├── efiboot │ └── loader │ │ ├── entries │ │ ├── archiso-x86_64-linux.conf │ │ └── archiso-x86_64-speech-linux.conf │ │ └── loader.conf ├── isolinux │ └── isolinux.cfg ├── packages.x86_64 ├── pacman.conf ├── profiledef.sh └── syslinux │ ├── archiso.cfg │ ├── archiso_head.cfg │ ├── archiso_pxe-linux.cfg │ ├── archiso_pxe.cfg │ ├── archiso_sys-linux.cfg │ ├── archiso_sys.cfg │ ├── archiso_tail.cfg │ ├── splash.png │ └── syslinux.cfg ├── misc ├── disabled-tools.txt ├── packages.upstream ├── packages.x86_64-minimal-for-testing └── packages.x86_64-slim-minimal-for-testing ├── netinstall-iso ├── airootfs │ ├── etc │ │ ├── hostname │ │ ├── issue │ │ ├── locale.conf │ │ ├── localtime │ │ ├── mkinitcpio.conf │ │ ├── mkinitcpio.d │ │ │ └── linux.preset │ │ ├── os-release │ │ ├── pacman.conf │ │ ├── pacman.d │ │ │ ├── blackarch-mirrorlist │ │ │ ├── gnupg │ │ │ │ ├── gpg.conf │ │ │ │ ├── pubring.gpg │ │ │ │ ├── pubring.gpg~ │ │ │ │ ├── random_seed │ │ │ │ ├── secring.gpg │ │ │ │ └── trustdb.gpg │ │ │ └── mirrorlist │ │ ├── resolv.conf │ │ ├── skel │ │ │ ├── .bash_profile │ │ │ ├── .bashrc │ │ │ ├── bin │ │ │ │ ├── sysclean.sh │ │ │ │ └── tuning.sh │ │ │ └── scripts │ │ │ │ ├── sysclean.sh │ │ │ │ └── tuning.sh │ │ ├── systemd │ │ │ ├── scripts │ │ │ │ └── choose-mirror │ │ │ └── system │ │ │ │ ├── choose-mirror.service │ │ │ │ ├── etc-pacman.d-gnupg.mount │ │ │ │ ├── getty@tty1.service.d │ │ │ │ └── autologin.conf │ │ │ │ └── pacman-init.service │ │ ├── udev │ │ │ └── rules.d │ │ │ │ └── 81-dhcpcd.rules │ │ └── vconsole.conf │ └── root │ │ ├── .automated_script.sh │ │ ├── .zlogin │ │ └── customize_airootfs.sh ├── efiboot │ └── loader │ │ ├── entries │ │ ├── archiso-x86_64-linux.conf │ │ └── archiso-x86_64-speech-linux.conf │ │ └── loader.conf ├── isolinux │ └── isolinux.cfg ├── packages.x86_64 ├── pacman.conf ├── profiledef.sh └── syslinux │ ├── archiso.cfg │ ├── archiso_head.cfg │ ├── archiso_pxe-linux.cfg │ ├── archiso_pxe.cfg │ ├── archiso_sys-linux.cfg │ ├── archiso_sys.cfg │ ├── archiso_tail.cfg │ ├── splash.png │ └── syslinux.cfg ├── slim-iso ├── airootfs │ ├── etc │ │ ├── default │ │ │ └── grub │ │ ├── fonts │ │ │ └── local.conf │ │ ├── hostname │ │ ├── hosts │ │ ├── iptables │ │ │ ├── ip6tables.rules │ │ │ └── iptables.rules │ │ ├── issue │ │ ├── lightdm │ │ │ └── lightdm-gtk-greeter.conf │ │ ├── locale.conf │ │ ├── mkinitcpio.conf │ │ ├── mkinitcpio.d │ │ │ └── linux.preset │ │ ├── modules-load.d │ │ │ └── vbox.conf │ │ ├── motd │ │ ├── os-release │ │ ├── pacman.conf │ │ ├── pacman.d │ │ │ ├── blackarch-mirrorlist │ │ │ ├── gnupg │ │ │ │ ├── gpg.conf │ │ │ │ ├── pubring.gpg │ │ │ │ ├── random_seed │ │ │ │ ├── secring.gpg │ │ │ │ └── trustdb.gpg │ │ │ └── mirrorlist │ │ ├── resolv.conf │ │ ├── skel │ │ │ ├── .config │ │ │ │ └── autostart │ │ │ │ │ ├── gnome-keyring-pkcs11.desktop │ │ │ │ │ ├── gnome-keyring-secrets.desktop │ │ │ │ │ ├── gnome-keyring-ssh.desktop │ │ │ │ │ ├── gsettings-data-convert.desktop │ │ │ │ │ ├── user-dirs-update-gtk.desktop │ │ │ │ │ └── vboxclient.desktop │ │ │ └── bin │ │ │ │ └── sysclean.sh │ │ ├── sudoers.d │ │ │ └── wheel │ │ ├── sysctl.d │ │ │ └── 99-sysctl.conf │ │ ├── systemd │ │ │ ├── bootchart.conf │ │ │ ├── coredump.conf │ │ │ ├── journal-remote.conf │ │ │ ├── journal-upload.conf │ │ │ ├── journald.conf │ │ │ ├── resolved.conf │ │ │ ├── scripts │ │ │ │ └── choose-mirror │ │ │ ├── system.conf │ │ │ ├── system │ │ │ │ ├── choose-mirror.service │ │ │ │ ├── display-manager.service │ │ │ │ ├── etc-pacman.d-gnupg.mount │ │ │ │ ├── getty@tty1.service.d │ │ │ │ │ └── autologin.conf │ │ │ │ └── pacman-init.service │ │ │ ├── timesyncd.conf │ │ │ └── user.conf │ │ ├── udev │ │ │ ├── rules.d │ │ │ │ └── 81-dhcpcd.rules │ │ │ └── udev.conf │ │ ├── vconsole.conf │ │ └── xprofile │ ├── root │ │ ├── .automated_script.sh │ │ ├── .zlogin │ │ └── customize_airootfs.sh │ └── usr │ │ └── share │ │ ├── backgrounds │ │ ├── blackarch.png │ │ ├── hacktheplanet.png │ │ └── hoodie.png │ │ └── icons │ │ └── default │ │ └── index.theme ├── efiboot │ └── loader │ │ ├── entries │ │ ├── archiso-x86_64-linux.conf │ │ └── archiso-x86_64-speech-linux.conf │ │ └── loader.conf ├── isolinux │ └── isolinux.cfg ├── packages.x86_64 ├── pacman.conf ├── profiledef.sh └── syslinux │ ├── archiso.cfg │ ├── archiso_head.cfg │ ├── archiso_pxe-linux.cfg │ ├── archiso_pxe.cfg │ ├── archiso_sys-linux.cfg │ ├── archiso_sys.cfg │ ├── archiso_tail.cfg │ ├── splash.png │ └── syslinux.cfg └── tools ├── abuild.sh ├── auto-build.sh ├── menu-maker ├── awesome-footer.tmpl ├── awesome-header.tmpl ├── fluxbox-footer.tmpl ├── fluxbox-header.tmpl ├── help-flags.txt ├── menu-maker.sh ├── openbox-footer.tmpl └── openbox-header.tmpl └── package-list ├── package-list.sh └── packages.x86_64.tmpl /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/README.md -------------------------------------------------------------------------------- /full-iso/airootfs/etc/X11/xinit/xinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/X11/xinit/xinitrc -------------------------------------------------------------------------------- /full-iso/airootfs/etc/X11/xinit/xserverrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/X11/xinit/xserverrc -------------------------------------------------------------------------------- /full-iso/airootfs/etc/X11/xorg.conf.d/10-evdev.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/X11/xorg.conf.d/10-evdev.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/X11/xorg.conf.d/10-synaptics.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/X11/xorg.conf.d/10-synaptics.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/X11/xorg.conf.d/20-quirks.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/X11/xorg.conf.d/20-quirks.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/fonts/local.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/fonts/local.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /full-iso/airootfs/etc/gtk-2.0/panel-black-1680x23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/gtk-2.0/panel-black-1680x23.jpg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/gtk-2.0/userContent.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/gtk-2.0/userContent.css -------------------------------------------------------------------------------- /full-iso/airootfs/etc/hostname: -------------------------------------------------------------------------------- 1 | blackarch 2 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/hosts -------------------------------------------------------------------------------- /full-iso/airootfs/etc/iptables/ip6tables.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/iptables/ip6tables.rules -------------------------------------------------------------------------------- /full-iso/airootfs/etc/iptables/iptables.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/iptables/iptables.rules -------------------------------------------------------------------------------- /full-iso/airootfs/etc/issue: -------------------------------------------------------------------------------- 1 | --==[ BlackArch Linux \r on \l ]==-- 2 | 3 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/locale.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/localtime: -------------------------------------------------------------------------------- 1 | /usr/share/zoneinfo/UTC -------------------------------------------------------------------------------- /full-iso/airootfs/etc/mkinitcpio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/mkinitcpio.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/mkinitcpio.d/linux.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/mkinitcpio.d/linux.preset -------------------------------------------------------------------------------- /full-iso/airootfs/etc/modules-load.d/vbox.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/motd: -------------------------------------------------------------------------------- 1 | Welcome to BlackArch Linux! 2 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/os-release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/os-release -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/pacman.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/blackarch-mirrorlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/pacman.d/blackarch-mirrorlist -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/gnupg/gpg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/pacman.d/gnupg/gpg.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/gnupg/random_seed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/pacman.d/gnupg/random_seed -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/gnupg/secring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/pacman.d/gnupg/secring.gpg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/mirrorlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/pacman.d/mirrorlist -------------------------------------------------------------------------------- /full-iso/airootfs/etc/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/resolv.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.Xdefaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.Xdefaults -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.Xresources -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.bash_profile -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.bashrc -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.config/i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.config/i3/config -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/apps: -------------------------------------------------------------------------------- 1 | [app] (name=fbrun) 2 | [Position] (WINCENTER) {0 0} 3 | [Layer] {2} 4 | [end] 5 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/init -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/keys -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/menu -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/C/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/C/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/be_BY.CP1251/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/be_BY.CP1251/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/be_BY.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/be_BY.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/bg_BG.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/bg_BG.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/bg_BG.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/bg_BG.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/cs_CZ.ISO-8859-2/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/cs_CZ.ISO-8859-2/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/cs_CZ.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/cs_CZ.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/da_DK.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/da_DK.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/da_DK.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/da_DK.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_AT.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/de_AT.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_AT.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/de_AT.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_CH.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/de_CH.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_CH.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/de_CH.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_DE.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/de_DE.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_DE.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/de_DE.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/el_GR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/el_GR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/en_GB.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/en_GB.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/en_GB.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/en_GB.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/en_US.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/en_US.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/en_US.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/en_US.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/es_AR.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/es_AR.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/es_AR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/es_AR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/es_ES.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/es_ES.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/es_ES.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/es_ES.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/et_EE.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/et_EE.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/et_EE.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/et_EE.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fi_FI.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/fi_FI.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fi_FI.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/fi_FI.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fr_CH.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/fr_CH.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fr_CH.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/fr_CH.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fr_FR.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/fr_FR.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fr_FR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/fr_FR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/he_IL.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/he_IL.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/it_IT.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/it_IT.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/it_IT.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/it_IT.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ja_JP.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/ja_JP.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ja_JP.eucJP/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/ja_JP.eucJP/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ko_KR.EUC-KR/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/ko_KR.EUC-KR/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ko_KR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/ko_KR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/lv_LV.ISO-8859-13/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/lv_LV.ISO-8859-13/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/lv_LV.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/lv_LV.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/mk_MK.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/mk_MK.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/nb_NO.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/nb_NO.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/nl_NL.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/nl_NL.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/nl_NL.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/nl_NL.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/no_NO.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/no_NO.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/no_NO.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/no_NO.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pl_PL.ISO-8859-2/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/pl_PL.ISO-8859-2/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pl_PL.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/pl_PL.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pt_BR.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/pt_BR.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pt_BR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/pt_BR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pt_PT.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/pt_PT.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pt_PT.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/pt_PT.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ru_RU.KOI8-R/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/ru_RU.KOI8-R/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ru_RU.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/ru_RU.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sk_SK.ISO-8859-2/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/sk_SK.ISO-8859-2/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sk_SK.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/sk_SK.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sl_SI.ISO-8859-2/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/sl_SI.ISO-8859-2/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sl_SI.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/sl_SI.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sv_SE.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/sv_SE.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sv_SE.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/sv_SE.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/tr_TR.ISO-8859-9/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/tr_TR.ISO-8859-9/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/tr_TR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/tr_TR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/uk_UA.KOI8-U/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/uk_UA.KOI8-U/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/uk_UA.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/uk_UA.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/vi_VN.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/vi_VN.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.BIG5/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.BIG5/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GB18030/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GB18030/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GB2312/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GB2312/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GBK/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GBK/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_TW.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_TW.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/overlay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/overlay -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Artwiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Artwiz -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_close_active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_close_active.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_close_pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_close_pressed.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_close_unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_close_unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_max_active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_max_active.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_max_pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_max_pressed.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_max_unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_max_unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_min_active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_min_active.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_min_pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_min_pressed.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_min_unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_min_unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_stick_active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_stick_active.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_stick_pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_stick_pressed.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_stick_unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_stick_unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_stuck.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_stuck.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_stuck_unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_stuck_unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_toolbar.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_toolbar.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_toolbar_pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_toolbar_pressed.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/menu_frame.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/menu_frame.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/title_bar.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/title_bar.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/title_bar_unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/title_bar_unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/toolbar.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/toolbar.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/toolbar_label.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/toolbar_label.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueNight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/BlueNight -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/bullet.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/bullet.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/close-pressed.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/close-unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/close-unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/close.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/close.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/icon-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/icon-pressed.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/icon-unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/icon-unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/icon.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/icon.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/max-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/max-pressed.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/max-unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/max-unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/max.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/max.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/selected.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/selected.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stick-pressed.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stick-unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stick-unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stick.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stick.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stuck-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stuck-pressed.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stuck-unfocus.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stuck-unfocus.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stuck.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stuck.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/unselected.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/unselected.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Flux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Flux -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/LemonSpace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/LemonSpace -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Makro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Makro -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/MerleyKay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/MerleyKay -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Meta -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Nyz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Nyz -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Operation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Operation -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Outcomes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Outcomes -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Results: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Results -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Shade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Shade -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Twice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/Twice -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/bullet.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/bullet.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/closefcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/closefcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/closepr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/closepr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/closeufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/closeufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/frame.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/frame.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/gripfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/gripfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/maxfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/maxfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/maxpr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/maxpr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/maxufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/maxufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/menuiconfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/menuiconfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/menuiconpr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/menuiconpr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/menuiconufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/menuiconufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/minfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/minfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/minpr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/minpr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/minufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/minufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/selected.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/selected.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/shadefcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/shadefcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/shadepr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/shadepr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/shadeufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/shadeufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stickfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stickfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stickpr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stickpr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stickufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stickufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stuckfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stuckfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stuckufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stuckufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/tbarfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/tbarfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/tbarufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/tbarufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unselected.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unselected.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unshadefcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unshadefcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unshadepr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unshadepr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unshadeufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unshadeufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/arch/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/blackarch/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/blackarch/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/bullet.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/bullet.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/closefcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/closefcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/closepr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/closepr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/closeufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/closeufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/frame.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/frame.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/maxfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/maxfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/maxpr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/maxpr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/maxufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/maxufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/menuiconfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/menuiconfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/menuiconpr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/menuiconpr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/menuiconufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/menuiconufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/minfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/minfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/minpr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/minpr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/minufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/minufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/selected.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/selected.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/shadefcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/shadefcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/shadepr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/shadepr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/shadeufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/shadeufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/stickfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/stickfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/stickpr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/stickpr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/stickufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/stickufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/stuckfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/stuckfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/stuckufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/stuckufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/tbarfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/tbarfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/tbarufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/tbarufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/unselected.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/unselected.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/unshadefcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/unshadefcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/unshadepr.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/unshadepr.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/unshadeufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/unshadeufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/windowlabelfcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/windowlabelfcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/windowlabelufcs.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/windowlabelufcs.xpm -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bora_black/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bora_black/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bora_blue/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bora_blue/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bora_green/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/bora_green/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/carp/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/carp/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/green_tea/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/green_tea/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/ostrich/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/ostrich/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/qnx-photon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/qnx-photon -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/zimek_bisque/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/zimek_bisque/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/zimek_darkblue/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/zimek_darkblue/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/zimek_green/theme.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/styles/zimek_green/theme.cfg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/windowmenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.fluxbox/windowmenu -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.i3status.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/.i3status.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/ChangeLog -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/README -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/bin/sysclean.sh: -------------------------------------------------------------------------------- 1 | ../scripts/sysclean.sh -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/bin/tuning.sh: -------------------------------------------------------------------------------- 1 | ../scripts/tuning.sh -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/scripts/sysclean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/scripts/sysclean.sh -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/scripts/tuning.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/skel/scripts/tuning.sh -------------------------------------------------------------------------------- /full-iso/airootfs/etc/spectrwm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/spectrwm.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/sysctl.d/99-sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/sysctl.d/99-sysctl.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/bootchart.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/bootchart.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/coredump.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/coredump.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/journal-remote.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/journal-remote.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/journal-upload.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/journal-upload.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/journald.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/journald.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/resolved.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/resolved.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/scripts/choose-mirror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/scripts/choose-mirror -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/system.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system/choose-mirror.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/system/choose-mirror.service -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system/display-manager.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/lxdm.service -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system/pacman-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/system/pacman-init.service -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/timesyncd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/timesyncd.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/user.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/systemd/user.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/udev/rules.d/81-dhcpcd.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/udev/rules.d/81-dhcpcd.rules -------------------------------------------------------------------------------- /full-iso/airootfs/etc/udev/udev.conf: -------------------------------------------------------------------------------- 1 | # see udev.conf(5) for details 2 | 3 | #udev_log="info" 4 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/vconsole.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | FONT=ter-114n 3 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/xdg/awesome/rc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/xdg/awesome/rc.lua -------------------------------------------------------------------------------- /full-iso/airootfs/etc/xdg/openbox/autostart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/xdg/openbox/autostart -------------------------------------------------------------------------------- /full-iso/airootfs/etc/xdg/openbox/environment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/xdg/openbox/environment -------------------------------------------------------------------------------- /full-iso/airootfs/etc/xdg/openbox/menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/xdg/openbox/menu.xml -------------------------------------------------------------------------------- /full-iso/airootfs/etc/xdg/openbox/rc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/xdg/openbox/rc.xml -------------------------------------------------------------------------------- /full-iso/airootfs/etc/xprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/etc/xprofile -------------------------------------------------------------------------------- /full-iso/airootfs/root/.automated_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/root/.automated_script.sh -------------------------------------------------------------------------------- /full-iso/airootfs/root/.zlogin: -------------------------------------------------------------------------------- 1 | ~/.automated_script.sh 2 | -------------------------------------------------------------------------------- /full-iso/airootfs/root/customize_airootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/root/customize_airootfs.sh -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/README -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/background.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/background_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/background_white.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/blackarch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/blackarch.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/dwindle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/dwindle.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/dwindlew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/dwindlew.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairh.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairhw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairhw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairv.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairvw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairvw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/floating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/floating.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/floatingw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/floatingw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fullscreen.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fullscreenw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fullscreenw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/magnifier.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/magnifierw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/magnifierw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/max.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/maxw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/maxw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/spiral.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/spiralw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/spiralw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tile.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilebottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilebottom.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilebottomw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilebottomw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tileleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tileleft.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tileleftw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tileleftw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tiletop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tiletop.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tiletopw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tiletopw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilew.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/submenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/submenu.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/taglist/squarefw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/taglist/squarefw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/taglist/squarew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/taglist/squarew.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/theme.lua -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/close_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/close_focus.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/close_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/close_normal.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_focus_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_focus_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_normal_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_normal_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_focus_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_focus_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_normal_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_normal_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_focus_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_focus_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_normal_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_normal_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_focus_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_focus_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_normal_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_normal_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/gtk-2.0/panel-black-1680x23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/gtk-2.0/panel-black-1680x23.jpg -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/gtk-2.0/userContent.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/gtk-2.0/userContent.css -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/_session.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/blackarch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/blackarch.jpg -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/greeter-gtk3.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/greeter-gtk3.ui -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/greeter.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/greeter.ui -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/gtk-widgets-assets.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/gtk-widgets-assets.css -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/gtk-widgets.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/gtk-widgets.css -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/gtk.css -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/gtkrc -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/index.theme -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/lang.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/login.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/shade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/shade.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/themes/blackarch/openbox-3/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/airootfs/usr/share/themes/blackarch/openbox-3/themerc -------------------------------------------------------------------------------- /full-iso/efiboot/loader/entries/archiso-x86_64-linux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/efiboot/loader/entries/archiso-x86_64-linux.conf -------------------------------------------------------------------------------- /full-iso/efiboot/loader/entries/archiso-x86_64-speech-linux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/efiboot/loader/entries/archiso-x86_64-speech-linux.conf -------------------------------------------------------------------------------- /full-iso/efiboot/loader/loader.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | timeout 15 5 | default archiso-x86_64-linux.conf 6 | -------------------------------------------------------------------------------- /full-iso/isolinux/isolinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/isolinux/isolinux.cfg -------------------------------------------------------------------------------- /full-iso/packages.x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/packages.x86_64 -------------------------------------------------------------------------------- /full-iso/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/pacman.conf -------------------------------------------------------------------------------- /full-iso/profiledef.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/profiledef.sh -------------------------------------------------------------------------------- /full-iso/syslinux/archiso.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/syslinux/archiso.cfg -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_head.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/syslinux/archiso_head.cfg -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_pxe-linux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/syslinux/archiso_pxe-linux.cfg -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_pxe.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/syslinux/archiso_pxe.cfg -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_sys-linux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/syslinux/archiso_sys-linux.cfg -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_sys.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/syslinux/archiso_sys.cfg -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_tail.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/syslinux/archiso_tail.cfg -------------------------------------------------------------------------------- /full-iso/syslinux/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/syslinux/splash.png -------------------------------------------------------------------------------- /full-iso/syslinux/syslinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/full-iso/syslinux/syslinux.cfg -------------------------------------------------------------------------------- /misc/disabled-tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/misc/disabled-tools.txt -------------------------------------------------------------------------------- /misc/packages.upstream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/misc/packages.upstream -------------------------------------------------------------------------------- /misc/packages.x86_64-minimal-for-testing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/misc/packages.x86_64-minimal-for-testing -------------------------------------------------------------------------------- /misc/packages.x86_64-slim-minimal-for-testing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/misc/packages.x86_64-slim-minimal-for-testing -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/hostname: -------------------------------------------------------------------------------- 1 | blackarch 2 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/issue: -------------------------------------------------------------------------------- 1 | --==[ BlackArch Linux \r on \l ]==-- 2 | 3 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/locale.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/localtime: -------------------------------------------------------------------------------- 1 | /usr/share/zoneinfo/UTC -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/mkinitcpio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/mkinitcpio.conf -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/mkinitcpio.d/linux.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/mkinitcpio.d/linux.preset -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/os-release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/os-release -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/pacman.conf -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/blackarch-mirrorlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/pacman.d/blackarch-mirrorlist -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/gpg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/pacman.d/gnupg/gpg.conf -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg~ -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/random_seed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/pacman.d/gnupg/random_seed -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/secring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/pacman.d/gnupg/secring.gpg -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/mirrorlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/pacman.d/mirrorlist -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/resolv.conf -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/.bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/skel/.bash_profile -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/skel/.bashrc -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/bin/sysclean.sh: -------------------------------------------------------------------------------- 1 | ../scripts/sysclean.sh -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/bin/tuning.sh: -------------------------------------------------------------------------------- 1 | ../scripts/tuning.sh -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/scripts/sysclean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/skel/scripts/sysclean.sh -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/scripts/tuning.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/skel/scripts/tuning.sh -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/systemd/scripts/choose-mirror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/systemd/scripts/choose-mirror -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/systemd/system/choose-mirror.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/systemd/system/choose-mirror.service -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/systemd/system/pacman-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/systemd/system/pacman-init.service -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/udev/rules.d/81-dhcpcd.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/etc/udev/rules.d/81-dhcpcd.rules -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/vconsole.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | FONT=ter-114n 3 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/root/.automated_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/root/.automated_script.sh -------------------------------------------------------------------------------- /netinstall-iso/airootfs/root/.zlogin: -------------------------------------------------------------------------------- 1 | ~/.automated_script.sh 2 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/root/customize_airootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/airootfs/root/customize_airootfs.sh -------------------------------------------------------------------------------- /netinstall-iso/efiboot/loader/entries/archiso-x86_64-linux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/efiboot/loader/entries/archiso-x86_64-linux.conf -------------------------------------------------------------------------------- /netinstall-iso/efiboot/loader/entries/archiso-x86_64-speech-linux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/efiboot/loader/entries/archiso-x86_64-speech-linux.conf -------------------------------------------------------------------------------- /netinstall-iso/efiboot/loader/loader.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | timeout 15 5 | default archiso-x86_64-linux.conf 6 | -------------------------------------------------------------------------------- /netinstall-iso/isolinux/isolinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/isolinux/isolinux.cfg -------------------------------------------------------------------------------- /netinstall-iso/packages.x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/packages.x86_64 -------------------------------------------------------------------------------- /netinstall-iso/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/pacman.conf -------------------------------------------------------------------------------- /netinstall-iso/profiledef.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/profiledef.sh -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/syslinux/archiso.cfg -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_head.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/syslinux/archiso_head.cfg -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_pxe-linux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/syslinux/archiso_pxe-linux.cfg -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_pxe.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/syslinux/archiso_pxe.cfg -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_sys-linux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/syslinux/archiso_sys-linux.cfg -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_sys.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/syslinux/archiso_sys.cfg -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_tail.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/syslinux/archiso_tail.cfg -------------------------------------------------------------------------------- /netinstall-iso/syslinux/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/syslinux/splash.png -------------------------------------------------------------------------------- /netinstall-iso/syslinux/syslinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/netinstall-iso/syslinux/syslinux.cfg -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/default/grub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/default/grub -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/fonts/local.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/fonts/local.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/hostname: -------------------------------------------------------------------------------- 1 | blackarch 2 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/hosts -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/iptables/ip6tables.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/iptables/ip6tables.rules -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/iptables/iptables.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/iptables/iptables.rules -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/issue: -------------------------------------------------------------------------------- 1 | --==[ BlackArch Linux \r on \l ]==-- 2 | 3 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/lightdm/lightdm-gtk-greeter.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/lightdm/lightdm-gtk-greeter.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/locale.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/locale.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/mkinitcpio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/mkinitcpio.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/mkinitcpio.d/linux.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/mkinitcpio.d/linux.preset -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/modules-load.d/vbox.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/motd: -------------------------------------------------------------------------------- 1 | Welcome to BlackArch Linux! 2 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/os-release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/os-release -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/pacman.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/blackarch-mirrorlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/pacman.d/blackarch-mirrorlist -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/gnupg/gpg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/pacman.d/gnupg/gpg.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/gnupg/random_seed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/pacman.d/gnupg/random_seed -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/gnupg/secring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/pacman.d/gnupg/secring.gpg -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/mirrorlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/pacman.d/mirrorlist -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/resolv.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/gnome-keyring-pkcs11.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | X-XFCE-Autostart-Override=true 3 | 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/gnome-keyring-secrets.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | X-XFCE-Autostart-Override=true 3 | 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/gnome-keyring-ssh.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | X-XFCE-Autostart-Override=true 3 | 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/gsettings-data-convert.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | X-XFCE-Autostart-Override=true 3 | 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/user-dirs-update-gtk.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | X-XFCE-Autostart-Override=true 3 | 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/vboxclient.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/skel/.config/autostart/vboxclient.desktop -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/bin/sysclean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/skel/bin/sysclean.sh -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/sudoers.d/wheel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/sudoers.d/wheel -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/sysctl.d/99-sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/sysctl.d/99-sysctl.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/bootchart.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/bootchart.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/coredump.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/coredump.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/journal-remote.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/journal-remote.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/journal-upload.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/journal-upload.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/journald.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/journald.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/resolved.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/resolved.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/scripts/choose-mirror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/scripts/choose-mirror -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/system.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system/choose-mirror.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/system/choose-mirror.service -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system/display-manager.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/lightdm.service -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system/pacman-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/system/pacman-init.service -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/timesyncd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/timesyncd.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/user.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/systemd/user.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/udev/rules.d/81-dhcpcd.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/udev/rules.d/81-dhcpcd.rules -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/udev/udev.conf: -------------------------------------------------------------------------------- 1 | # see udev.conf(5) for details 2 | 3 | #udev_log="info" 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/vconsole.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | FONT=ter-114n 3 | KEYMAP=us -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/xprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/etc/xprofile -------------------------------------------------------------------------------- /slim-iso/airootfs/root/.automated_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/root/.automated_script.sh -------------------------------------------------------------------------------- /slim-iso/airootfs/root/.zlogin: -------------------------------------------------------------------------------- 1 | ~/.automated_script.sh 2 | -------------------------------------------------------------------------------- /slim-iso/airootfs/root/customize_airootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/root/customize_airootfs.sh -------------------------------------------------------------------------------- /slim-iso/airootfs/usr/share/backgrounds/blackarch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/usr/share/backgrounds/blackarch.png -------------------------------------------------------------------------------- /slim-iso/airootfs/usr/share/backgrounds/hacktheplanet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/usr/share/backgrounds/hacktheplanet.png -------------------------------------------------------------------------------- /slim-iso/airootfs/usr/share/backgrounds/hoodie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/airootfs/usr/share/backgrounds/hoodie.png -------------------------------------------------------------------------------- /slim-iso/airootfs/usr/share/icons/default/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Inherits=blackarch-cursor -------------------------------------------------------------------------------- /slim-iso/efiboot/loader/entries/archiso-x86_64-linux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/efiboot/loader/entries/archiso-x86_64-linux.conf -------------------------------------------------------------------------------- /slim-iso/efiboot/loader/entries/archiso-x86_64-speech-linux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/efiboot/loader/entries/archiso-x86_64-speech-linux.conf -------------------------------------------------------------------------------- /slim-iso/efiboot/loader/loader.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | timeout 15 5 | default archiso-x86_64-linux.conf 6 | -------------------------------------------------------------------------------- /slim-iso/isolinux/isolinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/isolinux/isolinux.cfg -------------------------------------------------------------------------------- /slim-iso/packages.x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/packages.x86_64 -------------------------------------------------------------------------------- /slim-iso/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/pacman.conf -------------------------------------------------------------------------------- /slim-iso/profiledef.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/profiledef.sh -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/syslinux/archiso.cfg -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_head.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/syslinux/archiso_head.cfg -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_pxe-linux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/syslinux/archiso_pxe-linux.cfg -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_pxe.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/syslinux/archiso_pxe.cfg -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_sys-linux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/syslinux/archiso_sys-linux.cfg -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_sys.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/syslinux/archiso_sys.cfg -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_tail.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/syslinux/archiso_tail.cfg -------------------------------------------------------------------------------- /slim-iso/syslinux/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/syslinux/splash.png -------------------------------------------------------------------------------- /slim-iso/syslinux/syslinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/slim-iso/syslinux/syslinux.cfg -------------------------------------------------------------------------------- /tools/abuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/abuild.sh -------------------------------------------------------------------------------- /tools/auto-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/auto-build.sh -------------------------------------------------------------------------------- /tools/menu-maker/awesome-footer.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/menu-maker/awesome-footer.tmpl -------------------------------------------------------------------------------- /tools/menu-maker/awesome-header.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/menu-maker/awesome-header.tmpl -------------------------------------------------------------------------------- /tools/menu-maker/fluxbox-footer.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/menu-maker/fluxbox-footer.tmpl -------------------------------------------------------------------------------- /tools/menu-maker/fluxbox-header.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/menu-maker/fluxbox-header.tmpl -------------------------------------------------------------------------------- /tools/menu-maker/help-flags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/menu-maker/help-flags.txt -------------------------------------------------------------------------------- /tools/menu-maker/menu-maker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/menu-maker/menu-maker.sh -------------------------------------------------------------------------------- /tools/menu-maker/openbox-footer.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/menu-maker/openbox-footer.tmpl -------------------------------------------------------------------------------- /tools/menu-maker/openbox-header.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/menu-maker/openbox-header.tmpl -------------------------------------------------------------------------------- /tools/package-list/package-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/HEAD/tools/package-list/package-list.sh -------------------------------------------------------------------------------- /tools/package-list/packages.x86_64.tmpl: -------------------------------------------------------------------------------- 1 | # arch linux 2 | refind-efi 3 | --------------------------------------------------------------------------------