🔧 chore: general improvements
- save night light filter data in `userData` - better click detection in control center tiles - continue development of the native polkit agent - start night light module on shell init, drop hyprsunset scripts
This commit is contained in:
+11
-2
@@ -47,13 +47,22 @@ const generalConfigDefaults = {
|
||||
};
|
||||
|
||||
const userDataDefaults = {
|
||||
/** last default adapter */
|
||||
bluetooth_default_adapter: undefined,
|
||||
|
||||
control_center: {
|
||||
/** last default backlight */
|
||||
default_backlight: undefined
|
||||
},
|
||||
|
||||
/** last default adapter */
|
||||
bluetooth_default_adapter: undefined
|
||||
night_light: {
|
||||
/** last blue light filter temperature */
|
||||
temperature: 6000,
|
||||
/** last gamma filter value */
|
||||
gamma: 100,
|
||||
/** wheter to enable identity filters("disables" the filters) */
|
||||
identity: true
|
||||
}
|
||||
};
|
||||
|
||||
export const userData = new Config<
|
||||
|
||||
Reference in New Issue
Block a user