mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36: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
|
|
}
|