.bin
.config
audacious
autostart
conky
dconf
dsk
run
conky
conky-wttr
ipfs
kdeconnect
mate-volume-control-applet
redshift
dskrc
dunst
gtk-3.0
htop
i3
liferea
neofetch
polybar
pulse
qt5ct
rofi
syncthing-gtk
tint2
zim
compton.conf
dircolors
redshift.conf
user-dirs.dirs
user-dirs.locale
.firestarter
.ssh
.themes
.vim
.bashrc
.firestarterrc
.functions
.gitconfig
.gitmodules
.gtkrc-2.0
.inputrc
.kshrc
.profile
.vimrc
.xinitrc
.xsession
.xsessionrc
.zshrc
4 lines
148 B
Bash
Executable File
4 lines
148 B
Bash
Executable File
#! /usr/bin/env bash
|
|
source "$HOME/.location"
|
|
exec conky -c "$XDG_CONFIG_HOME/conky/conky-wttr.conf" -t "\${curl wttr.in/$LOCATION_CONKY?AQTFn 60}"
|