diff options
Diffstat (limited to 'env')
| -rwxr-xr-x | env/.config/.profile | 9 | ||||
| -rw-r--r-- | env/.config/dunst/dunstrc | 3 | ||||
| -rw-r--r-- | env/.config/fastfetch/ascii.jsonc (renamed from env/.config/fastfetch/ascii-char.jsonc) | 90 | ||||
| -rw-r--r-- | env/.config/fastfetch/fur-conver.txt | 25 | ||||
| -rw-r--r-- | env/.config/fastfetch/fur.txt | 25 | ||||
| -rwxr-xr-x | env/.config/fastfetch/gen.sh | 9 | ||||
| -rwxr-xr-x | env/.local/bin/system/neoboot.sh | 26 | ||||
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 8 |
8 files changed, 85 insertions, 110 deletions
diff --git a/env/.config/.profile b/env/.config/.profile index 2106abf..a08ca97 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -53,10 +53,9 @@ if [ "${WAYLAND_DISPLAY}" ]; then fi alias ffcompact='fastfetch -c $HOME/.config/fastfetch/compact.jsonc' alias ff='fastfetch -c $HOME/.config/fastfetch/10.jsonc 2> /dev/null || fastfetch --localip-show-ipv4 0' -alias ffchar='fastfetch -c $HOME/.config/fastfetch/ascii-char.jsonc' +alias ffascii='fastfetch -c $HOME/.config/fastfetch/ascii.jsonc' # alias fastfetch='fastfetch --localip-show-ipv4 0 --kitty-direct /home/iceyrazor/stuff/media/ICE/Sprite-0009.png --logo-width 40 --logo-height 20' alias numen="echo key x | fukn dotool && NUMEN_DMENU=rofi NUMEN_DMENU_OPTS='-show drun' LD_LIBRARY_PATH=/usr/lib/ numen & disown" -alias ascii="~/stuff/scripts/c/SDL/ascii/bin/ascii" alias newsboat="NO_PROXY=\".com,.org,.xyz,.chat,.social,.net,.co,.love\" newsboat" alias watchlss="fukn watch \"du -ah -d 1 | sort -hr\"" @@ -79,7 +78,7 @@ alias get_channel_id="xargs curl -s | grep -Eo 'channel_id=.{0,50}' | sed 's/\". alias vasm="~/stuff/manual-programs/vasm/vasm6502_oldstyle -Fbin -dotdir " alias pipes="pipes.sh -t 0 -p 3 -f 30 -r 2000" alias astro="astroterm --color --constellations --speed 10000 --fps 64 --unicode -i Arlington" -alias way=".local/bin/WayVR-v26.2.1-x86_64.AppImage & disown" +alias way="nohup .local/bin/WayVR-v26.2.1-x86_64.AppImage > /dev/null 2> /dev/null & disown" # keyswap alias swap="xmodmap -e \"clear lock\" && xmodmap -e \"keycode 9 = Caps_Lock NoSymbol Caps_Lock\" && xmodmap -e \"keycode 66 = Escape NoSymbol Escape\"" @@ -99,9 +98,7 @@ alias sccam="ffmpeg -f video4linux2 -i /dev/v4l/by-id/usb-Sonix_Technology_Co.__ alias scs="sleep 3s && ffmpeg -f x11grab -framerate 1 -video_size 1920x1200 -i :0.0 -vframes 1 -crf 18 output.jpeg" alias wwrite="watch -d grep -e Dirty: -e Writeback: /proc/meminfo" -# alias vrinit="echo key x | fukn dotool && drkwll && killall xcompmgr; sleep 1s && wlx-layout.sh main; \ -alias vrinit="echo key x | fukn dotool && drkwll && sleep 2s && tmux new-session -s chat-loop -c stuff/scripts/rust/chat-loop" - +alias vrinit="echo key x | fukn dotool && way && tmux new-session -s vrc-osc-stuff -c ~/stuff/scripts/c/vrc-osc-stuff" alias statst="echo full_stat:true > ~/.local/bin/system/stbar/config.txt" alias statsf="echo full_stat:false > ~/.local/bin/system/stbar/config.txt" diff --git a/env/.config/dunst/dunstrc b/env/.config/dunst/dunstrc index 4503410..d899e9d 100644 --- a/env/.config/dunst/dunstrc +++ b/env/.config/dunst/dunstrc @@ -4,8 +4,7 @@ ### Display ### # Which monitor should the notifications be displayed on. - # i keep having to change this because hyprland ◔̯◔ - monitor = 1 + monitor = 0 # Display notification on focused monitor. Possible modes are: # mouse: follow mouse pointer diff --git a/env/.config/fastfetch/ascii-char.jsonc b/env/.config/fastfetch/ascii.jsonc index 938b21f..48e1bc8 100644 --- a/env/.config/fastfetch/ascii-char.jsonc +++ b/env/.config/fastfetch/ascii.jsonc @@ -7,9 +7,9 @@ "padding": { "top": 2 }, - "source": "/home/iceyrazor/stuff/media/ICE/ascii-char.txt", + "source": "/home/iceyrazor/.config/fastfetch/fur-conver.txt", "color": { - "1": "reset_black", + "1": "black", "2": "light_black", "3": "light_blue", "5": "light_magenta" @@ -23,46 +23,27 @@ }, "modules": [ { - "type": "custom", - "format": "┌{$1}{$1}┐", - "outputColor": "90" - }, - { "type": "title", - "keyWidth": 10 - }, - { - "type": "custom", - "format": "└{$1}{$1}┘", - "outputColor": "90" - }, - { - "type": "custom", - "format": " {#90} {#31} {#32} {#33} {#34} {#35} {#36} {#37} {#38} {#39} {#38} {#37} {#36} {#35} {#34} {#33} {#32} {#31} {#90}" + "format": " {user-name-colored}{at-symbol-colored}{host-name-colored}" }, { "type": "custom", - "format": "┌{$1}{$1}┐", + "format": "{$1}{$1}", "outputColor": "90" }, { - "type": "os", - "key": "{icon} OS", - "keyColor": "yellow" - }, - { "type": "kernel", - "key": "│ ├", + "key": "", "keyColor": "yellow" }, { "type": "packages", - "key": "│ ├", + "key": "", "keyColor": "yellow" }, { "type": "shell", - "key": "│ └", + "key": "", "keyColor": "yellow" }, { @@ -71,68 +52,28 @@ "keyColor": "blue" }, { - "type": "lm", - "key": "│ ├", - "keyColor": "blue" - }, - { - "type": "wmtheme", - "key": "│ ├", - "keyColor": "blue" - }, - { - "type": "icons", - "key": "│ ├", - "keyColor": "blue" - }, - { "type": "terminal", - "key": "│ ├", - "keyColor": "blue" - }, - { - "type": "wallpaper", - "key": "│ └", + "key": "", "keyColor": "blue" }, { - "type": "host", - "key": " PC", - "keyColor": "green" - }, - { - "type": "cpu", - "key": "│ ├", - "keyColor": "green" - }, - { - "type": "gpu", - "key": "│ ├", - "keyColor": "green" - }, - { "type": "disk", - "key": "│ ├", + "key": "", "keyColor": "green" }, { "type": "memory", - "key": "│ ├", + "key": "", "keyColor": "green" }, { "type": "swap", - "key": "│ ├", + "key": "", "keyColor": "green" }, { "type": "uptime", - "key": "│ ├", - "keyColor": "green" - }, - { - "type": "display", - "key": "│ └", + "key": "", "keyColor": "green" }, { @@ -142,20 +83,19 @@ }, { "type": "player", - "key": "│ ├", + "key": "", "keyColor": "cyan" }, { "type": "media", - "key": "│ └", + "key": "", "keyColor": "cyan" }, { "type": "custom", - "format": "└{$1}{$1}┘", + "format": "{$1}{$1}", "outputColor": "90" }, - "break", { "type": "custom", "format": " {#90} {#31} {#32} {#33} {#34} {#35} {#36} {#37} {#38} {#39} {#38} {#37} {#36} {#35} {#34} {#33} {#32} {#31} {#90}" diff --git a/env/.config/fastfetch/fur-conver.txt b/env/.config/fastfetch/fur-conver.txt new file mode 100644 index 0000000..82bf4b2 --- /dev/null +++ b/env/.config/fastfetch/fur-conver.txt @@ -0,0 +1,25 @@ + $2=$2=$2=$2=$2= + $2=$2=$2=$2=$2=$2= $1.$1. + $1.$1.$1.$1.$1.$1.$1. $1.$1.$1.$1.$1. $1. $1.$2=$2=$1.$1.$1.$1. + $1.$1. $1.$1.$1.$1.$1.$1.$1.$1.$2=$2=$2=$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1. + $1.$5$3?$1.$2=$2= $1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$2=$2=$2=$2= + $1.$2=$5$3?$1.$2= $50$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$2=$2=$2=$2=$557$2= + $52 $54$1.$1.$2=$2=$2=$1.$1. $1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$5$3?$1.$2=$1.$1.$2=$568$2=$2=$2=$2= + $1.$1.$51$1.$1.$2=$2=$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1. $1.$1.$1.$2=$1.$1.$2=$51$2=$2=$2=$2=$2=$1.$1. + $1.$1.$1.$2=$2=$2=$2=$2=$2=$1.$1.$1.$1.$1.$1.$1.$1.$1. $1.$51$1.$1.$1.$1.$2=$56$2=$2=$2=$1.$1.$1.$1. + $1.$54$2=$51$2=$2=$2=$2=$2=$2=$2=$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$2=$2=$1.$1.$1.$1.$1. + $1.$2=$2=$2=$2=$2=$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1. + $1.$2=$2=$2=$2=$54$55$2=$2=$1.$2=$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1.$1. + $53$1.$1.$1.$2=$53$54$2=$2=$2=$2=$2=$1.$1.$1.$1. $1. + $1. $2=$1.$1.$2=$2=$2=$2=$2=$2=$2=$2=$1.$1.$1.$1.$1.$1.$1. $1. + $1.$1.$1.$2=$2=$2=$5$3?$2=$2=$2=$54$2=$2=$2=$1.$1.$1.$1.$1.$1.$1. $1.$1. $1.$1. +$2=$1.$1.$1.$2=$2=$2=$2=$2=$2=$2=$2=$2=$1.$1.$1.$1.$1.$1.$1. $1. +$1.$1.$1.$1.$1.$2=$50$5$3?$2=$2=$2=$2=$52$1.$1.$1.$1.$1. $1.$1. +$54$1. $1.$52$51$2=$2=$2=8$2=$1.$1.$1.$1.$1.$1. + $5$3?$2=$1.$1.7$1.$1.$1.$1.$54 + $1.$1.$1.$2=$1.$1.$1. $1. + $1. + $1.$1.$1.$1.$1.$1.$1. $1. + $1.$50$50$50$50$5$3?$50$50$50$50 + $1.$1.$54$2=$1.$1.$1.$1.$1.$1.$1.$1. + $1.$1.$5$3?7$2=$1.$2=$50$1.$1.$1. $1.$1. diff --git a/env/.config/fastfetch/fur.txt b/env/.config/fastfetch/fur.txt new file mode 100644 index 0000000..a471bd0 --- /dev/null +++ b/env/.config/fastfetch/fur.txt @@ -0,0 +1,25 @@ + ===== + ====== .. + ....... ..... . .==.... + .. ........===........... + .?.== .................==== + .=?.= 0.............====57= + 2 4..===.. ..........?.=..=68==== + ..1..==........... ...=..=1=====.. + ...======......... .1....=6===.... + .4=1=======.............==..... + .=====...................... + .====45==.=.............. + 3...=34=====.... . + . =..========....... . + ...===?===4===....... .. .. +=...=========....... . +.....=0?====2..... .. +4. .21===8=...... + ?=..7....4 + ...=... . + . + ....... . + .0000?0000 + ..4=........ + ..?7=.=0... .. diff --git a/env/.config/fastfetch/gen.sh b/env/.config/fastfetch/gen.sh new file mode 100755 index 0000000..058fa74 --- /dev/null +++ b/env/.config/fastfetch/gen.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +ascii -w 500 -h 500 -c color -p -s 13 -b 13 -d "CA@876543210?==. " "/home/iceyrazor/out.png" > fur.txt + +grep "\S" fur.txt > trim.txt +mv trim.txt fur.txt +cat fur.txt + +cat fur.txt | sed -e "s/5/\$55/g" -e "s/4/\$54/g" -e "s/1/\$51/g" -e "s/0/\$50/g" -e "s/3/\$53/g" -e "s/2/\$52/g" -e "s/6/\$56/g" -e "s/W/\$5W/g" -e "s/@/\$5@/g" -e "s/=/\$2=/g" -e "s/?/\$5?/g" -e "s/E/\$5E/g" -e "s/?/\$3?/g" -e "s/+/\$2+/g" -e 's/\./\$1\./g' > fur-conver.txt diff --git a/env/.local/bin/system/neoboot.sh b/env/.local/bin/system/neoboot.sh index 4c12be8..014f4b1 100755 --- a/env/.local/bin/system/neoboot.sh +++ b/env/.local/bin/system/neoboot.sh @@ -1,34 +1,10 @@ #!/bin/sh -normal_old() { - randnum=$(($RANDOM % 2)) - - if [ "$randnum" == "1" ]; then - fastfetch --localip-show-ipv4 0 | lolcat -S 100 # | lolcat -as 10000 -S 100 - # fortune | cowsay -f fox | lolcat - else - # fortune | cowsay -f dragon | lolcat - uwufetch | lolcat - fi - printf "\n--------------------------------------------------------\n" | lolcat - lsblk --filter 'NAME=~"sd[abcde]"' -o NAME,MOUNTPOINTS | lolcat -} normal() { - fastfetch -c $HOME/.config/fastfetch/compact.jsonc + fastfetch -c $HOME/.config/fastfetch/ascii.jsonc printf "\n" } -laptop() { - if [ "$(($RANDOM % 2))" == "1" ]; then - fastfetch --localip-show-ipv4 0 | lolcat -as 10000 -S 100 - else - # uwufetch | lolcat -as 10000 -S 100 - fastfetch --localip-show-ipv4 0 | lolcat -as 10000 -S 100 - fi - printf "\n--------------------------------------------------------\n" | lolcat -S 100 - lsblk --filter 'NAME=~"sd[abcde]"' -o NAME,MOUNTPOINTS | lolcat -as 10000 -S 100 -} - if [ -z $(pgrep VRChat) ]; then if [[ "$(cat /etc/hostname)" == "Witchen" ]]; then normal diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 5347578..4a09cae 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -51,8 +51,8 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then vesktop %U & disown fi - if [ -z "$(pgrep gajim)" ]; then - gajim & disown + if [ -z "$(pgrep keepassxc)" ]; then + keepassxc & disown fi if [ -z "$(pgrep steam)" ]; then @@ -63,6 +63,10 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then QT_QPA_PLATFORMTHEME="" mumble & disown fi + if [ -z "$(pgrep gajim)" ]; then + gajim & disown + fi + if [ -z "$(pgrep mpd)" ]; then mpd & disown sleep 0.5s |
