.backup
.bin
.config
bspwm
conky
dunst
firestarter
akonadi
audiod
bar
cloud
compositor
conky
hkd
im
mpd
networkd
notifyd
polkitd
powerd
redshift
settingsd
syncthing
wallet
wallpaper
wm
htop
i3
mpd
mpv
polybar
pulse
qt5ct
rofi
skhd
sxhkd
syncthing-gtk
yabai
compton.conf
dircolors
kglobalshortcutsrc
khotkeysrc
ptgdp.conf
redshift.conf
user-dirs.dirs
user-dirs.locale
.firestarter
.local
.ssh
.vim
.wpgen
.bashrc
.functions
.gitconfig
.gitmodules
.inputrc
.joy2keyrc
.profile
.vimrc
.xinitrc
.xsessionrc
10 lines
490 B
Plaintext
Executable File
10 lines
490 B
Plaintext
Executable File
#.fsdefaults
|
|
[ -z "$DISPLAY" ]
|
|
:
|
|
# Note: the dumb sleep hack is because Conky crashes with window_type override if the WM hasn't loaded yet
|
|
# This gives the WM ample time to load up
|
|
command -v conky && [ -r "${XDG_CONFIG_HOME:-/home/salt/.config}/conky/conky-clock.conf" ] && [[ "$HOSTNAME" == "lap"* ]]
|
|
sleep 5 && conky -c "${XDG_CONFIG_HOME:-/home/salt/.config}/conky/conky-clock.conf"
|
|
command -v conky && [ -r "${XDG_CONFIG_HOME:-/home/salt/.config}/conky/conky.conf" ]
|
|
sleep 5 && conky
|