mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
quickshell and hyprland additions
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import QtQuick
|
||||
import qs.config
|
||||
|
||||
StyledText {
|
||||
property string icon: ""
|
||||
property int fill: 0
|
||||
property int iconSize: Metrics.iconSize("large")
|
||||
|
||||
font.family: Appearance.font.family.materialIcons
|
||||
font.pixelSize: iconSize
|
||||
text: icon
|
||||
font.variableAxes: {
|
||||
"FILL": fill
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user