Polybar add my ip

This commit is contained in:
Przemek Grondek 2023-08-06 01:27:11 +02:00
parent f769c5b491
commit f091e52e1b

View File

@ -336,6 +336,14 @@ type = custom/script
exec = ~/.config/polybar/player-mpris-tail.py -f '{icon} {artist} - {title}' exec = ~/.config/polybar/player-mpris-tail.py -f '{icon} {artist} - {title}'
tail = true tail = true
[module/myip]
type = custom/script
exec = curl ifconfig.me 2> /dev/null
interval = 90
format-underline = #55aa55
format-prefix = "🌐 "
format-prefix-font = 2
[module/powermenu] [module/powermenu]
type = custom/menu type = custom/menu