summaryrefslogtreecommitdiff
path: root/modules/bar
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-13 08:11:27 -0500
committerATMDA <atdma2600@gmail.com>2025-11-13 08:11:27 -0500
commit81203ba7bccdc367b03a40f492b99bfad0445bda (patch)
treee524de91720b36fbf9c46033bbe5d873dd9a2aef /modules/bar
parenttray: minor button updates to match (diff)
downloadcaelestia-shell-81203ba7bccdc367b03a40f492b99bfad0445bda.tar.gz
caelestia-shell-81203ba7bccdc367b03a40f492b99bfad0445bda.tar.bz2
caelestia-shell-81203ba7bccdc367b03a40f492b99bfad0445bda.zip
tray: changed settings icon in button
Diffstat (limited to 'modules/bar')
-rw-r--r--modules/bar/popouts/Audio.qml2
-rw-r--r--modules/bar/popouts/Bluetooth.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/bar/popouts/Audio.qml b/modules/bar/popouts/Audio.qml
index 827f868..20e98e5 100644
--- a/modules/bar/popouts/Audio.qml
+++ b/modules/bar/popouts/Audio.qml
@@ -111,7 +111,7 @@ Item {
color: Colours.palette.m3primaryContainer
onColor: Colours.palette.m3onPrimaryContainer
text: qsTr("Open Settings")
- icon: "chevron_right"
+ icon: "settings"
onClicked: {
root.wrapper.detach("audio");
diff --git a/modules/bar/popouts/Bluetooth.qml b/modules/bar/popouts/Bluetooth.qml
index 60af466..c1f2029 100644
--- a/modules/bar/popouts/Bluetooth.qml
+++ b/modules/bar/popouts/Bluetooth.qml
@@ -171,7 +171,7 @@ ColumnLayout {
color: Colours.palette.m3primaryContainer
onColor: Colours.palette.m3onPrimaryContainer
text: qsTr("Open Settings")
- icon: "chevron_right"
+ icon: "settings"
onClicked: {
root.wrapper.detach("bluetooth");