dedup, monospace font for icons
This commit is contained in:
parent
cd45c2d9cf
commit
00838e1d64
18 changed files with 67 additions and 80 deletions
|
|
@ -2,16 +2,12 @@ import QtQuick
|
|||
import Quickshell.Io
|
||||
import "." as M
|
||||
|
||||
Text {
|
||||
M.BarIcon {
|
||||
id: root
|
||||
|
||||
property bool active: false
|
||||
|
||||
text: root.active ? "" : ""
|
||||
color: M.Theme.base05
|
||||
font.pixelSize: M.Theme.fontSize + 1
|
||||
font.family: M.Theme.fontFamily
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
icon: root.active ? "" : ""
|
||||
|
||||
Process {
|
||||
id: toggle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue