diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2021-11-04 17:41:26 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2021-11-04 17:41:26 -0600 |
| commit | 6bf7c66bf222d901821a6c51ca5739e17704c953 (patch) | |
| tree | 544ee52a4d30bdf88bb5f73450b0af293f8e9ba6 | |
| parent | ca930a42071050d46a7242a36ea244fab191097c (diff) | |
| download | rde-6bf7c66bf222d901821a6c51ca5739e17704c953.tar.gz rde-6bf7c66bf222d901821a6c51ca5739e17704c953.tar.bz2 rde-6bf7c66bf222d901821a6c51ca5739e17704c953.zip | |
Make inactive bluetooth the same color as everything else
| -rwxr-xr-x | extras/HOME/.xmonad/xmobar-bluetooth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/HOME/.xmonad/xmobar-bluetooth b/extras/HOME/.xmonad/xmobar-bluetooth index 3024cfe..30903e3 100755 --- a/extras/HOME/.xmonad/xmobar-bluetooth +++ b/extras/HOME/.xmonad/xmobar-bluetooth @@ -15,4 +15,4 @@ bluetoothctl -- info | while read line ; do fi done -exec echo "<fc=#a0a0a0></fc> <fc=#404040>│</fc> " +exec echo "<fc=#404040></fc> <fc=#404040>│</fc> " |