mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Playing with conky.
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
COLORSCHEME="DoomOne"
|
||||
|
||||
festival --tts $HOME/.config/qtile/welcome_msg &
|
||||
lxsession &
|
||||
picom &
|
||||
/usr/bin/emacs --daemon &
|
||||
conky -c $HOME/.config/conky/qtile/doom-one-01.conkyrc
|
||||
killall conky &
|
||||
sleep 3 && conky -c "$HOME"/.config/conky/qtile/"$COLORSCHEME"-01.conkyrc
|
||||
killall volumeicon &
|
||||
volumeicon &
|
||||
nm-applet &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user