use lucide icon font

This commit is contained in:
Benjamin Palko 2025-07-22 15:36:30 -04:00
parent 85dbc986af
commit b9e81a6b7d
7 changed files with 40 additions and 16 deletions

View file

@ -6,6 +6,9 @@ import Quickshell
Singleton {
id: root
property var lucide: FontLoader {
source: "../assets/lucide.woff"
}
property string fontFamily: "JetBrainsMono Nerd Font"
property Palette palette: Palette {}