mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Minor edits
This commit is contained in:
@@ -1,13 +1,18 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
CONKYSTYLE="01"
|
COLORSCHEME="DoomOne"
|
||||||
COLORSCHEME=$(grep "^colors = colors.*" "$HOME"/.config/qtile/config.py | cut -d '.' -f2)
|
|
||||||
|
if [[ $(systemd-detect-virt) = "none" ]]; then
|
||||||
|
echo "Not running in a Virtual Machine";
|
||||||
|
else
|
||||||
|
xrandr -s 1920x1080 || echo "Cannot set 1920x1080 resolution.";
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
lxsession &
|
lxsession &
|
||||||
picom &
|
picom &
|
||||||
/usr/bin/emacs --daemon &
|
/usr/bin/emacs --daemon &
|
||||||
killall conky
|
sleep 2 && conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conkyrc &
|
||||||
sleep 2 && conky -c "$HOME"/.config/conky/qtile/"$CONKYSTYLE"/"$COLORSCHEME".conkyrc &
|
|
||||||
copyq &
|
copyq &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
pamac-tray-icon-plasma &
|
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