widget: add filesystem widgets

This commit is contained in:
Vincent Bernat 2012-07-07 10:23:53 +02:00
parent 76e330d981
commit 89af7feb58
2 changed files with 29 additions and 0 deletions

View file

@ -12,6 +12,7 @@ if theme then
theme.bg_widget = "#00000099"
theme.fg_widget_label = "#708090"
theme.fg_widget_value = "#FFFFFF"
theme.fg_widget_value_important = "#FF2222"
theme.fg_widget_sep = "#FFFFFF"
theme.fg_widget_border = "#FFFFFF"
theme.fg_widget_clock = "#FF7F00"