#!/bin/sh runifnot () { if type $1 >/dev/null; then echo $1 if [ -z "$(pgrep -Uzachir -f $1)" ]; then $@ & fi fi } killandrun () { if type $1 >/dev/null; then echo $1 if [ -n "$(pgrep -Uzachir -f $1)" ]; then pkill -Uzachir $1 fi $@ & fi } if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then dinit & notify-sound.sh off & runifnot swayidle #killandrun hyprpaper runifnot mpvpaper eDP-1 ~/Downloads/mylivewallpapers-com-Matrix-EDIT.mp4 -p -f -o "--loop" runifnot waybar import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest' import-gsettings icon-theme 'Mint-X-Grey' import-gsettings cursor-theme 'Adwaita' xrdb ~/.Xresources fi [ -x "$XDG_CONFIG_HOME/computerrc.sh" ] && "$XDG_CONFIG_HOME/computerrc.sh"