AhmedSaadi0 / my-hyprland-config

a Linux "rice" configuration using Hyprland and AGS. It includes multiple themes and supports Google Material 3 themes.
201 stars 21 forks source link

Nothing shows up #1

Open Jivesh-Bisht opened 6 months ago

Jivesh-Bisht commented 6 months ago

I installed a fresh install of arch linux from archinstall command with hyprland profile and pipewire. After installing i ran the command to dowload the prerequisites and then ran the code under setting up files. It all ran flawlessly then i rebooted my laptop and logged into my user using sddm to see a black screen with nothing showing. I pressed SUPER+ENTER to open up the terminal and the terminal looks like the default one but has a yellowish color scheme. I was able to run firefox using the terminal and then i ran dolphin. Dolphin had the default settings. COuld you help me and tell me what step did i missed to run the actual gui?

Jivesh-Bisht commented 6 months ago

2024-01-26-223300_hyprshot 2024-01-26-223311_hyprshot 2024-01-26-223413_hyprshot i got these working by running the copy files commands again

AhmedSaadi0 commented 6 months ago

Could you provide additional details? Execute the following commands in your terminal and share the output:

killall ags
ags
Jivesh-Bisht commented 6 months ago

ok so i got some of the stuff working, i forgor to install ags. Ags gives error



(com.github.Aylur.ags:24039): Gjs-WARNING **: 22:20:25.163: JS ERROR: Error: No property endAt on Ags_AgsCircularProgress
_init/Gtk.Widget.prototype._init@resource:///org/gnome/gjs/modules/core/overrides/Gtk.js:59:50
_init@resource:///com/github/Aylur/ags/widgets/widget.js:116:19
AgsWidget@resource:///com/github/Aylur/ags/widgets/widget.js:79:12
AgsCircularProgress@resource:///com/github/Aylur/ags/widgets/circularprogress.js:16:9
createCtor/<@resource:///com/github/Aylur/ags/widget.js:23:16
createNestedCircles@file:///home/jivesh/.config/ags/modules/components/NestedCircles.js:16:33
@file:///home/jivesh/.config/ags/modules/widgets/desktop/Circles.js:7:38
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34```
AhmedSaadi0 commented 6 months ago

To resolve the issue, install the latest version from the Git repository using the following command: yay -S aylurs-gtk-shell-git

The error you're encountering is likely due to a new property in AgsCircularProgress that hasn't been included in the version currently installed on your system. Installing the latest version should address this issue.

Jivesh-Bisht commented 6 months ago

some icons don't work and the background is still doing its weird thing ig. My screen resolution is smaller then your so it might conflict with that ig. How can i edit what comes up one the top and change the location of which it tells the weather, also how can i change the language to english

Jivesh-Bisht commented 6 months ago

image image

Jivesh-Bisht commented 6 months ago

also the keys like for changing brightness and volume don't work, how can i fix?

AhmedSaadi0 commented 6 months ago

For the icons to be visible, you need to ensure that all fonts are correctly copied. Additionally, the resolution settings are GPU-dependent, requiring proper configuration of Hyprland to align with your device. You can find detailed guidance on GPU setup at this link.

Regarding the ordering, customization is possible through configuration changes in the dot files using JavaScript. If you provide specific details about your preferences, I can guide you through the necessary adjustments.

As for language settings, I am planing to incorporate an automatic switching feature based on your device's settings. I'll be working on implementing this functionality during the upcoming week when I have some free time.

For resolution settings, you can try the following:

If nothing happens you can read Hyprland doc or search for solutions online, as this may be a common Wayland issue with Nvidia cards.

This is my file if you want to check it .Xresources

dimisc commented 3 months ago

I came across your config and it looks fantastic. Tried it on a minimal Arch install. After also installing Hyprland I can get a themed terminal (purple with ascii art) and can change workspaces and launch apps with keyboard shortcuts but that's about it. No wallpaper, no bar. Just a black empty desktop. AGS is installed. Is this only or laptops running nvidia? Should I have Hyprland installed before running your config? Apologies for hijacking the thread but did not want to start a new issue.

Running AGS from terminal gives: JS ERROR: Error: Requiring GnomeBluetooth, version 3.0: Typelib file for namespace 'GnomeBluetooth', version '3.0' not found require@resource://org/gnome/gjs/modules/esm/gi.js:16:28 @gi://GnomeBluetooth?version=3.0:3:25 _init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/overrides/GLib.js:266:34

AhmedSaadi0 commented 3 months ago

It seems the issue lies within the log output, indicating a requirement for gnome-bluetooth. To address this, you can install it using pacman:

sudo pacman -S gnome-bluetooth-3.0
# or 
sudo pacman -S gnome-bluetooth
dimisc commented 3 months ago

Thank you! It works now!

I had installed the gnome-bluetooth package but it didn’t work. Did not know there was a second package for version 3.

Thanks again.