Try
sudo -E calamares -D8
in terminal.
New build is out.
Try
sudo -E calamares -D8
in terminal.
New build is out.
Part 2 (Just trying to make it a little bit better ):
The biggest performance update in Hyprlandâs history!
CPU idle reduced by half.
GPU usage reduced around 2-4 times.
After garuda-update (to v0.28) use
cp /etc/skel/.config/hypr/hyprland.conf .config/hypr/
Maybe make a backup from hyprland.conf before
Or change by yourself your hyprland config.
A post was split to a new topic: After rebooting, I'm stuck to a logging screen loop
fastfetch
in foot terminalI was trying to put a picture in fastfetch terminal in the place of ASCII logo , and was easy to do :
I wanted to add picture in our default config of hyprland edition which would have looked like this :
foot
as it is my favourite and kept as the default terminal for users in hyprland edition libsixel
:sudo pacman -S libsixel
.config/fish/config.fish
, scroll to bottom and change :if status --is-interactive && type -q fastfetch
fastfetch
end
to this :
if status --is-interactive && type -q fastfetch
fastfetch --logo-type sixel --logo ~/.config/photo.png
end
~/.config
(you can change your path as you wish ~/.config/foot/foot.ini
and change :font= JetbrainsMonoNL:size=10
to this :
font= JetbrainsMonoNL:size=12
Done!!!
you can choose whatever you like , but donât forget to downscale it
I wanted to make that thing to come in default but the thing is the photo I am using is a remix so I canât use it , I donât want just a simple logo in picture for fastfetch , I really liked the hacker girl photo but canât be put there.
If some have itâs own art made purely by himself similar like hacker girl which can fit there, then please post it here , as I want something different than a logo (like tech anime photo)
PS : the dimensions should be roughly around 300x500 pixels and sixels doesnât support transparent background
Good work and good to know, I thought only kitty can show pictures
By the way, there is no need to use foreign images or logos as default in Garuda Linux. We use Garuda logos for Garuda Linux .
What then each user sets on his computer, thanks to your great tutorial, is up to him. It is already done so with the ascii logos.
Thanks
Thatâs why I asked if someone wants to give his artwork which is totally made by him, than he can give here , I donât know if you count that also as foreign work .In my view that will be contribution by community .
I am ok with ASCII logo till then
Hey , everything is possible
Also see :
img2sixel
foot can show pictures with the help of sixels just they donât work properly with transparent photos.
I am missing the transparency
When almost everything is transparent in Hyprland.
Keep on dreaming
Hi Hyperland maintainers ! , since garuda hyperland gitlab is for just private contributors , i try to share an edit at least for laptops , so! the Brightness buttons in laptops does not work (i know its for mouse to adjust it) but ,there is a beautiful built in tool to do that ,so in Gitlab garuda-hyprland-settings/-/blob/main/etc/skel/.config/hypr/hyprland.conf
After adding :
bind=,XF86MonBrightnessUp,exec,brightnessctl set +5 # increase volume
bind=,XF86MonBrightnessDown,exec,brightnessctl set 5- # decrease volume
it works so good , and can be for multiple device just run
brightnessctl -l
to list devices and specify one of them . thanks for maintaining such a great project !
Button works too here,
let me check.
bind = ,232,exec,brightnessctl -c backlight set 5%-
bind = ,233,exec,brightnessctl -c backlight set +5%
You know, it is for advanced user, everyone can change it to his liking or fix bugs on their hardware. So I let the Garuda config.
You can open separate thread in Hyprland for user with same problem, if you like.
Thanks for sharing, I think I use this on i3wm
actually i share it cause i try it in two separate laptops and didnât work so i think it has something to with -c backlight
it does not work in 2 lenovo laptops so i guess that small tweak for them , sorry for make it look like its a huge problem lol
Funny, it work here in 2 lenovo laptops.
I think your solution was the default, but it didnât work for us, so it was replaced.
Constructive messages are always welcome.
BTW, please, please, no pictures from text files or terminal logs.
Thanks
Of course the community version canât wait until the release
Then you are posting in the wrong thread here.
oooh ,
I would recommend to use wev
For detecting which key is for your brightness settings , I have choosen the number(232 and 233) which is mostly represented for brightness keys .
Btw,
I tried it too, when I was making config file but didnât worked for me
And most likely they are representing same values (232 and 233)
How to turn on my keypad lights ?? Which package should i install i installed atk but nothing is working.