Squashed commit of the following:
- updated mimes
- added mpd and rmpc
- added mpd to autostart
- removed delays from autostart
- install script for i3, i3blocks, and i3blocks config from repo
- i3
- pango font and nerd font for bar
- switched to i3blocks
- colors :3
This commit is contained in:
@@ -51,21 +51,22 @@ fi
|
||||
|
||||
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
|
||||
if [ -z "$(pgrep vesktop)" ]; then
|
||||
sleep 2s
|
||||
dbus-run-session vesktop & disown
|
||||
fi
|
||||
|
||||
if [ -z "$(pgrep gajim)" ]; then
|
||||
sleep 2s
|
||||
gajim & disown
|
||||
fi
|
||||
|
||||
if [ -z "$(pgrep steam)" ]; then
|
||||
sleep 3s
|
||||
steam & disown
|
||||
fi
|
||||
|
||||
if [ -z "$(pgrep mumble)" ]; then
|
||||
mumble & disown
|
||||
fi
|
||||
|
||||
if [ -z "$(pgrep mpd)" ]; then
|
||||
mpd & disown
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user