forked from Shinonome/dots-hyprland
the perfect workspace indicator
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
pragma Singleton
|
||||
|
||||
Singleton {
|
||||
property QtObject bar: QtObject {
|
||||
property int workspacesShown: 10
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user