Update identation

This commit is contained in:
JeremyStar™ 2024-06-03 20:10:39 +02:00
parent 9a16bae023
commit 1c887ee342
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
9 changed files with 290 additions and 297 deletions

View file

@ -16,6 +16,7 @@ listener {
timeout = 600
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}
# Welcome back message
listener {

View file

@ -1,4 +1,5 @@
#!/bin/bash
# The only reason this script exists is because
# Hyprland, jobrunner, idk does not support piping.
cliphist list | launch-menu | cliphist decode | wl-copy

View file

@ -100,14 +100,3 @@ link "bin/updater" ".local/bin/dotfiles-updater"
# write install file
echo "pls don't remove" > "$HOME/.config/.jstm_dotfiles"
# check for executables
if ! which qt5ct &> /dev/null; then
echo ":: Warning: qt5ct is not in your PATH."
fi
if ! which qt6ct &> /dev/null; then
echo ":: Warning: qt6ct is not in your PATH."
fi
if ! which nwg-look &> /dev/null; then
echo ":: Warning: nwg-look is not in your PATH."
fi

View file

@ -82,11 +82,13 @@ for arg in "${@}"; do
echo ":: Unlinked legacy paths"
exit 0
;;
"--remove-unshared-bashrcd")
echo ":: Removing unshared bashrc.d"
FORCED_UNLINKING=y unlink ".bashrc.d"
exit 0
;;
*)
echo ":: Warning: Unknown argument \"${arg}\""