dotfiles/.config/spectrwm/autostart.sh
2021-11-20 12:18:57 +01:00

19 lines
386 B
Bash
Executable File

#!/bin/bash
# Spectrwm autostart script
trayer \
--monitor primary \
--edge top \
--widthtype pixel \
--width 100 \
--heighttype pixel \
--height 18 \
--align right \
--margin 455 \
--transparent true \
--alpha 0 \
--tint 0x0F101A \
--iconspacing 3 \
--distance 1 &