all repos — quickshell @ 55b30d92682fe15ee20bd17e46c79ca21e176659

A desert-witch desktop shell

bar/modules/classes/BottombarIcon.qml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
//BottombarIcon.qml
import QtQuick
import "../../.."

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