3 lines
91 B
Bash
Executable File
3 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
if [[ -n $DISPLAY ]]; then echo $HOME/.dotfiles/.config/fastfetch/logo.png; fi
|