update quickshell conf
This commit is contained in:
@ -3,7 +3,8 @@ import QtQuick
|
||||
|
||||
QtObject {
|
||||
// Core palette
|
||||
readonly property color bg: '#000000'
|
||||
readonly property color bg: '#D9000000' // bar background (semi-transparent)
|
||||
readonly property color bgPopup: '#000000' // popup background (fully opaque)
|
||||
readonly property color accent: '#9B1A1A'
|
||||
readonly property color border: '#FFFFFF'
|
||||
readonly property color text: '#FFFFFF'
|
||||
@ -12,7 +13,7 @@ QtObject {
|
||||
readonly property color progressTrack: '#333333'
|
||||
|
||||
// Shape / sizing
|
||||
readonly property int radius: 4
|
||||
readonly property int radius: 16
|
||||
readonly property int borderWidth: 2
|
||||
readonly property int enclosureMargin: 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user