08-31-2017, 04:47 AM
So, I did some configuration to fix battery indicator issue.
First of all install i3blocks via apt-get and config i3 file to use i3blocks as main bar.
After this, open:
And edit battery section to this one:
For sound you can do the same:
For anyone, I will strongly recommend to spend few time for videos in the start of the tread - they are easy and very helpful for i3 noobs like i'm.
I have not fix an issue with closed lid yet and still can't find a terminal command to edit brightness value, if someone know it, please share it
First of all install i3blocks via apt-get and config i3 file to use i3blocks as main bar.
After this, open:
Code:
pine64@pinebook:~$ vim ./.config/i3/i3blocks.conf
And edit battery section to this one:
Code:
[battery]
label=BAT
command=tail "/sys/class/power_supply/battery/capacity"
#label=⚡
#instance=1
interval=30
For sound you can do the same:
Code:
[volume]
label=VOL
#label=♪
instance=Master
#instance=PCM
interval=1
signal=10
command=/usr/share/i3blocks/volume 5 pulse
For anyone, I will strongly recommend to spend few time for videos in the start of the tread - they are easy and very helpful for i3 noobs like i'm.
I have not fix an issue with closed lid yet and still can't find a terminal command to edit brightness value, if someone know it, please share it