Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
33ac629e
Commit
33ac629e
authored
Dec 26, 2025
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hyprland/quickshell: add volume percentage display to volume-osd
parent
1479aead
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
5 deletions
+19
-5
volume-osd.qml
configs/hyprland/quickshell/volume-osd.qml
+19
-5
No files found.
configs/hyprland/quickshell/volume-osd.qml
View file @
33ac629e
...
...
@@ -62,14 +62,26 @@ Scope {
RowLayout
{
anchors
{
fill
:
parent
leftMargin
:
1
0
rightMargin
:
1
0
leftMargin
:
1
5
rightMargin
:
1
5
}
spacing
:
10
Text
{
id
:
volumeText
Layout.preferredWidth
:
35
Layout.preferredHeight
:
20
text
:
Math
.
round
(
root
.
volume
*
100
)
+
"%"
color
:
"white"
font.pixelSize
:
14
font.bold
:
true
horizontalAlignment
:
Text
.
AlignRight
verticalAlignment
:
Text
.
AlignVCenter
}
Rectangle
{
Layout.fillWidth
:
true
implicitHeight
:
10
Layout.preferredHeight
:
10
radius
:
20
color
:
"#40D8E2EA"
...
...
@@ -80,8 +92,10 @@ Scope {
bottom
:
parent
.
bottom
}
implicitWidth
:
parent
.
width
*
root
.
volume
width
:
parent
.
width
*
root
.
volume
height
:
parent
.
height
radius
:
parent
.
radius
color
:
"white"
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment