diff options
| author | Josh Rahm <rahm@google.com> | 2021-11-05 09:57:13 -0600 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2021-11-05 09:57:13 -0600 |
| commit | f027cdb4a6975c54488a1ebe4a582b78c77e503a (patch) | |
| tree | e076a046c8070c621f0b3fd79dd5256c6a77ea7f /extras | |
| parent | 523ef127e36d91560851d912a2765fa408ce1100 (diff) | |
| parent | 6bf7c66bf222d901821a6c51ca5739e17704c953 (diff) | |
| download | rde-f027cdb4a6975c54488a1ebe4a582b78c77e503a.tar.gz rde-f027cdb4a6975c54488a1ebe4a582b78c77e503a.tar.bz2 rde-f027cdb4a6975c54488a1ebe4a582b78c77e503a.zip | |
Merge branch 'master' of github.com:jrahm/xmonad-jrahm
Diffstat (limited to 'extras')
| -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> " |