diff --git a/slackware/.Xresources b/slackware/.Xresources new file mode 120000 index 0000000..8a0e515 --- /dev/null +++ b/slackware/.Xresources @@ -0,0 +1 @@ +home/x/.Xresources \ No newline at end of file diff --git a/slackware/.inputrc b/slackware/.inputrc new file mode 120000 index 0000000..85ffa31 --- /dev/null +++ b/slackware/.inputrc @@ -0,0 +1 @@ +home/x/.inputrc \ No newline at end of file diff --git a/slackware/.xinitrc b/slackware/.xinitrc new file mode 120000 index 0000000..955f268 --- /dev/null +++ b/slackware/.xinitrc @@ -0,0 +1 @@ +home/x/.xinitrc \ No newline at end of file diff --git a/slackware/etc/X11/xorg.conf.d/10-synaptics.conf b/slackware/etc/X11/xorg.conf.d/10-synaptics.conf new file mode 100644 index 0000000..1931681 --- /dev/null +++ b/slackware/etc/X11/xorg.conf.d/10-synaptics.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "touchpad catchall" + Driver "synaptics" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Option "MaxTapTime" "0" +EndSection diff --git a/slackware/home/bin/scripts/catloop b/slackware/home/bin/scripts/catloop new file mode 100755 index 0000000..5ecac0d --- /dev/null +++ b/slackware/home/bin/scripts/catloop @@ -0,0 +1,12 @@ +#!/usr/bin/fish + +while true + catgirl \ + -h dump.town \ + -t client.pem \ + -u "bl0rt/"$argv \ + -w (pass znc) \ + -H 8,15 \ + -N notify-send \ + -s $argv +end diff --git a/slackware/home/catgirl/.config/catgirl/GroffGrumble b/slackware/home/catgirl/.config/catgirl/GroffGrumble new file mode 100644 index 0000000..6773b01 --- /dev/null +++ b/slackware/home/catgirl/.config/catgirl/GroffGrumble @@ -0,0 +1 @@ +:q \ No newline at end of file diff --git a/slackware/home/catgirl/.config/catgirl/tilde b/slackware/home/catgirl/.config/catgirl/tilde new file mode 100644 index 0000000..58ad868 --- /dev/null +++ b/slackware/home/catgirl/.config/catgirl/tilde @@ -0,0 +1,4 @@ +host = dump.town +trust = client.pem +user = blort/tilde +hash = 0,15 diff --git a/slackware/home/dunst/.config/dunst/dunstrc b/slackware/home/dunst/.config/dunst/dunstrc index 41bda8b..731f80b 100644 --- a/slackware/home/dunst/.config/dunst/dunstrc +++ b/slackware/home/dunst/.config/dunst/dunstrc @@ -3,23 +3,24 @@ [global] ### Display ### # start flavours +[global] frame_color = "#C0C5CE" separator_color = "#C0C5CE" -[urgency_low] - background = "#99C794" - foreground = "#D8DEE9" - timeout = 10 +[base16_low] + msg_urgency = low + background = "#343D46" + foreground = "#65737E" -[urgency_normal] +[base16_normal] + msg_urgency = normal background = "#4F5B66" foreground = "#C0C5CE" - timeout = 10 -[urgency_critical] - background = "#F99157" - foreground = "#65737E" - timeout = 0 +[base16_critical] + msg_urgency = critical + background = "#EC5f67" + foreground = "#CDD3DE" # end flavours diff --git a/slackware/home/fish/.config/fish/fish_variables b/slackware/home/fish/.config/fish/fish_variables index 456a93d..ecaa85d 100644 --- a/slackware/home/fish/.config/fish/fish_variables +++ b/slackware/home/fish/.config/fish/fish_variables @@ -1,5 +1,6 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 +SETUVAR --export SBCL_HOME:/usr/lib64/sbcl SETUVAR __fish_initialized:3400 SETUVAR _fish_abbr_mux:tmuxinator SETUVAR _fisher_jorgebucaran_2F_fisher_files:/Users/iankeane/\x2econfig/fish/functions/fisher\x2efish\x1e/Users/iankeane/\x2econfig/fish/completions/fisher\x2efish diff --git a/slackware/home/fish/.config/fish/functions/vim.fish b/slackware/home/fish/.config/fish/functions/vim.fish deleted file mode 100644 index f9e4cf4..0000000 --- a/slackware/home/fish/.config/fish/functions/vim.fish +++ /dev/null @@ -1,3 +0,0 @@ -function vim --wraps=nvim --description 'alias vim nvim' - nvim $argv; -end diff --git a/slackware/home/flavours/.local/share/flavours/base16/templates/dunst/templates/default.mustache b/slackware/home/flavours/.local/share/flavours/base16/templates/dunst/templates/default.mustache index f238ae6..be4cb66 100644 --- a/slackware/home/flavours/.local/share/flavours/base16/templates/dunst/templates/default.mustache +++ b/slackware/home/flavours/.local/share/flavours/base16/templates/dunst/templates/default.mustache @@ -1,17 +1,18 @@ -frame_color = "#{{base01-hex}}" +[global] +frame_color = "#{{base05-hex}}" separator_color = "#{{base05-hex}}" -[urgency_low] - background = "#{{base14-hex}}" - foreground = "#{{base07-hex}}" - timeout = 10 +[base16_low] + msg_urgency = low + background = "#{{base01-hex}}" + foreground = "#{{base03-hex}}" -[urgency_normal] +[base16_normal] + msg_urgency = normal background = "#{{base02-hex}}" foreground = "#{{base05-hex}}" - timeout = 10 -[urgency_critical] - background = "#{{base09-hex}}" - foreground = "#{{base03-hex}}" - timeout = 0 +[base16_critical] + msg_urgency = critical + background = "#{{base08-hex}}" + foreground = "#{{base06-hex}}" diff --git a/slackware/home/lemonbar/.config/lemonbar/lemonbar.fish b/slackware/home/lemonbar/.config/lemonbar/lemonbar.fish index 8d58091..a0365fb 100755 --- a/slackware/home/lemonbar/.config/lemonbar/lemonbar.fish +++ b/slackware/home/lemonbar/.config/lemonbar/lemonbar.fish @@ -2,24 +2,22 @@ while true - set batt_str (battery) + set batt_str (acpi | cut -d ':' -f2 | cut -d ',' -f1 | tr -d ' ') set batt_emoji = "" switch $batt_str case "Full*" set batt_emoji "✔️" - set batt (battery | cut -d ' ' -f2)% case 'Discharging*' set batt_emoji "🔋" - set batt (battery | cut -d ' ' -f2)% case 'Not*' set batt_emoji "X" - set batt (battery | cut -d ' ' -f3)% case 'Charging*' set batt_emoji "⚡" - set batt (battery | cut -d ' ' -f2)% end + set batt (acpi | cut -d ':' -f2 | cut -d ',' -f2 | tr -d ' ') + echo -e "%{c}$(now) %{r}$(sugar --lb) $batt_emoji $batt " sleep 1 end diff --git a/slackware/home/tmux/.config/tmux/tmux.conf b/slackware/home/tmux/.config/tmux/tmux.conf index f33238b..cc30830 100644 --- a/slackware/home/tmux/.config/tmux/tmux.conf +++ b/slackware/home/tmux/.config/tmux/tmux.conf @@ -1,10 +1,14 @@ -set-option -g default-shell /usr/local/bin/fish +set-option -g default-shell /usr/bin/fish set -g default-terminal "screen-256color" # # set-window-option -g mode-keys vi # set-window-option -g automatic-rename on set-window-option -g mode-keys vi +# Blank space between status and bottom of window +set -Fg 'status-format[1]' '#{status-format[0]}' +set -g 'status-format[0]' '#[bg=black] ' +set -g status 2 # bind h split-window -h -c "#{pane_current_path}" # bind v split-window -v -c "#{pane_current_path}" diff --git a/slackware/home/tmuxinator/.config/tmuxinator/irc.yml b/slackware/home/tmuxinator/.config/tmuxinator/irc.yml new file mode 100644 index 0000000..d9e79c6 --- /dev/null +++ b/slackware/home/tmuxinator/.config/tmuxinator/irc.yml @@ -0,0 +1,19 @@ +name: irc +root: ~/ + +windows: + - libera: + panes: + - catloop libera + - rizon: + panes: + - catloop rizon + - tilde: + panes: + - catloop tilde + - sn: + panes: + - catloop snoonet + - hack: + panes: + - catloop hackint diff --git a/warez/cargo.txt b/warez/cargo.txt new file mode 100644 index 0000000..f803864 --- /dev/null +++ b/warez/cargo.txt @@ -0,0 +1,3 @@ +cargo install --locked flavours +cargo install vocage +cargo install bropages diff --git a/warez/installed.txt b/warez/installed.txt new file mode 100644 index 0000000..f385635 --- /dev/null +++ b/warez/installed.txt @@ -0,0 +1,154 @@ +FontAwesome +apsw +arandr +atomicwrites +autojump +avahi +awscli +bat +bcdoc +bluez-alsa +bombadillo +botocore +btop +bubblewrap +caffeine-ng +calcurse +colorama +confuse +dmenu +dnstop +docopt +dtrx +dunst +fd +feh +fish +fmt +fontforge +fortune-slackware +funcsigs +functools-lru-cache +geoclue2 +giblib +girara +gnome-desktop +google-go-lang +greenlet +html5lib +imlib2 +jmespath +lemonbar-xft +libass +libcbor +libconfig +libdaemon +libev +libfido2 +libmpdclient +libplacebo +libtermkey +libtorrent +libtorrent-rasterbar +libvterm +libwpe +light +llfuse +lua +lua-lpeg +lua-luv +lua-mpack +lua53 +luajit +lutris +lxml +more-itertools +mpd +mpv +msgpack-c +msgpack-python +mujs +ncdu +ncmpcpp +neovim +neovim-remote +newsboat +nim +noto-emoji +password-store +pathlib2 +picom +pipewire-native-jack +pluggy +portaudio +psutil +py +pyOpenSSL +pyasn1 +pyewmh +pytest +pytest-runner +python-magic +python-neovim +python-xlib +python2-BeautifulSoup4 +python2-attrs +python2-scandir +python2-setuptools-scm +python2-soupsieve +python3-PyQtWebEngine +python3-dateutil +python3-defusedxml +python3-dugong +python3-pycrypto +python3-rsa +python3-soupsieve +python3-webencodings +qutebrowser +ranger +rencode +ripgrep +rtorrent +rustup +s3ql +s3transfer +sbcl +screenfetch +scrot +setconf +setproctitle +signal-desktop +sphinx +stalonetray +stfl +stow +sutils +sxhkd +sxiv +symbola-font-ttf +syncthing +task +telegram +tree-sitter +trollius +unibilium +unicode-character-database +unrar +uthash +webkit2gtk +wheel +wine +wireplumber +wpebackend-fdo +xcb-util-xrm +xclip +xdg-dbus-proxy +xdo +xkblayout-state +xss-lock +xtitle +yajl +youtube-dl +zathura +zathura-cb +zathura-djvu