mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: updates, work on qs
This commit is contained in:
parent
5686454354
commit
4be1b9f090
30 changed files with 773 additions and 74 deletions
11
quickshell/Components/DistroIcon.qml
Normal file
11
quickshell/Components/DistroIcon.qml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import Quickshell
|
||||
import QtQuick
|
||||
import "root:/Helpers"
|
||||
|
||||
Image {
|
||||
id: root
|
||||
source: ThemeIcons.iconFromName("nix-snowflake", "")
|
||||
sourceSize.width: 24
|
||||
sourceSize.height: 24
|
||||
visible: true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue