Move everything to guix home. im not sorry

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-06-02 03:07:44 -04:00
parent 39b9d2f63d
commit 8bc9c12a50
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
23 changed files with 24 additions and 28 deletions

View File

@ -20,4 +20,4 @@ PERL_MM_OPT="INSTALL_BASE=/home/cobra/perl5"; export PERL_MM_OPT;
. ~/.devspec
if [[ $(tty) == /dev/tty2 ]]; then
exec $WM
fi
fi

BIN
.bashrc

Binary file not shown.

View File

@ -20,4 +20,4 @@ bright7=fcf5f3 # bright white
if [[ "$TERM" = "vt102" || "$TERM" = "linux" ]]; then
printf "\e]P$background\e]P1$regular1\e]P2$regular2\e]P3$regular3\e]P4$regular4\e]P5$regular5\e]P6$regular6\e]P7$foreground\e]P8$bright0\e]P9$bright1\e]PA$bright2\e]PB$bright3\e]PC$bright4\e]PD$bright5\e]PE$bright6\e]PF$bright7"
fi
fi

View File

@ -182,5 +182,4 @@ scrollback-down-line=Mod1+n
# select-word-whitespace=Control+BTN_LEFT-2
# select-row=BTN_LEFT-3
# vim: ft=dosini
# vim: ft=dosini

View File

@ -15,4 +15,4 @@ text-color=#888888
default-timeout=10000
background-color=#900000
text-color=#ffffff
background-color=#ff0000
background-color=#ff0000

View File

@ -6,4 +6,4 @@ msg-level=ffmpeg=fatal
vo=gpu
hwdec=vaapi
hwdec-codecs=all
video-sync=display-resample
video-sync=display-resample

View File

@ -202,4 +202,4 @@ bar {
}
}
include /etc/sway/config.d/*
include /etc/sway/config.d/*

View File

@ -22,4 +22,4 @@ text-clear-color=fcf5f3
text-ver-color=fcf5f3
text-wrong-color=fcf5f3
image=~/.config/sway/background.png
font="Fira Code"
font="Fira Code"

View File

@ -162,4 +162,4 @@
"spacing": 10
}
}
}

View File

@ -209,4 +209,4 @@
#workspaces button.urgent {
border-color: #f4c815;
color: #f4c815;
}
}

View File

@ -30,4 +30,4 @@ else
PASTE_COMMAND="xclip -o -selection clipboard"
WIFI=wlp2s0
WM="bash"
fi
fi

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash
echo mem > /sys/power/state
echo mem > /sys/power/state

View File

@ -12,4 +12,4 @@ bat() {
acpi -b | sed 's/Battery /BAT/'
}
echo "$(cpu)% $(ram) $(bat)"
echo "$(cpu)% $(ram) $(bat)"

View File

@ -1,2 +1,2 @@
#!/usr/bin/env sh
echo $1 > /proc/acpi/ibm/beep
echo $1 > /proc/acpi/ibm/beep

View File

@ -11,4 +11,4 @@ while sleep 1; do
BEEPED=0
fi
fi
done
done

View File

@ -5,4 +5,4 @@ if [[ -S "/tmp/mpvfsfsock" ]]; then
else
mpv --input-ipc-server=/tmp/mpvfsfsock ~/.local/share/fss.ogg
trap "rm -rf /tmp/mpvfsfsock" EXIT
fi
fi

View File

@ -8,4 +8,4 @@ if ! ps aux | grep -v grep | grep swaylock; then
SCREENOFF=$!
swaylock
kill $SUSPEND $SCREENOFF
fi
fi

View File

@ -6,5 +6,4 @@ case "$(printf "logout\nreboot\nshutdown\nsleep\n" | wofi --dmenu -i -H 500 -W 2
'reboot') sudo reboot ;;
'shutdown') sudo poweroff ;;
*) exit 1 ;;
esac
esac

View File

@ -8,14 +8,12 @@ fi
fullscreen() {
filename=$HOME/Pictures/Screenshots/$(date +%Y%m%d_%H:%M:%S_Fullscreen).png
grim $filename
cat $filename | wl-copy \
&& notify-send -i $filename "Fullscreen Screenshot taken"
cat $filename | wl-copy && notify-send -i $filename "Fullscreen Screenshot taken"
}
selecting() {
filename=$HOME/Pictures/Screenshots/$(date +%Y%m%d_%H:%M:%S_Selected).png
grim -g "$(slurp -b e3eaf699)" $filename \
&& notify-send -i $filename "Selective Screenshot taken"
grim -g "$(slurp -b e3eaf699)" $filename && notify-send -i $filename "Selective Screenshot taken"
cat $filename | wl-copy
}
@ -41,4 +39,4 @@ case $1 in
-h)helpscreen;;
-w)wofirun;;
*)fullscreen;;
esac
esac

View File

@ -6,4 +6,4 @@ rm -rf /run/user/$UID/pulse
pipewire &
pipewire-pulse &
wireplumber &
wireplumber &

View File

@ -3,4 +3,4 @@ sudo ~/.local/bin/__suspend
while grep -v '\[' /sys/power/state; do
swaylock
break
done
done

View File

@ -7,4 +7,4 @@ cd Browser
patchelf --set-interpreter \$LIBRARY_PATH/ld-linux-x86-64.so.2 firefox.real
patchelf --set-interpreter \$LIBRARY_PATH/ld-linux-x86-64.so.2 TorBrowser/Tor/tor
LD_LIBRARY_PATH=\$LIBRARY_PATH ./start-tor-browser -v
EOF
EOF

View File

@ -203,4 +203,4 @@ __prompt() {
PS1="${_NON}${SSH}${GUIX}${SIG}${UHD} ${TIME} ${IND} ${_NON}"
}
PROMPT_COMMAND=__prompt
PROMPT_COMMAND=__prompt