diff --git a/Commons/IconsSets/TablerIcons.qml b/Commons/IconsSets/TablerIcons.qml index d3fe29d..5c12ef4 100644 --- a/Commons/IconsSets/TablerIcons.qml +++ b/Commons/IconsSets/TablerIcons.qml @@ -32,10 +32,10 @@ Singleton { "download-speed": "download", "upload-speed": "upload", "cpu-usage": "brand-speedtest", - "cpu-temperature": "flame-filled", + "cpu-temperature": "flame", "gpu-temperature": "device-desktop", "memory": "cpu", - "performance": "gauge-filled", + "performance": "gauge", "balanced": "scale", "powersaver": "leaf", "storage": "database", @@ -48,9 +48,10 @@ Singleton { "suspend": "player-pause-filled", "nightlight-on": "moon-filled", "nightlight-off": "moon-off", - "bell": "bell-filled", + "nightlight-forced": "moon-stars", + "bell": "bell", "bell-off": "bell-off", - "keep-awake-on": "mug-filled", + "keep-awake-on": "mug", "keep-awake-off": "mug-off", "panel": "clipboard-filled", "disc": "disc-filled", @@ -92,7 +93,7 @@ Singleton { "weather-cloud-lightning": "cloud-bolt", "brightness-low": "brightness-down-filled", "brightness-high": "brightness-up-filled", - "settings-general": "tool", + "settings-general": "adjustments-horizontal", "settings-bar": "capsule-horizontal", "settings-launcher": "rocket", "settings-audio": "device-speaker", diff --git a/Modules/Bar/Widgets/NightLight.qml b/Modules/Bar/Widgets/NightLight.qml index c82e76c..9cd2e74 100644 --- a/Modules/Bar/Widgets/NightLight.qml +++ b/Modules/Bar/Widgets/NightLight.qml @@ -20,7 +20,7 @@ NIconButton { colorBorder: Color.transparent colorBorderHover: Color.transparent - icon: Settings.data.nightLight.enabled ? (Settings.data.nightLight.forced ? "alert-triangle" : "nightlight-on") : "nightlight-off" + icon: Settings.data.nightLight.enabled ? (Settings.data.nightLight.forced ? "nightlight-forced" : "nightlight-on") : "nightlight-off" tooltipText: `Night light: ${Settings.data.nightLight.enabled ? (Settings.data.nightLight.forced ? "forced." : "enabled.") : "disabled."}\nLeft click to cycle (disabled → normal → forced).\nRight click to access settings.` onClicked: { if (!Settings.data.nightLight.enabled) {