mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
Add FocusedApp compact mode and fix SystemTray to use IconImage
This commit is contained in:
@@ -42,6 +42,7 @@ Singleton {
|
||||
property bool showWorkspacePadding: false
|
||||
property var workspaceNameIcons: ({})
|
||||
property bool clockCompactMode: false
|
||||
property bool focusedWindowCompactMode: false
|
||||
property string clockDateFormat: "ddd d"
|
||||
property string lockDateFormat: "dddd, MMMM d"
|
||||
property int mediaSize: 1
|
||||
@@ -329,6 +330,11 @@ Singleton {
|
||||
saveSettings();
|
||||
}
|
||||
|
||||
function setFocusedWindowCompactMode(enabled) {
|
||||
focusedWindowCompactMode = enabled;
|
||||
saveSettings();
|
||||
}
|
||||
|
||||
function setClockDateFormat(format) {
|
||||
clockDateFormat = format;
|
||||
saveSettings();
|
||||
|
||||
Reference in New Issue
Block a user