disable bumblebee-status for now

I like the theme better, but as of my latest system updates,
this keep failing with JSON parsing errors and I'm not sure
which module is responsible for that.
This commit is contained in:
David Todd 2021-01-11 09:49:13 -06:00
parent 423c0c7207
commit 70181b0e45
1 changed files with 29 additions and 29 deletions

View File

@ -6,35 +6,35 @@
bar { bar {
#status_command i3status -c ~/.config/i3/i3status.conf #status_command i3status -c ~/.config/i3/i3status.conf
#status_command i3blocks -c $i3_path/i3blocks.conf status_command i3blocks -c $i3_path/i3blocks.conf
status_command bumblebee-status \ # status_command bumblebee-status \
-m \ # -m \
disk:root \ # disk:root \
cpu2 \ # cpu2 \
memory \ # memory \
playerctl \ # playerctl \
title \ # title \
todo \ # todo \
ping \ # ping \
network_traffic \ # network_traffic \
date \ # date \
time \ # time \
-p \ # -p \
root.path=/ \ # root.path=/ \
root.critical="50" \ # root.critical="50" \
cpu2.layout="cpu2.cpuload cpu2.coresload" \ # cpu2.layout="cpu2.cpuload cpu2.coresload" \
cpu2.colored=1 \ # cpu2.colored=1 \
cpu2.temp_pattern="temp" \ # cpu2.temp_pattern="temp" \
todo.file="~/todo.vim" \ # todo.file="~/todo.vim" \
ping.address="1.1.1.1" \ # ping.address="1.1.1.1" \
time.format="%H:%M" \ # time.format="%H:%M" \
date.format="%a, %b %d" \ # date.format="%a, %b %d" \
-a \ # -a \
disk \ # disk \
ping \ # ping \
-t \ # -t \
iceberg-dark-powerline # iceberg-dark-powerline
#
position top position top
#mode hide #mode hide