move to workspaces to subfolder
This commit is contained in:
parent
00a46ac6ec
commit
a64381ec92
3 changed files with 4 additions and 3 deletions
17
modules/bar/components/hyprland/Workspaces.qml
Normal file
17
modules/bar/components/hyprland/Workspaces.qml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import Quickshell.Hyprland
|
||||
import "../../../../config/"
|
||||
|
||||
Row {
|
||||
id: root
|
||||
|
||||
spacing: Dimensions.workspace.spacing
|
||||
|
||||
Repeater {
|
||||
|
||||
model: Hyprland.workspaces
|
||||
|
||||
Workspace {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue