all repos — quickshell @ b61411d099116788e39354db30935254ab49e0fa

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
 17
 18
 19
 20
//Scale.qml
import QtQuick
import Quickshell
import QtQuick.Layouts
import Quickshell.Services.UPower
import "../.."
import "../classes" as Class

RowLayout {
  spacing: 2
  Class.BotSep {
  color: Resources.palette.grey
}
  Class.BottombarIcon {
    text: " "+Size.scale
    color: Resources.palette.grey
    font.family: font_jetbrains.name
    anchors.centerIn: parent
  }
}