move lucide to Styling

This commit is contained in:
Benjamin Palko 2025-09-05 17:22:16 -04:00
parent 9fc91a92f7
commit 467c9bc0e3
23 changed files with 91 additions and 135 deletions

View file

@ -1,6 +1,5 @@
import qs.components
import qs.config
import qs.constants
import QtQuick
import Quickshell.Hyprland
@ -9,7 +8,7 @@ StyledIconButton {
required property HyprlandWorkspace workspace
text: Icons.triangle
text: Styling.lucide.icons.triangle
font.bold: true
font.pixelSize: 17
padding: 8
@ -32,7 +31,7 @@ StyledIconButton {
when: root.workspace.active
PropertyChanges {
root {
text: Icons.triangleDashed
text: Styling.lucide.icons.triangleDashed
rotation: 180
color: root.hovered ? Theme.palette.basecontent : Theme.palette.primary
}