mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
9 lines
118 B
QML
9 lines
118 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
|
|
Singleton {
|
|
property int itemWidth: 103
|
|
property int sidebarWidth: 200
|
|
}
|