Minor edits

This commit is contained in:
Derek Taylor
2023-08-18 00:26:12 -05:00
parent 2eb9cb7643
commit c02280194f
6 changed files with 9 additions and 4 deletions

View File

@@ -1,13 +1,18 @@
#!/usr/bin/env bash
CONKYSTYLE="01"
COLORSCHEME=$(grep "^colors = colors.*" "$HOME"/.config/qtile/config.py | cut -d '.' -f2)
COLORSCHEME="DoomOne"
if [[ $(systemd-detect-virt) = "none" ]]; then
echo "Not running in a Virtual Machine";
else
xrandr -s 1920x1080 || echo "Cannot set 1920x1080 resolution.";
fi
lxsession &
picom &
/usr/bin/emacs --daemon &
killall conky
sleep 2 && conky -c "$HOME"/.config/conky/qtile/"$CONKYSTYLE"/"$COLORSCHEME".conkyrc &
sleep 2 && conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conkyrc &
copyq &
nm-applet &
pamac-tray-icon-plasma &

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B