diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-11 21:23:13 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-11 21:23:13 -0500 |
| commit | 9fd0e6575439747e179be8218b0f372fedf69dc4 (patch) | |
| tree | d78977df6eb9a46fa2462a3cbef95b62b795777f /.config | |
| parent | 40d4b3c44331d7c52ed8ffee3936eec2318f4544 (diff) | |
| download | eibhear-9fd0e6575439747e179be8218b0f372fedf69dc4.tar.gz eibhear-9fd0e6575439747e179be8218b0f372fedf69dc4.tar.zst eibhear-9fd0e6575439747e179be8218b0f372fedf69dc4.zip | |
new internet, date and help modules
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3blocks/config | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config index c5de4ed..a4ff01b 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -44,11 +44,6 @@ interval=once command=i3volume signal=10 -[iface] -label=🌐 -#instance=wlan0 -interval=10 - [battery] command=i3battery BAT1 interval=5 @@ -59,9 +54,13 @@ interval=5 [time] label=📅 -command=echo $(date '+%Y %b %d (%a) %I:%M%p') 🕓 +command=i3date interval=30 -[wifi] -command=i3wifi +[internet] +command=i3internet interval=10 + +[help] +command=i3help +interval=once |
