all repos — quickshell @ 455b0a4f474d84f7c458adbc1d1aa2554e6082e0

A desert-witch desktop shell

bar/modules/Scale.qml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
//Scale.qml
import QtQuick
import Quickshell
import QtQuick.Layouts
import Quickshell.Services.UPower
import "../.."
import "../classes" as Class

RowLayout {
  spacing: 2
  Class.TopbarIcon {
    text: (Size.scale == 1.5) ? Icons.modules.size : ""
    font.family: font_icon.name
    anchors.centerIn: parent
  }
}