mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
layout indicator in top right
This commit is contained in:
@@ -416,6 +416,13 @@ Scope {
|
||||
color: rightSidebarButton.colText
|
||||
}
|
||||
}
|
||||
Label {
|
||||
Layout.rightMargin: indicatorsRowLayout.realSpacing
|
||||
text: LayoutService.currentLayout
|
||||
visible: LayoutService.currentLayout !== ""
|
||||
font.pixelSize: Appearance.font.pixelSize.larger - 3
|
||||
color: rightSidebarButton.colText
|
||||
}
|
||||
MaterialSymbol {
|
||||
Layout.rightMargin: indicatorsRowLayout.realSpacing
|
||||
text: Network.materialSymbol
|
||||
|
||||
Reference in New Issue
Block a user