forked from Shinonome/dots-hyprland
bar: always show cpu usage by default
This commit is contained in:
@@ -150,7 +150,7 @@ Singleton {
|
|||||||
property bool vertical: false
|
property bool vertical: false
|
||||||
property JsonObject resources: JsonObject {
|
property JsonObject resources: JsonObject {
|
||||||
property bool alwaysShowSwap: true
|
property bool alwaysShowSwap: true
|
||||||
property bool alwaysShowCpu: false
|
property bool alwaysShowCpu: true
|
||||||
property int memoryWarningThreshold: 95
|
property int memoryWarningThreshold: 95
|
||||||
property int swapWarningThreshold: 85
|
property int swapWarningThreshold: 85
|
||||||
property int cpuWarningThreshold: 90
|
property int cpuWarningThreshold: 90
|
||||||
|
|||||||
Reference in New Issue
Block a user