mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 08:49:27 -05:00
show biggest app icon on workspaces, faster keybinds
This commit is contained in:
@@ -18,12 +18,16 @@ Singleton {
|
||||
}
|
||||
|
||||
property QtObject bar: QtObject {
|
||||
property int workspacesShown: 10
|
||||
property int batteryLowThreshold: 20
|
||||
property QtObject resources: QtObject {
|
||||
property bool alwaysShowSwap: true
|
||||
property bool alwaysShowCpu: false
|
||||
}
|
||||
property QtObject workspaces: QtObject {
|
||||
property int shown: 10
|
||||
property bool alwaysShowNumbers: false
|
||||
property int showNumberDelay: 150 // milliseconds
|
||||
}
|
||||
}
|
||||
|
||||
property QtObject osd: QtObject {
|
||||
|
||||
Reference in New Issue
Block a user