Files
dtos-dotfiles/.config/conky/qtile/Mimosa/start.sh
Derek Taylor ef6f204591 Adding a conky
2023-08-31 18:14:26 -05:00

12 lines
268 B
Bash
Executable File

#!/bin/bash
# This command will close all active conky
killall conky
sleep 2s
# Only the config listed below will be avtivated
# if you want to combine with another theme, write the command here
conky -c $HOME/.config/conky/Mimosa/Mimosa.conf &> /dev/null &
exit