From 70fcd5c9221d3d7c0a524559ca053bf74bd6c8f0 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 14 Dec 2015 20:19:50 +0100 Subject: Add terminal status bar background --- src/SettingsHandler.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/SettingsHandler.qml') diff --git a/src/SettingsHandler.qml b/src/SettingsHandler.qml index ca52198..ccc6f97 100644 --- a/src/SettingsHandler.qml +++ b/src/SettingsHandler.qml @@ -69,6 +69,7 @@ QtObject { property string overlayBackground : "black" property string overlayFontColor : "white" property string statusFontColor : "gray" + property string statusBackground : "black" } property Settings command : Settings { -- cgit v1.2.3