diff --git a/.config/fish/myFunctions/alias.fish b/.config/fish/functions/alias.fish similarity index 100% rename from .config/fish/myFunctions/alias.fish rename to .config/fish/functions/alias.fish diff --git a/.config/fish/myFunctions/dotfiles.fish b/.config/fish/functions/dotfiles.fish similarity index 100% rename from .config/fish/myFunctions/dotfiles.fish rename to .config/fish/functions/dotfiles.fish diff --git a/.config/fish/functions/weather.fish b/.config/fish/functions/weather.fish new file mode 100644 index 0000000..b5dbbac --- /dev/null +++ b/.config/fish/functions/weather.fish @@ -0,0 +1,3 @@ +function weather --description="Get weather for a given city" + curl wttr.in/$argv +end diff --git a/.config/fish/myFunctions/wgetbb.fish b/.config/fish/functions/wgetbb.fish similarity index 100% rename from .config/fish/myFunctions/wgetbb.fish rename to .config/fish/functions/wgetbb.fish diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index bb1d9f2..947cba5 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -40,7 +40,7 @@ offset-y = 0.7% ;radius = 8 modules-left = i3 sep title -modules-center = date dot time dot weather +modules-center = date dot time modules-right = cpu dot gpu dot memory dot backlight dot pulseaudio sep filesystem sep battery background = ${colors.base}