AymanLyesri / hyprland-conf

An intensively worked on, and highly customized personal linux config
135 stars 6 forks source link

Suggsetions #35

Closed michaelnotjackson closed 2 weeks ago

michaelnotjackson commented 2 weeks ago
  1. Return ability to choose random wallpaper
  2. Add ability to specify package manager during installation via install.sh
AymanLyesri commented 2 weeks ago
  1. Return ability to choose random wallpaper

Going to be added in the next pull request

  1. Add ability to specify package manager during installation via install.sh

Low priority but will be added don't worry, maybe today

AymanLyesri commented 2 weeks ago
  1. Return ability to choose random wallpaper

its pushed, check it out and let me know

michaelnotjackson commented 2 weeks ago

Now ags gives this error on start and crashes:


(com.github.Aylur.ags:2490): Gjs-Console-CRITICAL **: 17:35:15.087: 1 | import { Cancellable, Subprocess } from "types/@girs/gio-2.0/gio-2.0.cjs"
                                            ^
error: Could not resolve: "types/@girs/gio-2.0/gio-2.0.cjs". Maybe you need to "bun install"?
    at /home/michael/.config/ags/widgets/Update.ts:1:41
michaelnotjackson commented 2 weeks ago

Now ags gives this error on start and crashes:


(com.github.Aylur.ags:2490): Gjs-Console-CRITICAL **: 17:35:15.087: 1 | import { Cancellable, Subprocess } from "types/@girs/gio-2.0/gio-2.0.cjs"
                                            ^
error: Could not resolve: "types/@girs/gio-2.0/gio-2.0.cjs". Maybe you need to "bun install"?
    at /home/michael/.config/ags/widgets/Update.ts:1:41

The problem here seems to be the Cancellable type. When I remove it from includes, ags starts and random wallpaper changes works fine. But battery icon is absent in this commit and ags gives this error:

(com.github.Aylur.ags:16095): Gjs-Console-WARNING **: 17:51:33.971: Error: can't assign "battery-level--10-symbolic" as icon, it is not a file nor a named icon
set icon@resource:///com/github/Aylur/ags/widgets/icon.js:45:30
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/modules/core/overrides/GLib.js:263:34
AymanLyesri commented 2 weeks ago

Now ags gives this error on start and crashes:


(com.github.Aylur.ags:2490): Gjs-Console-CRITICAL **: 17:35:15.087: 1 | import { Cancellable, Subprocess } from "types/@girs/gio-2.0/gio-2.0.cjs"
                                            ^
error: Could not resolve: "types/@girs/gio-2.0/gio-2.0.cjs". Maybe you need to "bun install"?
    at /home/michael/.config/ags/widgets/Update.ts:1:41

The problem here seems to be the Cancellable type. When I remove it from includes, ags starts and random wallpaper changes works fine. But battery icon is absent in this commit and ags gives this error:

(com.github.Aylur.ags:16095): Gjs-Console-WARNING **: 17:51:33.971: Error: can't assign "battery-level--10-symbolic" as icon, it is not a file nor a named icon
set icon@resource:///com/github/Aylur/ags/widgets/icon.js:45:30
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/modules/core/overrides/GLib.js:263:34

its been fixed