removed weather from polybar, merged functions in fish
This commit is contained in:
parent
2fa36ed261
commit
7eab7e882f
5 changed files with 4 additions and 1 deletions
3
.config/fish/functions/weather.fish
Normal file
3
.config/fish/functions/weather.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function weather --description="Get weather for a given city"
|
||||
curl wttr.in/$argv
|
||||
end
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue