mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 18:54:39 +10:00
Minor edits
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user