Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

New Players are in town - Hyprland dotfiles.

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
16 posts • Page 1 of 1
Author
Message
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

New Players are in town - Hyprland dotfiles.

  • Quote

Post by CooSee » Tue Jun 17, 2025 11:48 pm

just beautiful !

https://www.reddit.com/r/unixporn/comme ... uickshell/

https://github.com/caelestia-dots/caelestia

https://github.com/caelestia-dots/shell

https://quickshell.outfoxxed.me/

https://github.com/AvengeMedia/DankMaterialShell

8)
Last edited by CooSee on Sat Nov 08, 2025 12:02 am, edited 2 times in total.
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
b11n
Guru
Guru
User avatar
Posts: 303
Joined: Wed Mar 26, 2003 8:15 am
Location: New Zealand

  • Quote

Post by b11n » Wed Jun 18, 2025 12:31 am

very smooth, so much cool work going on in this scene
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Mon Jun 30, 2025 11:22 pm

Heads up

there is no real concept or real documentation, atm <<< no offence to anyone !

using it on a freshly installed cachyos system - it runs ok - some lags here and there - it's getting better every day.

don't just jump on it, if you don't know what your doing.

8)
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
arran4
n00b
n00b
User avatar
Posts: 18
Joined: Fri Sep 19, 2003 2:53 pm
Location: Melbourne, Australia

  • Quote

Post by arran4 » Wed Jul 02, 2025 10:59 pm

Anyone else getting issues with the install from guru?

Code: Select all

!!! Fetched file: quickshell-0.1.0.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      369099
!!! Expected: 369915
Refetching... File renamed to '/var/cache/distfiles/quickshell-0.1.0.tar.gz._checksum_failure_.bfuzvb8r'

!!! Couldn't download 'quickshell-0.1.0.tar.gz'. Aborting.
Top
b11n
Guru
Guru
User avatar
Posts: 303
Joined: Wed Mar 26, 2003 8:15 am
Location: New Zealand

  • Quote

Post by b11n » Thu Jul 03, 2025 1:06 am

arran4 wrote:Anyone else getting issues with the install from guru?
ditto
Top
arran4
n00b
n00b
User avatar
Posts: 18
Joined: Fri Sep 19, 2003 2:53 pm
Location: Melbourne, Australia

  • Quote

Post by arran4 » Thu Jul 03, 2025 1:24 am

I think rather than regenerating the manifest I will wait til next release.
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Tue Jul 08, 2025 12:57 am

https://github.com/Axenide/Ax-Shell

this has potential - clean - runs very smooth - but, expects uwsm <<< systemd only - he'll switch to quickshell soon.

runs perfect on cachyos <<< because most install scripts are arch based.
---
manually installed QuickShell on Gentoo and tried some quickshell based dotfiles - none worked, because i still use OpenRC.
---

the only dots which works perfect on my OpenRC system is https://github.com/HyDE-Project/HyDE - his scripts are great - it works with or without uwsm.

8)
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Sun Jul 20, 2025 12:39 am

trying a fork of ax-shell https://github.com/tr1xem/hyprfabricated on my OpenRC Gentoo system, because it's beautiful and very fast without uwsm.

removed all uwsm app entries from source files - tried successfully on cachyos.

created the same user on Gentoo and copied the home/user folder. - all dependencies are installed.

login works fine - keybinds works too, but the shell doesn't start - trying manually from terminal via python ~/.config/hyperfabricated/main.py i get an OS error.

Code: Select all

Traceback (most recent call last):
  File "/home/myuser/.config/hyprfabricated/main.py", line 9, in <module>
    from config.data import (
    ...<7 lines>...
    )
  File "/home/myuser/.config/hyprfabricated/config/__init__.py", line 6, in <module>
    from .data import APP_NAME, APP_NAME_CAP, CACHE_DIR, CONFIG_FILE
  File "/home/myuser/.config/hyprfabricated/config/data.py", line 22, in <module>
    USERNAME = os.getlogin()
OSError: [Errno -2] Unknown error -2
snippet of line 9:

Code: Select all

from config.data import (
    APP_NAME,
    APP_NAME_CAP,
    CACHE_DIR,
    CONFIG_FILE,
    HOME_DIR,
    UPDATER,
    DESKTOP_WIDGETS,
)
snippet of line 6:

Code: Select all

from .data import APP_NAME, APP_NAME_CAP, CACHE_DIR, CONFIG_FILE
snippet of line 22:

Code: Select all

USERNAME = os.getlogin()
HOSTNAME = os.uname().nodename
HOME_DIR = os.path.expanduser("~")
is this a python, pygobject or glibc error?

tried even with dev-python/pygobject-3.52.3 <<< same error >>> also with ax-shell.

8)
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31985
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Sun Jul 20, 2025 2:32 pm

The command python3 -c "import os; print(os.getlogin())" works?
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Mon Jul 21, 2025 8:22 pm

thx for reply.
fedeliallalinea wrote:The command python3 -c "import os; print(os.getlogin())" works?
nope.

the weird thing is on Gentoo, while trying the following as user:
python3
Python 3.13.5 (main, Jul 16 2025, 01:17:50) [GCC 14.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
user = os.getlogin()
Traceback (most recent call last):
File "<python-input-6>", line 1, in <module>
user = os.getlogin()
OSError: [Errno -2] Unknown error -2

on cachyos it works

Code: Select all

python3
Python 3.13.5 (main, Jun 21 2025, 15:00:31) [GCC 15.1.1 20250425] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> user = os.getlogin()
>>> print(user)
myuser
8)

EDIT:
os.environ works

Code: Select all

>>> import os
>>> os.environ['USER']
'myuser'
EDIT_1:

tried some settings without luck - tried to start the script with vscodium while logged in with the new user and it showed an error regarding Fabric.

i also assume that some env Variables are wrong or not set.

i give up for now - will try with freshly installed gentoo system at later time - thx again @fedeliallalinea
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
arran4
n00b
n00b
User avatar
Posts: 18
Joined: Fri Sep 19, 2003 2:53 pm
Location: Melbourne, Australia

  • Quote

Post by arran4 » Mon Jul 28, 2025 11:19 pm

arran4 wrote:I think rather than regenerating the manifest I will wait til next release.
0.2.0 builds.
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Fri Aug 08, 2025 11:25 pm

tried again successfully with updated fabric - used a fork https://github.com/tr1xem/hyprfabricated/tree/main - it showed some errors this time what or which libraries were missing, e.g. libnm, bluetooth etc.

good Error handling is not fully integrated atm, sadly.

used it for couple of days on my OpenRC System - it's very clean - everything works to my liking, but...

... nothing can beat HyDE dotfiles, imho!

Be Aware ! this is still in Alpha stage and more will come

https://github.com/S4NKALP/Modus

https://github.com/koeqaife/hyprland-material-you

https://github.com/AvengeMedia/DankMaterialShell

8)
Last edited by CooSee on Tue Sep 16, 2025 4:43 pm, edited 1 time in total.
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Sun Sep 14, 2025 8:43 pm

sadly HyDE switched to uwsm, therefore it become unusable for me, but no harm done it's just Software.

i tried many quickshell or fabric based in the last couple of weeks - now i found my favorites https://github.com/AvengeMedia/DankMaterialShell and https://github.com/noctalia-dev/noctalia-shell

very clean and stable.

8)
Last edited by CooSee on Fri Nov 07, 2025 2:39 am, edited 1 time in total.
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Wed Oct 08, 2025 5:14 pm

end-4 dotfiles install script also supports Gentoo https://github.com/end-4/dots-hyprland/ ... /README.md
As the result, now you can use ./install.sh for Gentoo.
https://github.com/end-4/dots-hyprland/discussions/997

8)

EDIT: depends heavily on KDE packages !
Last edited by CooSee on Sat Dec 06, 2025 11:31 pm, edited 1 time in total.
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Sat Dec 06, 2025 12:00 am

https://shadowdevforge.github.io/CelestialShade-Config/

different approach.

8)
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Mon Jan 19, 2026 6:16 pm

some of you maybe interested in https://github.com/MannuVilasara/qswitch >>> Easily switch between different QuickShell configurations

switch between End4, Caelestia, Noctalia-Shell, DankMaterialShell. - thanks to MannuVilasara.

no guarantee.

8)
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
Post Reply

16 posts • Page 1 of 1

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic