all repos — quickshell @ 30865761e689b0a29ec234f784984f91de45e8c6

A desert-witch desktop shell

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

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

Text {
  // font.pixelSize: Resources.fontsize.topbar_text
  font.pixelSize: 12
  // font.family: font_proggy.name
  font.family: font_jetbrains.name
  color: Style.fg
  renderType: Text.NativeRendering
  textFormat: Text.RichText
}