Browse Source

- lcd4linux: small color changes in default config

master
vanhofen 7 years ago
parent
commit
1a86628e4b
  1. 22
      archive-imagefiles/lcd4linux/etc/lcd4linux.conf

22
archive-imagefiles/lcd4linux/etc/lcd4linux.conf

@ -224,7 +224,7 @@ Widget TIME {
align 'L'
width 5
update 5000
foreground '808080'
foreground '9E9E9E'
}
Widget TIME_d-box2 {
@ -246,7 +246,7 @@ Widget CPU {
align 'R'
width 11
update 1000
foreground '808080'
foreground '9E9E9E'
}
Widget CPU_BAR {
@ -257,7 +257,7 @@ Widget CPU_BAR {
length 17
style 'H'
update 500
foreground '808080'
foreground '9E9E9E'
}
Widget RAM {
@ -269,7 +269,7 @@ Widget RAM {
align 'R'
width 11
update 1000
foreground '808080'
foreground '9E9E9E'
}
Widget MTD {
@ -281,7 +281,7 @@ Widget MTD {
align 'R'
width 11
update 1000
foreground '808080'
foreground '9E9E9E'
}
# --- general mode-icons --- #
@ -627,12 +627,12 @@ Variables {
FCLOCK '/var/etc/.lcd-clock_a'
# color for layout "d-box2" {
#DBOX2COL 'f50204' # red
#DBOX2COL '509701' # green
#DBOX2COL '3763eb' # blue
DBOX2COL 'f0f5f5' # white
#DBOX2COL 'e6e628' # yellow
#DBOX2COL 'dc1ea0' # pink
#DBOX2COL 'F44336' # red
#DBOX2COL '4CAF50' # green
#DBOX2COL '3F51B5' # blue
DBOX2COL 'F5F5F5' # white
#DBOX2COL 'FFEB3B' # yellow
#DBOX2COL 'E91E63' # pink
# }
}

Loading…
Cancel
Save