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:
parent
b6a5022945
commit
4f6dee2c15
3 changed files with 16 additions and 14 deletions
|
@ -38,7 +38,7 @@ opacity-rule = [ "99:name *?= 'Call'",
|
|||
"95:name *?= 'nmon'",
|
||||
"95:name *?= 'httping'",
|
||||
"95:name *?= 'xmobar'",
|
||||
"95:class_g *?= 'surf'",
|
||||
"95:class_g *?= 'surf' && name *?='suckless.org'",
|
||||
"95:class_g *?= 'tabbed'",
|
||||
"95:name *?= 'newsboat'",
|
||||
"100:class_g = 'XTerm' && !_NET_WM_STATE@:32a",
|
||||
|
|
|
@ -921,37 +921,37 @@ reverse-scroll = true
|
|||
;http://fontawesome.io/cheatsheet/
|
||||
; v
|
||||
|
||||
icon-0 = 1;
|
||||
icon-1 = 2;
|
||||
icon-2 = 3;
|
||||
icon-3 = 4;
|
||||
icon-4 = 5;
|
||||
icon-5 = 6;
|
||||
icon-6 = 7;
|
||||
icon-7 = 8;
|
||||
icon-0 = 1;
|
||||
icon-1 = 2;
|
||||
icon-2 = 3;
|
||||
icon-3 = 4;
|
||||
icon-4 = 5;
|
||||
icon-5 = 6;
|
||||
icon-6 = 7;
|
||||
icon-7 = 8;
|
||||
#icon-8 = 9;
|
||||
#icon-9 = 10;
|
||||
icon-default = " "
|
||||
#icon-default = " "
|
||||
format = <label-state>
|
||||
label-monitor = %name%
|
||||
|
||||
label-active = %icon%
|
||||
label-active = %name%
|
||||
label-active-foreground = ${colors.foreground}
|
||||
label-active-background = ${colors.background}
|
||||
label-active-underline= #6790eb
|
||||
label-active-padding = 1
|
||||
|
||||
label-occupied = %icon%
|
||||
label-occupied = %name%
|
||||
label-occupied-background = ${colors.background}
|
||||
label-occupied-padding = 1
|
||||
|
||||
label-urgent = %icon%
|
||||
label-urgent = %name%
|
||||
label-urgent-foreground = ${colors.foreground}
|
||||
label-urgent-background = ${colors.alert}
|
||||
label-urgent-underline = ${colors.alert}
|
||||
label-urgent-padding = 1
|
||||
|
||||
label-empty = %icon%
|
||||
label-empty = %name%
|
||||
label-empty-foreground = ${colors.foreground}
|
||||
label-empty-padding = 1
|
||||
format-foreground = ${colors.foreground}
|
||||
|
|
|
@ -238,6 +238,8 @@ fileviewer *.[1-8] man ./%c | col -b
|
|||
|
||||
" Images
|
||||
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
|
||||
\ {View in sxiv}
|
||||
\ sxiv -ia %c %d &,
|
||||
\ {View in imv}
|
||||
\ imv -b 1D2330 -d %d &,
|
||||
\ {View in feh}
|
||||
|
|
Loading…
Reference in a new issue