mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 20:40:24 +10:00
Adding a conky
This commit is contained in:
11
.config/conky/qtile/Mimosa/start.sh
Executable file
11
.config/conky/qtile/Mimosa/start.sh
Executable 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
|
||||
Reference in New Issue
Block a user