diff --git a/.local/bin/ctpvclear b/.local/bin/ctpvclear old mode 100644 new mode 100755 diff --git a/.local/bin/ctpvquit b/.local/bin/ctpvquit old mode 100644 new mode 100755 diff --git a/.local/bin/dwl b/.local/bin/dwl old mode 100644 new mode 100755 diff --git a/.local/bin/dwllaunch b/.local/bin/dwllaunch new file mode 100755 index 0000000..4fdd60f --- /dev/null +++ b/.local/bin/dwllaunch @@ -0,0 +1,4 @@ +#!/bin/zsh -l +/usr/libexec/pipewire-launcher >/dev/null 2>&1 +slstatus | dbus-run-session dwl >/dev/null 2>&1 +touch /tmp/swaylock-sleep && inotifyd swaylock /tmp/swaylock-sleep diff --git a/.local/bin/dwmlaunch b/.local/bin/dwmlaunch deleted file mode 100755 index c8df848..0000000 --- a/.local/bin/dwmlaunch +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -zsh -lc "/usr/libexec/pipewire-launcher & slstatus | dbus-run-session dwl" diff --git a/.local/bin/hellwal b/.local/bin/hellwal old mode 100644 new mode 100755 diff --git a/.local/bin/setbg b/.local/bin/setbg deleted file mode 100755 index d98e71c..0000000 --- a/.local/bin/setbg +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# generates colorscheme, recompiles dwl and asks to logout, if not it sets the wallpaper to remind you. -wallpaper="$1" -dwlsrc_dir="$HOME/.local/src/dwl/" - -setwp() { - pkill wbg; setsid wbg "$wallpaper" >/dev/null 2>&1 & -} - -if [ -f "$wallpaper" ]; then - hellwal -q -i "$1" -else - echo "error: invalid path" - exit 1 -fi - -if [ -d "$dwlsrc_dir" ]; then - cd "$dwlsrc_dir" - bwroot make clean install >/dev/null 2>&1 - notify-send "setbg" "successfully compiled dwl!" - - case $(printf "%s\n" "Yes" "No" | fuzzel -d -p "Log out now?") in - "Yes") kill "$(pidof dwl)" ;; - "No") setwp ;; - *) notify-send "setbg" "don't forget to log out!"; exit ;; - esac -else - notify-send "setbg" "dwl directory not found" - exit -fi diff --git a/.local/bin/slstatus b/.local/bin/slstatus old mode 100644 new mode 100755 diff --git a/.local/share/fonts/ttc/Monocraft/Monocraft-nerd-fonts-patched.ttc b/.local/share/fonts/ttc/Monocraft/Monocraft-nerd-fonts-patched.ttc deleted file mode 100644 index 973952f..0000000 Binary files a/.local/share/fonts/ttc/Monocraft/Monocraft-nerd-fonts-patched.ttc and /dev/null differ