Renaming qtile conky's for DTOS.

This commit is contained in:
Derek Taylor
2023-08-15 11:53:04 -05:00
parent a74b3795e3
commit 72dda64086
11 changed files with 13 additions and 32 deletions

View File

@@ -1,11 +1,12 @@
#!/usr/bin/env bash
COLORSCHEME="doom-one"
CONKYSTYLE="01"
COLORSCHEME=$(grep "^colors = colors.*" "$HOME"/.config/qtile/config.py | cut -d '.' -f2)
lxsession &
picom &
/usr/bin/emacs --daemon &
sleep 3 && conky -c "$HOME"/.config/conky/qtile/"$COLORSCHEME"-01.conkyrc &
sleep 3 && conky -c "$HOME"/.config/conky/qtile/"$CONKYSTYLE"/"$COLORSCHEME".conkyrc &
copyq &
nm-applet &
pamac-tray-icon-plasma &