Minor edits

This commit is contained in:
Derek Taylor
2023-09-01 18:03:29 -05:00
parent f8135a5991
commit 3716deb744
74 changed files with 4911 additions and 0 deletions

11
.config/conky/qtile/04/start.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/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