mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 10:39:04 +05:30
style: format qml files
This commit is contained in:
@@ -11,23 +11,9 @@ Singleton {
|
||||
return `${Quickshell.shellPath("modules/bar")}/${name}.qml`;
|
||||
}
|
||||
|
||||
property var left: [
|
||||
root.widget("LauncherButton"),
|
||||
root.widget("PowerProfileWidget"),
|
||||
root.widget("HomeWidget"),
|
||||
]
|
||||
property var left: [root.widget("LauncherButton"), root.widget("PowerProfileWidget"), root.widget("HomeWidget"),]
|
||||
|
||||
property var center: [
|
||||
root.widget("CavaVisualizer"),
|
||||
root.widget("Workspaces"),
|
||||
root.widget("CavaVisualizer"),
|
||||
]
|
||||
property var center: [root.widget("CavaVisualizer"), root.widget("Workspaces"), root.widget("CavaVisualizer"),]
|
||||
|
||||
property var right: [
|
||||
root.widget("AudioWidget"),
|
||||
root.widget("BatteryIndicator"),
|
||||
root.widget("SystemTrayWidget"),
|
||||
root.widget("ClockWidget"),
|
||||
root.widget("GhostButton")
|
||||
]
|
||||
property var right: [root.widget("AudioWidget"), root.widget("BatteryIndicator"), root.widget("SystemTrayWidget"), root.widget("ClockWidget"), root.widget("GhostButton")]
|
||||
}
|
||||
|
||||
@@ -5,20 +5,17 @@ import qs.ui
|
||||
import qs.services
|
||||
|
||||
RowLayout {
|
||||
BarButton {
|
||||
BarButton {
|
||||
hoverHighlight: false
|
||||
pointerCursor: false
|
||||
label: Audio.inputName
|
||||
iconSource: Audio.inputIcon
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
BarButton {
|
||||
BarButton {
|
||||
hoverHighlight: false
|
||||
pointerCursor: false
|
||||
label: Audio.outputName
|
||||
iconSource: Audio.outputIcon
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -114,4 +114,3 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user