Icons: updated TablerIcons, NightLight

This commit is contained in:
Ly-sec 2025-09-10 13:51:37 +02:00
parent d39a9a85bf
commit 7ed0e894ec
2 changed files with 7 additions and 6 deletions

View file

@ -32,10 +32,10 @@ Singleton {
"download-speed": "download", "download-speed": "download",
"upload-speed": "upload", "upload-speed": "upload",
"cpu-usage": "brand-speedtest", "cpu-usage": "brand-speedtest",
"cpu-temperature": "flame-filled", "cpu-temperature": "flame",
"gpu-temperature": "device-desktop", "gpu-temperature": "device-desktop",
"memory": "cpu", "memory": "cpu",
"performance": "gauge-filled", "performance": "gauge",
"balanced": "scale", "balanced": "scale",
"powersaver": "leaf", "powersaver": "leaf",
"storage": "database", "storage": "database",
@ -48,9 +48,10 @@ Singleton {
"suspend": "player-pause-filled", "suspend": "player-pause-filled",
"nightlight-on": "moon-filled", "nightlight-on": "moon-filled",
"nightlight-off": "moon-off", "nightlight-off": "moon-off",
"bell": "bell-filled", "nightlight-forced": "moon-stars",
"bell": "bell",
"bell-off": "bell-off", "bell-off": "bell-off",
"keep-awake-on": "mug-filled", "keep-awake-on": "mug",
"keep-awake-off": "mug-off", "keep-awake-off": "mug-off",
"panel": "clipboard-filled", "panel": "clipboard-filled",
"disc": "disc-filled", "disc": "disc-filled",
@ -92,7 +93,7 @@ Singleton {
"weather-cloud-lightning": "cloud-bolt", "weather-cloud-lightning": "cloud-bolt",
"brightness-low": "brightness-down-filled", "brightness-low": "brightness-down-filled",
"brightness-high": "brightness-up-filled", "brightness-high": "brightness-up-filled",
"settings-general": "tool", "settings-general": "adjustments-horizontal",
"settings-bar": "capsule-horizontal", "settings-bar": "capsule-horizontal",
"settings-launcher": "rocket", "settings-launcher": "rocket",
"settings-audio": "device-speaker", "settings-audio": "device-speaker",

View file

@ -20,7 +20,7 @@ NIconButton {
colorBorder: Color.transparent colorBorder: Color.transparent
colorBorderHover: 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.` 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: { onClicked: {
if (!Settings.data.nightLight.enabled) { if (!Settings.data.nightLight.enabled) {