all repos — quickshell @ 23cfe45d0da045aa3443b9bfcc4a25569bc2538d

A desert-witch desktop shell

bar/classes/BottombarIcon.qml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
//BottombarIcon.qml
import QtQuick
import Quickshell
import QtQuick.Layouts
import ".."
import "../.."

Text {
  font.pixelSize: Resources.fontsize.bottombar_icon
  color: Resources.palette.orange
  font.family: font_icon.name
}