You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can run ags -r "(await import('file://$HOME/.config/ags/lib/variables.ts')).zenable"
with ags -r "(await import('file://$HOME/.config/ags/lib/variables.ts')).toggleZenable()"
inbetween and get expected output (true or false), but the change is never reflected in the label
extra info if needed
I'm on NixOS with home-manager, and running ags outputs the following:
(com.github.Aylur.ags:538672): Gjs-Console-CRITICAL **: 13:05:32.991: net.h
adess.PowerProfiles is not available
(com.github.Aylur.ags:538672): Gjs-Console-WARNING **: 13:05:34.028: Error:
expected Pixbuf or string for icon, but got undefined
set icon@resource:///com/github/Aylur/ags/widgets/icon.js:53:26
bind/callback<@resource:///com/github/Aylur/ags/widgets/widget.js:53:30
hook/<@resource:///com/github/Aylur/ags/widgets/widget.js:43:25
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/module
s/core/overrides/GLib.js:266:34
(com.github.Aylur.ags:538672): Gjs-Console-WARNING **: 13:05:34.028: Error:
expected Pixbuf or string for icon, but got undefined
set icon@resource:///com/github/Aylur/ags/widgets/icon.js:53:26
bind/callback<@resource:///com/github/Aylur/ags/widgets/widget.js:53:30
hook/<@resource:///com/github/Aylur/ags/widgets/widget.js:43:25
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/module
s/core/overrides/GLib.js:266:34
Gjs-Console-Message: 13:05:34.173: ZenIndicator update: false
Gjs-Console-Message: 13:05:34.189: ZenIndicator update: false
(com.github.Aylur.ags:538672): GLib-GObject-CRITICAL **: 13:05:34.409: valu
e "-0,070000" of type'gdouble' is invalid or out of range for property 'value' of type'gdouble'
(com.github.Aylur.ags:538672): GLib-GObject-CRITICAL **: 13:05:34.409: valu
e "-0,070000" of type'gdouble' is invalid or out of range for property 'value' of type'gdouble'
(com.github.Aylur.ags:538672): GLib-GObject-CRITICAL **: 13:05:34.409: valu
e "-0,070000" of type'gdouble' is invalid or out of range for property 'value' of type'gdouble'
(com.github.Aylur.ags:538672): GLib-GObject-CRITICAL **: 13:05:34.413: valu
e "-0,070000" of type'gdouble' is invalid or out of range for property 'value' of type'gdouble'
(com.github.Aylur.ags:538672): GLib-GObject-CRITICAL **: 13:05:34.413: valu
e "-0,070000" of type'gdouble' is invalid or out of range for property 'value' of type'gdouble'
(com.github.Aylur.ags:538672): GLib-GObject-CRITICAL **: 13:05:34.413: valu
e "-0,070000" of type'gdouble' is invalid or out of range for property 'value' of type'gdouble'
The text was updated successfully, but these errors were encountered:
I have this in the SystemIndicators file:
And in vavriables.ts:
I can run
ags -r "(await import('file://$HOME/.config/ags/lib/variables.ts')).zenable"
with
ags -r "(await import('file://$HOME/.config/ags/lib/variables.ts')).toggleZenable()"
inbetween and get expected output (true or false), but the change is never reflected in the label
extra info if needed
I'm on NixOS with home-manager, and running ags outputs the following:
The text was updated successfully, but these errors were encountered: