Compare commits

...

3 commits

3 changed files with 5 additions and 2 deletions

View file

@ -20,7 +20,7 @@ printenv SSH_TTY &> /dev/null || wal -R
# Autostart on TTY1: # Autostart on TTY1:
# Hyprland on laptop # Hyprland on laptop
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && dbus-run-session Hyprland [[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && exec dbus-run-session Hyprland
# Plasma on desktop # Plasma on desktop
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx [[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx

View file

@ -116,4 +116,7 @@ if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then
add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop
fi fi
eval "$(zoxide init zsh)"
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh

View file

@ -41,7 +41,7 @@ done
# Show time of check # Show time of check
time="$(date '+%H:%M:%S')" time="$(date '+%H:%M:%S')"
tooltip="$tooltip\nLatest check: $time" tooltip="$tooltip\n\nLatest check: $time"
cat << EOF cat << EOF