diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-25 20:14:34 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-25 20:14:34 -0400 |
commit | ce79d14b5797b9512b8078fbcf8a31b9e15108b5 (patch) | |
tree | a168d10507b994d4ad660c3eaa5721226ec0e3c1 | |
parent | 4fc8d5d2da39a88c8ccf84cc80b506f37a890e1b (diff) | |
download | configs-ce79d14b5797b9512b8078fbcf8a31b9e15108b5.tar.gz configs-ce79d14b5797b9512b8078fbcf8a31b9e15108b5.tar.xz configs-ce79d14b5797b9512b8078fbcf8a31b9e15108b5.zip |
[rc/i3gs] better spacing
Diffstat (limited to '')
-rw-r--r-- | rc.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -790,7 +790,7 @@ borders_color=#01FF70 [date] preset=DATE -command=date '+%-I:%M, %a %b %d' +command=date '+%-I:%M, %a %b %d ' title=<span weight='heavy' fgcolor='#FFDC00'> </span> borders_color=#FFDC00 separator_width=0 @@ -4906,7 +4906,7 @@ elif [ "$state" -eq 1 ]; then # Charging secs=$(dbus_send 'TimeToFull') fi -printf '%s%%%%%2dh%02dm\n' "$perc" $((secs / 3600)) $((secs % 3600 / 60)) +printf '%s%%%%%2dh%02dm \n' "$perc" $((secs / 3600)) $((secs % 3600 / 60)) #+end_src ** rofi-light |