all repos — dotfiles @ 71108b219d7aff0cd3c844ceca73798a1aab2dd1

linux dotfiles

update rifle and i3blocks
Prithu Goswami prithugoswami524@gmail.com
Sat, 21 Dec 2019 09:33:39 +0530
commit

71108b219d7aff0cd3c844ceca73798a1aab2dd1

parent

8d840f5a83a290c1082baf019f51b0da6131cc28

2 files changed, 8 insertions(+), 3 deletions(-)

jump to
M i3blocks/configi3blocks/config

@@ -6,9 +6,13 @@

#[ping] #command=nping l #interval=persist +# [xkeyboard] +# command=echo `xkblayout-state print %s` +# interval=1 + [iface] -color=#49A2D1 +# color=#49A2D1 interval=10 command=~/.config/i3blocks/iface

@@ -57,4 +61,4 @@ [time]

markup=pango interval=1 # command=date +"%a,%d %b %Y<span foreground='#666666'>╱</span><b>%I:%M %P</b>" -command=date +"%a, %d %b <b>%I:%M %P</b>" +command=date +"%a %d %b %Y <b>%I:%M %P</b>"
M ranger/rifle.confranger/rifle.conf

@@ -141,8 +141,8 @@

#------------------------------------------- # Documents #------------------------------------------- -ext pdf, has zathura, X, flag f = zathura -- "$@" ext pdf, has llpp, X, flag f = llpp "$@" +ext pdf, has zathura, X, flag f = zathura -- "$@" ext pdf, has evince, X, flag f = evince -- "$@" ext pdf, has mupdf, X, flag f = mupdf "$@" ext pdf, has mupdf-x11,X, flag f = mupdf-x11 "$@"

@@ -173,6 +173,7 @@

#------------------------------------------- # Image Viewing: #------------------------------------------- +mime ^image, has viewnior, X, flag f = viewnior -- "$@" mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@" mime ^image/svg, has display, X, flag f = display -- "$@"