added public ip script to polybar
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
;; Created By Aditya Shakya @adi1090x
|
||||
;;
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
[module/public_ip_city]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/public_ip_city
|
||||
interval=30
|
||||
label=%output%
|
||||
|
||||
[module/mic_status]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/get_mic_status
|
||||
@@ -18,7 +24,7 @@ label=%output%
|
||||
[module/cpu_temp]
|
||||
type = custom/script
|
||||
exec = sensors | awk '/Core/ {printf "%.0f\n", $3}' | tail -n1
|
||||
interval=1
|
||||
interval=4
|
||||
label= @ %output%C
|
||||
|
||||
[module/checknetwork]
|
||||
|
||||
Reference in New Issue
Block a user