koeqaife / hyprland-material-you

Dynamic and elegant desktop setup inspired by Material You, featuring auto-generated colors, fluid animations, and ripple effects for a cohesive, customizable user experience.
GNU General Public License v3.0
680 stars 25 forks source link

when I install via install.sh just modifies the sddm and the gtk style #135

Closed sergoloPY closed 1 week ago

sergoloPY commented 2 weeks ago

The nav bar doesn't spawns, the lateral bar doesn't spawns, the config file of hyprland (located in one folder of ~/.config/) it's the default one (I'm not sure but I suppose that the install.sh should modify the config file of hyprland) , there are no menus (just the default menu when you do SUPER + R)

koeqaife commented 2 weeks ago

try installing it again, and now code for ags is incompatible due to update. Install https://github.com/kotontrion/PKGBUILDS/blob/main/agsv1/PKGBUILD and then make link to ags ln /usr/bin/agsv1 /usr/bin/ags

sergoloPY commented 2 weeks ago

when I execute ln /usr/bin/agsv1 /usr/bin/ags I have the error ln: failed to create hard link '/usr/bin/ags': File exists.

I have installed succesfully that PKGBUILD, but the problem is not solved. When I execute main.ts for geting the bar, lateral bar and all these stuff i got several errors: `✘ [ERROR] Could not resolve "modules/cheatsheet.ts"

main.ts:14:27:
  14 │ import { cheatsheet } from "modules/cheatsheet.ts";
     │                            ~~~~~~~~~~~~~~~~~~~~~~~
     ╵                            "./modules/cheatsheet.ts"

Use the relative path "./modules/cheatsheet.ts" to reference the file "modules/cheatsheet.ts". Without the leading "./", the path "modules/cheatsheet.ts" is being interpreted as a package path instead.

✘ [ERROR] Could not resolve "modules/popups.ts"

main.ts:16:23:
  16 │ import { popups } from "modules/popups.ts";
     │                        ~~~~~~~~~~~~~~~~~~~
     ╵                        "./modules/popups.ts"

Use the relative path "./modules/popups.ts" to reference the file "modules/popups.ts". Without the leading "./", the path "modules/popups.ts" is being interpreted as a package path instead.

✘ [ERROR] Could not resolve "services/battery_warning.ts"

main.ts:17:46:
  17 │ import { start_battery_warning_service } from "services/battery_warning.ts";
     │                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     ╵                                               "./services/battery_warning.ts"

Use the relative path "./services/battery_warning.ts" to reference the file "services/battery_warning.ts". Without the leading "./", the path "services/battery_warning.ts" is being interpreted as a package path instead.

✘ [ERROR] Could not resolve "modules/calendar.ts"

main.ts:19:25:
  19 │ import { calendar } from "modules/calendar.ts";
     │                          ~~~~~~~~~~~~~~~~~~~~~
     ╵                          "./modules/calendar.ts"

Use the relative path "./modules/calendar.ts" to reference the file "modules/calendar.ts". Without the leading "./", the path "modules/calendar.ts" is being interpreted as a package path instead.

✘ [ERROR] Could not resolve "services/configuration"

main.ts:21:26:
  21 │ import configuration from "services/configuration";
     │                           ~~~~~~~~~~~~~~~~~~~~~~~~
     ╵                           "./services/configuration"

Use the relative path "./services/configuration" to reference the file "services/configuration.ts". Without the leading "./", the path "services/configuration" is being interpreted as a package path instead.

✘ [ERROR] Could not resolve "variables"

main.ts:22:40:
  22 │ import { custom_theme, ThemeJson } from "variables";
     │                                         ~~~~~~~~~~~
     ╵                                         "./variables"

Use the relative path "./variables" to reference the file "variables.ts". Without the leading "./", the path "variables" is being interpreted as a package path instead.

✘ [ERROR] Could not resolve "icons.ts"

modules/audio.ts:5:29:
  5 │ import { MaterialIcon } from "icons.ts";
    ╵                              ~~~~~~~~~~

You can mark the path "icons.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons.ts"

modules/sideleft/main.ts:5:29:
  5 │ import { MaterialIcon } from "icons.ts";
    ╵                              ~~~~~~~~~~

You can mark the path "icons.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons.ts"

modules/sideright/navigation.ts:7:29:
  7 │ import { MaterialIcon } from "icons.ts";
    ╵                              ~~~~~~~~~~

You can mark the path "icons.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons"

modules/sideright/buttons.ts:3:29:
  3 │ import { MaterialIcon } from "icons";
    ╵                              ~~~~~~~

You can mark the path "icons" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons"

modules/cliphist.ts:6:29:
  6 │ import { MaterialIcon } from "icons";
    ╵                              ~~~~~~~

You can mark the path "icons" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons"

modules/notificationPopups.ts:10:29:
  10 │ import { MaterialIcon } from "icons";
     ╵                              ~~~~~~~

You can mark the path "icons" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "services/configuration.ts"

modules/sideright/navigation.ts:8:19:
  8 │ import config from "services/configuration.ts";
    ╵                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "services/configuration.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "services/configuration"

modules/sideleft/main.ts:11:19:
  11 │ import config from "services/configuration";
     ╵                    ~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "services/configuration" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "modules/notificationPopups"

modules/sideright/notifications.ts:4:49:
  4 │ import { NotificationPopups, Notification } from "modules/notificationPopups";
    ╵                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "modules/notificationPopups" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "apps/settings/main.ts"

modules/sideright/management.ts:6:29:
  6 │ import { OpenSettings } from "apps/settings/main.ts";
    ╵                              ~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "apps/settings/main.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "variables.ts"

modules/sideright/management.ts:8:51:
  8 │ import { idle_inhibitor, night_light, theme } from "variables.ts";
    ╵                                                    ~~~~~~~~~~~~~~

You can mark the path "variables.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons.ts"

modules/sideright/management.ts:9:29:
  9 │ import { MaterialIcon } from "icons.ts";
    ╵                              ~~~~~~~~~~

You can mark the path "icons.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "variables.ts"

modules/sideright/system.ts:3:86:
  3 │ ...cpu_name, kernel_name, amount_of_ram, gpu_name, cur_uptime } from "variables.ts";
    ╵                                                                      ~~~~~~~~~~~~~~

You can mark the path "variables.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "services/backlight.ts"

modules/sideright/system.ts:6:30:
  6 │ import backlight_service from "services/backlight.ts";
    ╵                               ~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "services/backlight.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "apps/settings/main.ts"

modules/bar.ts:12:29:
  12 │ import { OpenSettings } from "apps/settings/main.ts";
     ╵                              ~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "apps/settings/main.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons.js"

modules/bar.ts:19:29:
  19 │ import { MaterialIcon } from "icons.js";
     ╵                              ~~~~~~~~~~

You can mark the path "icons.js" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "services/configuration.ts"

modules/bar.ts:20:19:
  20 │ import config from "services/configuration.ts";
     ╵                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "services/configuration.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons.ts"

modules/sideleft/weather.ts:3:29:
  3 │ import { MaterialIcon } from "icons.ts";
    ╵                              ~~~~~~~~~~

You can mark the path "icons.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "services/configuration.ts"

modules/sideleft/weather.ts:6:26:
  6 │ import configuration from "services/configuration.ts";
    ╵                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "services/configuration.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "modules/sideleft/main"

modules/sideleft/applauncher.ts:7:35:
  7 │ import { WINDOW_NAME, shown } from "modules/sideleft/main";
    ╵                                    ~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "modules/sideleft/main" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons.ts"

modules/sideleft/players.ts:5:29:
  5 │ import { MaterialIcon } from "icons.ts";
    ╵                              ~~~~~~~~~~

You can mark the path "icons.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "services/gemini.ts"

modules/sideleft/gemini.ts:2:26:
  2 │ import GeminiService from "services/gemini.ts";
    ╵                           ~~~~~~~~~~~~~~~~~~~~

You can mark the path "services/gemini.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons.ts"

modules/sideleft/gemini.ts:3:29:
  3 │ import { MaterialIcon } from "icons.ts";
    ╵                              ~~~~~~~~~~

You can mark the path "icons.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "modules/misc/chat_message.ts"

modules/sideleft/gemini.ts:4:43:
  4 │ import { ChatMessage, SystemMessage } from "modules/misc/chat_message.ts";
    ╵                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "modules/misc/chat_message.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "modules/misc/md2pango.ts"

modules/sideleft/gemini.ts:5:29:
  5 │ import { markdownTest } from "modules/misc/md2pango.ts";
    ╵                              ~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "modules/misc/md2pango.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "modules/misc/textview.js"

modules/sideleft/gemini.ts:8:25:
  8 │ import { TextView } from "modules/misc/textview.js";
    ╵                          ~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "modules/misc/textview.js" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "icons.ts"

modules/sideleft/chats.ts:2:29:
  2 │ import { MaterialIcon } from "icons.ts";
    ╵                              ~~~~~~~~~~

You can mark the path "icons.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "services/chatrooms.ts"

modules/sideleft/chats.ts:6:26:
  6 │ import { chatrooms } from "services/chatrooms.ts";
    ╵                           ~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "services/chatrooms.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "modules/misc/chat_message.ts"

modules/sideleft/chats.ts:7:31:
  7 │ import { MessageContent } from "modules/misc/chat_message.ts";
    ╵                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "modules/misc/chat_message.ts" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

✘ [ERROR] Could not resolve "modules/misc/textview.js"

modules/sideleft/chats.ts:8:25:
  8 │ import { TextView } from "modules/misc/textview.js";
    ╵                          ~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "modules/misc/textview.js" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.` -------_----------------------------__-------------------------------------------------- NOTE: the keybinds of your dotfiles are working, but some of them that opens GUI elements made by typescript doesn't works (like SUPER + R)

perphaps the files that were installed via install.sh are not in the right place so typesript is not finding these files?

koeqaife commented 2 weeks ago

delete aylurs-gtk-shell and then make a link

sergoloPY commented 2 weeks ago

Ok. I deleted aylurs-gtk-shell and the link was created succesfully,when I run the project with ags it tells me that it's already running and there are no errors but I still don't have the navbar, lateral bar and these stuff. What I have to do to solve this?

koeqaife commented 1 week ago

Reboot

sergoloPY commented 1 week ago

I rebooted, rebooting does not solve the problem

koeqaife commented 1 week ago

mb install.sh didn't create links. Did you renamed material-you-hyprland folder to dotfiles? and where is it located??

sergoloPY commented 1 week ago

ok I don't know why but now it's working. Thank you!