1
0
Fork 0
mirror of https://gitlab.com/dwt1/dotfiles.git synced 2023-02-13 20:55:19 -05:00

Minor tweaks to the config.

This commit is contained in:
Derek Taylor 2019-02-23 20:50:53 -06:00
parent b6a5022945
commit 4f6dee2c15
3 changed files with 16 additions and 14 deletions

View file

@ -38,7 +38,7 @@ opacity-rule = [ "99:name *?= 'Call'",
"95:name *?= 'nmon'", "95:name *?= 'nmon'",
"95:name *?= 'httping'", "95:name *?= 'httping'",
"95:name *?= 'xmobar'", "95:name *?= 'xmobar'",
"95:class_g *?= 'surf'", "95:class_g *?= 'surf' && name *?='suckless.org'",
"95:class_g *?= 'tabbed'", "95:class_g *?= 'tabbed'",
"95:name *?= 'newsboat'", "95:name *?= 'newsboat'",
"100:class_g = 'XTerm' && !_NET_WM_STATE@:32a", "100:class_g = 'XTerm' && !_NET_WM_STATE@:32a",

View file

@ -921,37 +921,37 @@ reverse-scroll = true
;http://fontawesome.io/cheatsheet/ ;http://fontawesome.io/cheatsheet/
;       v     ;       v    
icon-0 = 1; icon-0 = 1;
icon-1 = 2; icon-1 = 2;
icon-2 = 3; icon-2 = 3;
icon-3 = 4; icon-3 = 4;
icon-4 = 5; icon-4 = 5;
icon-5 = 6; icon-5 = 6;
icon-6 = 7; icon-6 = 7;
icon-7 = 8; icon-7 = 8;
#icon-8 = 9; #icon-8 = 9;
#icon-9 = 10; #icon-9 = 10;
icon-default = " " #icon-default = " "
format = <label-state> format = <label-state>
label-monitor = %name% label-monitor = %name%
label-active = %icon% label-active = %name%
label-active-foreground = ${colors.foreground} label-active-foreground = ${colors.foreground}
label-active-background = ${colors.background} label-active-background = ${colors.background}
label-active-underline= #6790eb label-active-underline= #6790eb
label-active-padding = 1 label-active-padding = 1
label-occupied = %icon% label-occupied = %name%
label-occupied-background = ${colors.background} label-occupied-background = ${colors.background}
label-occupied-padding = 1 label-occupied-padding = 1
label-urgent = %icon% label-urgent = %name%
label-urgent-foreground = ${colors.foreground} label-urgent-foreground = ${colors.foreground}
label-urgent-background = ${colors.alert} label-urgent-background = ${colors.alert}
label-urgent-underline = ${colors.alert} label-urgent-underline = ${colors.alert}
label-urgent-padding = 1 label-urgent-padding = 1
label-empty = %icon% label-empty = %name%
label-empty-foreground = ${colors.foreground} label-empty-foreground = ${colors.foreground}
label-empty-padding = 1 label-empty-padding = 1
format-foreground = ${colors.foreground} format-foreground = ${colors.foreground}

View file

@ -238,6 +238,8 @@ fileviewer *.[1-8] man ./%c | col -b
" Images " Images
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
\ {View in sxiv}
\ sxiv -ia %c %d &,
\ {View in imv} \ {View in imv}
\ imv -b 1D2330 -d %d &, \ imv -b 1D2330 -d %d &,
\ {View in feh} \ {View in feh}