add storage

This commit is contained in:
Benjamin Palko 2025-07-24 10:49:40 -04:00
parent 334c48e9b4
commit 743374628a
4 changed files with 60 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import Quickshell
Singleton {
property string brickWall: "\u{E586}"
property string coffee: "\u{E09a}"
property string hardDrive: "\u{E0f1}"
property string triangle: "\u{E192}"
property string triangleDashed: "\u{E642}"
}