Polybar add my ip
This commit is contained in:
parent
f769c5b491
commit
f091e52e1b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user