summaryrefslogtreecommitdiff
path: root/polybar/.config
diff options
context:
space:
mode:
Diffstat (limited to 'polybar/.config')
-rwxr-xr-xpolybar/.config/polybar/bt.sh2
-rwxr-xr-xpolybar/.config/polybar/config2
2 files changed, 2 insertions, 2 deletions
diff --git a/polybar/.config/polybar/bt.sh b/polybar/.config/polybar/bt.sh
index f754059..0500e67 100755
--- a/polybar/.config/polybar/bt.sh
+++ b/polybar/.config/polybar/bt.sh
@@ -17,7 +17,7 @@ bluetooth_print() {
17 if [ $counter -gt 0 ]; then 17 if [ $counter -gt 0 ]; then
18 printf ", %s" "$device_alias" 18 printf ", %s" "$device_alias"
19 else 19 else
20 printf " %s" "$device_alias" 20 printf "%s" "$device_alias"
21 fi 21 fi
22 22
23 counter=$((counter + 1)) 23 counter=$((counter + 1))
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config
index 477fa30..8d3879f 100755
--- a/polybar/.config/polybar/config
+++ b/polybar/.config/polybar/config
@@ -3,7 +3,7 @@ screenchange-reload = true
3 3
4[colors] 4[colors]
5;background = ${xrdb:background:#060808} 5;background = ${xrdb:background:#060808}
6background = #171a1f 6background = #00171a1f
7background-alt = ${xrdb:color0:#000} 7background-alt = ${xrdb:color0:#000}
8;foreground = ${xrdb:foreground:#c5c8c6} 8;foreground = ${xrdb:foreground:#c5c8c6}
9foreground = #b7b7b7 9foreground = #b7b7b7