Added work to some shortcuts in ranger, vim for C# and soem colorchanges

This commit is contained in:
Tuan-Dat Tran
2018-08-29 21:22:24 +02:00
parent 3ea585c26a
commit c6f99af469
9 changed files with 149 additions and 114 deletions

View File

@@ -66,8 +66,12 @@ def lock_config():
lock_date_pos = '--datepos="{}:{}"'.format(date_x, date_y)
lock_date_size = '--datesize={}'.format(default_fontsize)
date = "{} {}".format(lock_date_pos, lock_date_size)
# date color
datecolor = '--datecolor=777777ff'
timecolor = '--timecolor=777777ff'
color = '{} {}'.format(datecolor, timecolor)
# done
datetime = "{} {}".format(l_time, date)
datetime = "{} {} {}".format(l_time, date, color)
# Indicator config
# Indicator inner