dialog theming
This commit is contained in:
parent
9220c64780
commit
7b1cb62958
1 changed files with 12 additions and 1 deletions
13
lib
13
lib
|
@ -17,7 +17,18 @@ baseurl=https://raw.githubusercontent.com/MatMoul/archdi-pkg/master
|
|||
cachedir=~/.cache/archdi
|
||||
|
||||
|
||||
|
||||
cat << EOF > dialog.archfi
|
||||
use_shadow = OFF
|
||||
button_label_active_color = (WHITE,BLUE,ON)
|
||||
button_label_inactive_color = (BLACK,WHITE,OFF)
|
||||
tag_color = (BLACK,WHITE,OFF)
|
||||
tag_selected_color = (WHITE,BLUE,ON)
|
||||
tag_key_color = (BLACK,WHITE,OFF)
|
||||
tag_key_selected_color = (WHITE,BLUE,ON)
|
||||
check_color = tag_color
|
||||
check_selected_color = tag_selected_color
|
||||
EOF
|
||||
export DIALOGRC="dialog.archfi"
|
||||
|
||||
|
||||
# $1: path
|
||||
|
|
Loading…
Reference in a new issue