diff options
author | Joe <rrbo@proton.me> | 2023-02-09 11:44:37 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-09 11:44:37 +0100 |
commit | 1ece3e44999e9c98e062fc8237ae398f7f041e22 (patch) | |
tree | a6f6e9043677d405187671b49f72bd5722b14167 /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-1ece3e44999e9c98e062fc8237ae398f7f041e22.tar.gz dotfiles-bsd-1ece3e44999e9c98e062fc8237ae398f7f041e22.tar.bz2 dotfiles-bsd-1ece3e44999e9c98e062fc8237ae398f7f041e22.tar.xz dotfiles-bsd-1ece3e44999e9c98e062fc8237ae398f7f041e22.tar.zst dotfiles-bsd-1ece3e44999e9c98e062fc8237ae398f7f041e22.zip |
up
Diffstat (limited to '.config/openbox')
-rwxr-xr-x | .config/openbox/autostart | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 065acfa..fc6bee2 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -46,6 +46,11 @@ startif() { pgrep "$(basename "$1")" >/dev/null || "$@" >/dev/null 2>&1 & } +conkies() { + startif conky -d -c "$HOME"/.config/conky/conkyrc + conky -d -c "$HOME"/.config/conky/conkyrss +} + export LANG='en_US.UTF-8' startif dunst startif picom @@ -61,7 +66,7 @@ xset -dpms # else # "$HOME"/.local/bin/dscr # fi -startif conky -d -c "$HOME"/.config/conkyrc +conkies startif tint2 startif plank cd "$HOME" |