mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
adjust default util button visibility
This commit is contained in:
@@ -46,10 +46,10 @@ Singleton {
|
||||
property bool alwaysShowCpu: false
|
||||
}
|
||||
property QtObject utilButtons: QtObject {
|
||||
property bool showMicToggle: true
|
||||
property bool showKeyboardToggle: true
|
||||
property bool showScreenSnip: true
|
||||
property bool showColorPicker: true
|
||||
property bool showColorPicker: false
|
||||
property bool showMicToggle: false
|
||||
property bool showKeyboardToggle: true
|
||||
}
|
||||
property QtObject workspaces: QtObject {
|
||||
property int shown: 10
|
||||
|
||||
Reference in New Issue
Block a user