Icons: updated TablerIcons, NightLight
This commit is contained in:
parent
d39a9a85bf
commit
7ed0e894ec
2 changed files with 7 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue