mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 00:39:27 -05:00
refractor quick toggles data, add volume slider for waffles action center
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import QtQuick
|
||||
|
||||
Rectangle {
|
||||
property double diameter
|
||||
|
||||
implicitWidth: diameter
|
||||
implicitHeight: diameter
|
||||
radius: diameter / 2
|
||||
}
|
||||
Reference in New Issue
Block a user