blob: b33aa55f3a57435e1d7811bd7bff6df51f7ca02b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#!/bin/zsh
mpd
amixer -q set Capture mute nocap
xautolock -time 5 -locker 'slock -m "$(cowsay $(fortune))"' &
picom &
xclip &
dunst &
touch /tmp/crprices.json
$HOME/.config/qtile/cusmodules/cuswidgets/ticker_gecko.py BTC XMR DOGE &
sleep 1
$HOME/git/qtile/.venv/bin/qtile shell -c "reload_config()" &
if [ "$(date +%m)" -eq 12 ]; then
#xsnow -notrees &
$HOME/Downloads/xsnow-3.7.6/src/xsnow -notrees -nomenu -scale 40 -moon 0
fi
|