diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-05-07 09:07:47 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-05-07 09:07:47 -0700 |
| commit | 87761558d932405f7cde5b4460ddfb13cc2bd06a (patch) | |
| tree | c67ac067c397b76c35d49c084b24902243dfc3d5 /.i3blocks.conf | |
| parent | a3fe42d0a5a51989f8dd0b82a61c2154b0ca64e1 (diff) | |
| download | eibhear-87761558d932405f7cde5b4460ddfb13cc2bd06a.tar.gz eibhear-87761558d932405f7cde5b4460ddfb13cc2bd06a.tar.zst eibhear-87761558d932405f7cde5b4460ddfb13cc2bd06a.zip | |
i3blocks more minimal; audio handler
Diffstat (limited to '.i3blocks.conf')
| -rw-r--r-- | .i3blocks.conf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.i3blocks.conf b/.i3blocks.conf index 0486678..a39dd88 100644 --- a/.i3blocks.conf +++ b/.i3blocks.conf @@ -5,8 +5,9 @@ markup=none [mpd] label=🎼 command=i3mpd -interval=1 +interval=once align=left +signal=11 [weather] command=i3weather @@ -15,13 +16,15 @@ interval=1800 [mail] label=📧 command=i3mail -interval=60 +interval=300 align=left +signal=12 [volume] -interval=1 +interval=once command=i3volume markup=pango +signal=10 [iface] #instance=wlan0 @@ -33,7 +36,7 @@ interval=10 interval=10 [battery] -command=acpi | cut -d " " -f3-5 | sed -e "s/,//g;s/Discharging/🔋/;s/Charging/🔌/;s/Full/⚡/;s/ 0*/ /g;s/ :/ /g" +command=acpi | cut -d " " -f3-5 | sed -e "s/,//g;s/Discharging/🔋/;s/Charging/🔌/;s/Unknown/❓/;s/Full/⚡/;s/ 0*/ /g;s/ :/ /g" interval=5 [time] |
