From 38054017870d9b25aa84d2dfead2c98052d711e1 Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 3 Mar 2017 13:25:45 +0530 Subject: [PATCH] disable bluetooth in i3status. not bothering to fix as planning to move to polybar --- files/i3/.config/i3status/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/i3/.config/i3status/config b/files/i3/.config/i3status/config index 41c7279..38c03e1 100644 --- a/files/i3/.config/i3status/config +++ b/files/i3/.config/i3status/config @@ -15,7 +15,7 @@ general { order += "external_script cmus" order += "disk /home" order += "disk /" -order += "bluetooth" +#order += "bluetooth" #order += "weather_yahoo" #order += "run_watch DHCP" #order += "run_watch VPN"