forked from Shinonome/dots-hyprland
Merge branch 'end-4:main' into keybinds-settings
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
<img src=".github/assets/illogical-impulse.svg" alt="illogical-impulse logo" style="float:left; width:400;">
|
||||
<img src="assets/illogical-impulse.svg" alt="illogical-impulse logo" style="float:left; width:400;">
|
||||
</div>
|
||||
|
||||
### illogical-impulse<sup>Quickshell</sup>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 137 KiB |
+1
-1
@@ -11,7 +11,7 @@ AndroidQuickToggleButton {
|
||||
statusText: Appearance.m3colors.darkmode ? Translation.tr("Dark") : Translation.tr("Light")
|
||||
|
||||
toggled: Appearance.m3colors.darkmode
|
||||
buttonIcon: Appearance.m3colors.darkmode ? "contrast" : "light_mode"
|
||||
buttonIcon: "contrast"
|
||||
|
||||
onClicked: event => {
|
||||
if (Appearance.m3colors.darkmode) {
|
||||
|
||||
Reference in New Issue
Block a user