diff options
author | Mustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com> | 2021-02-02 02:23:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 02:23:37 +0300 |
commit | 303808ea191f4c8d047c14a77a1bd322d4dcc081 (patch) | |
tree | 7496e0b92c754eafe734d6e10a9300c3d4fc00bb /rsblocks.yml | |
parent | 6c0dfddead48e603826fbf637fe51f02e8320223 (diff) |
showing current public ip address (#43)
Diffstat (limited to 'rsblocks.yml')
-rw-r--r-- | rsblocks.yml | 61 |
1 files changed, 38 insertions, 23 deletions
diff --git a/rsblocks.yml b/rsblocks.yml index d5981ff..d0918cc 100644 --- a/rsblocks.yml +++ b/rsblocks.yml @@ -6,9 +6,24 @@ seperator: '┃' # Time always running, no enabled option for this time: - icon: '' - format: '%d %b, %I:%M:%S %p' delay: 1.0 + format: '%d %b, %I:%M:%S %p' + icon: '' + + +# public ip address +pub_ip: + delay: 120.0 + enabled: true + icon: '' + + +# ethernet/wifi bandwith +netspeed: + enabled: false + interface: 'wlan0' + recieve_icon: '' + transmit_icon: '' # ethernet/wifi bandwith @@ -20,56 +35,56 @@ netspeed: memory: - icon: '▦' - enabled: true delay: 2.0 + enabled: true + icon: '▦' disk: - icon: '' - enabled: true delay: 120.0 + enabled: true + icon: '' battery: - icon: '' + delay: 120.0 enabled: false + icon: '' source: 'BAT0' - delay: 120.0 cpu_temperature: - icon: '' - enabled: true delay: 120.0 + enabled: true + icon: '' # cpu load average loadavg: - icon: '' - enabled: false delay: 2.0 + enabled: false + icon: '' mpd: - icon: '' + delay: 5.0 + enabled: false host: '127.0.0.1' + icon: '' port: '6600' - enabled: false - delay: 5.0 volume: - icon: '' - enabled: true - delay: 0.18 card: 'PULSE' + delay: 0.18 + enabled: true + icon: '' spotify: - icon: '' - enabled: false delay: 0.5 + enabled: false + icon: '' # weather format options is available on @@ -79,8 +94,8 @@ spotify: # - if you have multiple formats and want to insert space between them use '+' instead. # - giving (city) a value is recommended. weather: - enabled: true - icon: '' city: '' - format: '%l:+%t' delay: 7200.0 # 7200 seconds = 2 hours + enabled: true + format: '%l:+%t' + icon: '' |