use lucide icon font
This commit is contained in:
parent
85dbc986af
commit
b9e81a6b7d
7 changed files with 40 additions and 16 deletions
8
constants/Icons.qml
Normal file
8
constants/Icons.qml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
|
||||
Singleton {
|
||||
property string triangle: "\u{E192}"
|
||||
property string triangleDashed: "\u{E642}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue