Hyprland on Arch Install script -V2

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024

ความคิดเห็น • 592

  • @lordarkalix307
    @lordarkalix307 ปีที่แล้ว +57

    Hi, i finish the install and the lock screen apear but, when i launch hyprland, i got a black screen with "_"
    Any idea how i fix that?, arch still responsig if i change the session witch ctrl + alt, but hyprland only give me black screen

    • @lordarkalix307
      @lordarkalix307 ปีที่แล้ว +13

      Nvm, i fix that commenting or deleting: export = WLR_EGL_NO_MODIFIERS=1
      and my cursor come invisible, I see the lines commented below the "exports" are:
      env = LIBVA_DRIVER_NAME,nvidia
      env = XDG_SESSION_TYPE,wayland
      env = GBM_BACKEND,nvidia-drm
      env = __GLX_VENDOR_LIBRARY_NAME,nvidia
      env = WLR_NO_HARDWARE_CURSORS,1 < == this
      but if i uncomment that doesnt work, only if i comment:
      export = WLR_NO_HARDWARE_CURSORS=1

    • @lordarkalix307
      @lordarkalix307 ปีที่แล้ว +2

      and yes i use nvidia graphic card

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +12

      hello, thank you for your comment and for posting your fix, This is going to help a few others that have the same issue, I am going to pin this comment. Thank you!

    • @RaishmiYoru
      @RaishmiYoru ปีที่แล้ว +2

      ​ im also having this issue
      Black screen but no cursor
      Im on VMware and no nvidia gpu
      Is this a vm issue?

    • @trevors777
      @trevors777 ปีที่แล้ว +3

      Yeah I have a similar problem where it essentially loops through the log in. I do use an nvidia card

  • @mainniewolinsky3081
    @mainniewolinsky3081 ปีที่แล้ว +27

    What a great guide, I actually was very early adopter of Hyprland, back then it was still very buggy and not well documented, however nowadays it is the best tiling window manager for modern Wayland and your video is definitely the best guide I have ever seen on that topic! I wish the video existed back then ;)
    But really, you pretty much included all of the best practices and up-to date packages, feels like a new era for Linux and makes me excited to use it more over Windows.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +2

      Hello and thank your the kind words :) I appreciate it very much!

  • @aquilasjuca
    @aquilasjuca ปีที่แล้ว +35

    Hello I'm from Brazil. Your videos on arch Linux and Hyprland helped me install a system I always wanted. Thanks for sharing your knowledge ❤.

    • @alastor--radiodemon7556
      @alastor--radiodemon7556 ปีที่แล้ว +5

      Hello from Brazil I'm dad

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +4

      Hello :) thank you for the comment, I am very glad to hear this :)

    • @ze4849
      @ze4849 ปีที่แล้ว +2

      Another brazilian here! Very good video indeed

  • @brandonwilliams3565
    @brandonwilliams3565 ปีที่แล้ว +8

    You are seriously my hero. I've been tinkering with this setup all day and I've seriously never loved a setup more.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello and thank you for the kind words, glad you're enjoying the config :) Thank you for watching!

  • @DavidHaras
    @DavidHaras ปีที่แล้ว +5

    Installed today, have to say worked a treat thank you for the work you have put in. I look forward to using the setup and tweaking it,

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +2

      Hello, thank you for the comment. Glad to hear the script worked for you, enjoy! :)

  • @xllvr
    @xllvr ปีที่แล้ว +4

    Got recommended this video by chance and though I can't use a TWM because of work this is a VERY well put together explanation. Well done

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Thank you for the comment, I appreciate it very much :)

  • @jrabbott34
    @jrabbott34 ปีที่แล้ว +3

    Nice!! Love the tweaks man. I had V1 installed already and just ran V2 right on top. As you said, the .backups created and it overlapped nicely with the new. Thanks Sol!!!

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Awesome! glad to hear the upgrade process worked, enjoy V2! :)

  • @peppe540
    @peppe540 ปีที่แล้ว +13

    Great video, clear explanation. Really liked it. Used V1 to setup my hyprland (obviously changed some things ;-), works very well. I'll recommend your tutorial to anyone who likes to have a go at hyprland on Arch. Cannot go wrong with that. Thanks!

    • @angelnaydev5801
      @angelnaydev5801 ปีที่แล้ว +2

      same here. V2 looks even better

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Thank you for the comment and thank you for watching :) glad you enjoyed the first version and I am very happy to hear you modified it to your liking :) thanks again for the kind words and the support!

    • @peppe540
      @peppe540 ปีที่แล้ว

      @@SolDoesTech Keep up this style!. It is refreshing, no fluff, very clear. Cannot go wrong. And then your script is good as well, reliable source, anyone should be comfortable following it. Possibly you need to adjust sth again, now hyprland is in the official community repo? My tweaks were mainly the filemanager (Nemo guy here), adjusting and tweaking waybar (modules in or out etc) and using foot as terminal, azote as the wallpaper utility and nwg-look for the styling. Keep going!

  • @-joggs-
    @-joggs- ปีที่แล้ว +5

    Thanks for another great video! I installed the first version last week and now wanted to update. Almost everything went perfect upgrading. I cloned the v2 script and ran it without removing any old configs. It all went well until the script broke when trying to install the thunar-archive package (404 error). The reason for the error was that my yay package database was out of date, so i did a yay -Syu for the thunarr-archive package and ran the script again, and EVERYTHING just worked.The old settings from the v1 installed was removed, so that is great! Beautiful login page! So a fix in the script for my use case, when upgrading, could be to upgrade the yay library in the beginning . Great job once again! Looking forward to upcoming videos! Maybe more cool stuff to implement in hyprland?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello and thank you for the comment, I see an error in my logic on when I run yay -Suy in the script to account for what you just described so thank you for pointing that out! Ill update the script to execute the command at the correct point. Thanks again for reporting this to me :)

  • @mikefalls2405
    @mikefalls2405 ปีที่แล้ว +2

    Been using this as my daily driver for the past week since it dropped. So far, so good! Great work

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, thats fantastic, glad to hear you're enjoying it. Thank you for watching ! :)

  • @StephenClarkOsu
    @StephenClarkOsu ปีที่แล้ว +4

    Great tutorial! It works great for me.
    One question, how do I make kitty fully opaque? I tried setting background_opacity to 1 but it's still a bit blurred and transparent.
    Edit: it was in the hyprland conf, specifically the line
    windowrulev2 = opacity 0.8 0.8,class:^(kitty)$
    Changing those values to 1 did the trick.

  • @JoshuaMaciel
    @JoshuaMaciel ปีที่แล้ว +3

    Just followed your old video as a rough guide last night without realizing this had came out hours before I started my arch install 😂 either way they’re both great videos and going to look at some of your changes again and see if I like anything better than what I did. Thanks!

  • @recyclawps
    @recyclawps ปีที่แล้ว +2

    @SolDoesTech hey I really enjoyed using your guide. I've installed and have been using Linux for the first time, using your version of hyprland and am having a blast configuring this WM to meet my needs. I've pretty sure I have the same laptop as you (g15 513QY Amd Advantage) and I was wondering if it was possible to pass through the gpu to a windows vm using qemu?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello and thank you for the comment. I am very glad to hear you are enjoying the setup! As far as doing a pass through. Yes its possible to do and there are many videos online that show the process but since you have an Asus system and i assume you installed the asus package then you may want to checkout the guide here asus-linux.org/wiki/vfio-guide/ , thank you for watching!

  • @sulinity
    @sulinity ปีที่แล้ว +3

    How do we change the wallpaper?, i already replace it everywhere but it keeps putting the same background image

  • @kevinwakhisi7001
    @kevinwakhisi7001 ปีที่แล้ว +7

    well thats awesome ...better than the last version. I really liked the waybar config with all extra shortcuts

    • @kevinwakhisi7001
      @kevinwakhisi7001 ปีที่แล้ว +1

      Although I don't like the loading transition time when opening a window or application

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      thank you, I appreciate the comment :)

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      To make the animation a bit snappier you can updated ~/.config/hypr/hyprland.conf and on line 81 update this:
      animation = windows, 1, 10, myBezier, slide
      to:
      animation = windows, 1, 7, myBezier, slide
      See if that's a bit more to your liking :) thank you for watching!

  • @jo971000
    @jo971000 ปีที่แล้ว +6

    great guide tbh. loved the effort and dedication you put in to this video

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      thank you for the kind words, much appreciated! also, thank you for watching :)

  • @diabloget
    @diabloget ปีที่แล้ว +1

    I have a weird issue, I wonder if you have any idea of what could be causing it. When I try to run arch from my USB drive, it starts ok, but after a few seconds my whole computer restarts. Even if I don't type a single command. I disabled secure boot in my bios and also did a cpu and ram test to make sure they are not the issue. No idea of what else could be causing this issue! :C I have windows installed and OpenSuse as a second operative system in a different drive, I wanted to replace Opensuse with Arch, but seems like I cant atm because of this. I tried searching in google about this, but couldn't find anything useful D:

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello and thank you for the comment. That is an odd issue indeed and I will be honest it may be something I am not going to be able to help with directly. The only other thing I can suggest is to try EndeavourOS instead of vanilla Arch as it has a more robust installer that may get you up and running you can then try my script or look into this script by @Ja.KooLit that uses similar ideas from my script but with a different approach th-cam.com/video/sgDJnaMgtY0/w-d-xo.html

    • @diabloget
      @diabloget ปีที่แล้ว +1

      @@SolDoesTech Thanks for your time :D, and yeah, it seems very odd. I will try to ask in an Arch forum, but if not, I'll try Endeavour as you suggested. Thanks!

  • @benitoraphaelivsicat3384
    @benitoraphaelivsicat3384 2 หลายเดือนก่อน +1

    need help Upon installation and start up i got an error on my hyprland. conf
    got an error at line 99 saying master:new master does not exits
    then at line 110 special categorys first value must be the key. key for device is name

  • @jesse7631
    @jesse7631 ปีที่แล้ว +6

    Sol, have you ever thought of switching over to Paru as your AUR helper instead of Yay?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +4

      Hello, thank you for the feedback. based on so many comments I am going to have to make the switch on the next version :)

    • @DullJoker
      @DullJoker ปีที่แล้ว +1

      Hey lets jump in as another Jesse (cuz thats my name as well). I agree with the shift to paru. Eventhough the out of the box experience of yay is better imo, the development behind yay has kinda died. Rip

    • @noiamnote
      @noiamnote ปีที่แล้ว

      Isn't it the complete opposite? It says on the github repo of yay it was last updated 10 hours ago, in contrast to paru repo it states that the last commit was on 22 of jan

  • @Mikclson
    @Mikclson ปีที่แล้ว +2

    Hi guys, I tried the archinstall and it failed for me, found the fix in the arch forums. Bug with the encryption section of the script.
    Fix: when you boot into the live usb, connect to wifi/ethernet as indicated in the video and BEFORE running the script run "pacman -Sy archinstall". This will update the archinstaller script that has the fix and it should work now.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Thank you for posting this here, much appreciated!

  • @RyanSmith-lj3tq
    @RyanSmith-lj3tq ปีที่แล้ว +1

    Hey Sol, awesome video! I im not able to get chromium’s theme to follow the dark theme. It seems to be only staying on the light gtk theme.
    Also I am unable to use the keyboard keys for sound and brightness. Is that by design?
    Thanks! Keep up the great videos!

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello and thank you for the comment! So the reason the theme is now switching on chrome has to do with not setting the flags as described in 21:00 but I am seeing an issue right now with chrome (ver 112) and the latest wayland version and if you set that flag it could cause chrome from not launching. so i will not recommend to that step yest till the issue is resolved. Also the keybinding for sound, brights etc. I have left them out from this version but will have them on a few other things on the next one, had a few viewers mention that so making best effort to add that in :)

    • @RyanSmith-lj3tq
      @RyanSmith-lj3tq ปีที่แล้ว

      @@SolDoesTech Aweseome! Thanks Sol you da man. I am going to test out the Hyprv3 later today

    • @RyanSmith-lj3tq
      @RyanSmith-lj3tq ปีที่แล้ว

      ahh i see its not quite release yet. Thanks for the support and have a great day

  • @ascensionacademy3418
    @ascensionacademy3418 หลายเดือนก่อน +2

    Not currently working, when on hyprland login screen after entering password monitor goes black for few seconds then back to login screen in a loop. Any help? i have nvidia GPU and NOT using VM.

    • @TryffeliPossu
      @TryffeliPossu หลายเดือนก่อน

      I got the same problem, say if you know something to fix this

  • @paarthisafk
    @paarthisafk ปีที่แล้ว

    Cool work, man!
    I’ve been wanting to switch back to Arch for few years now. But couldn’t spare enough quality time that you need to explore and set up everything. Your script eased that for me.
    Few tweaks on top and yay! 🎉

  • @sphinxmorningstar2631
    @sphinxmorningstar2631 8 หลายเดือนก่อน +1

    Hey man it's showing failed to login has my password changed during the process ?? Somehow. Please inform. Others are welcome to pitch in

  • @joransrb
    @joransrb ปีที่แล้ว

    Hey, thanks for this, got it all setup and working. Got one question tho, I can’t change monitor resolution:-/ I have read the hyprland wiki and tried various different monitor= combinations and scalings but no changes. Do you got any suggestions or pointers? I’m on an Lenovo yoga slim 7 and with a 2880x1800 resolution

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello, glad you got things working :) do you happen to have an nvidia GPU?

    • @joransrb
      @joransrb ปีที่แล้ว

      @@SolDoesTech hey, thanks for your fast reply :) but i figured it out, im just a dumbass :P ;) made changes to the wrong .conf file, lol. All working just fine. Thanks again and keep up the good work

  • @Vashinator7
    @Vashinator7 ปีที่แล้ว +1

    Good job on these! I am working on hyprland stuff currently. Planning to put out a video about it soon.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Thank you! appreciate the kind word. Nice channel , looking forward to watching your video on Hyprland :)

  • @teyathebirb8922
    @teyathebirb8922 8 หลายเดือนก่อน +1

    Great guide, however when it tried to install Hyprland, it throws "yay: command not found".
    I think its because it's not actually installing Yay, idk what's going on with it

    • @teyathebirb8922
      @teyathebirb8922 8 หลายเดือนก่อน +1

      Additionally, swww fails to install

  • @cristopherbryansalinaszhim4961
    @cristopherbryansalinaszhim4961 ปีที่แล้ว +1

    The installation finished but when I log in on the lock screen it does not enter me anywhere. Home section and it returns me to the block screen

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, thank you for the comment. Do you have an Nvidia GPU? if so then that may be the issue. Please check out V3 th-cam.com/video/pKQ_GCYx-do/w-d-xo.html that's when Nvidia support was added and the latest V4 improved on that , V4 is here th-cam.com/video/whAi_y_LfEE/w-d-xo.html

  • @dezram
    @dezram ปีที่แล้ว +4

    Thanks for the script, It greatly simplifies the installation of hyprland))

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Thank you for the comment, its exactly why i created it so I'm happy to hear this :)

  • @Freireg1503
    @Freireg1503 7 หลายเดือนก่อน

    I've followed the V1 guide in an VM and work almost entirely, just had some issues with kitty. But now I'm confident to attempt this directly on the pc, thanks for the guide and script!

  • @easter8295
    @easter8295 7 หลายเดือนก่อน

    Super late comment, but is Hyprland supposed to have KDE or Gnome or something alongside it? My monitor has an issue unless I can modify the display settings, but Im not seeing the ability to do that here.

  • @CienciaEVoce
    @CienciaEVoce ปีที่แล้ว +1

    Thank you! I'm looking foward to change my bspwm setup to Hyperland doing a clean install and your guide it's what i was looking for!

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello and thank you for the comment. Glad to hear you would be giving this a try, hope it goes well :) Thank you for watching!

  • @walter_lesaulnier
    @walter_lesaulnier 9 หลายเดือนก่อน +1

    Great video!. Something scary I was reminded of when you blurred your wifi password- I saw a demo of an AI that could often de-blur blurred parts of images. Most blurring follows one of a few algorithms and is fairly easy for an AI to undo.

  • @axolotl84
    @axolotl84 ปีที่แล้ว +1

    Hi Sol, thanks for your guides. Absolutely brilliant. I tried installing the v2 version as per this video but got a blank screen as per the pinned comment. I couldn't find the file to fix it as per the users comments, but just wanted to say that v1 works fine on a nvidia card straight out the box (which is weird!). Thanks again for the videos and configs :)

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello and thank you for the comment, I appreciate the feedback and yes that is interesting that v1 worked but not v2.. just wondering, have you given v3 a go yet? I specifically tries to improve Nvidia support with v3 so be interested to know. Thank you for the kind words and thank you for watching!

  • @ricardo072
    @ricardo072 ปีที่แล้ว

    what application are you using to record your screen? I have been trying with simplescreenrecorder and is not working

  • @eshanchatterjee1250
    @eshanchatterjee1250 ปีที่แล้ว +1

    Hi! I am having an issue where swaylock is unlocking whatever key is pressed. Any ideas what's going on?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, thank you for the comment. The swaylock has a grace period of 2 seconds. If you want to change that to zero then you can edit ~/.config/swaylock/config and update the "grace=2" to "grace=0". That will make it that the screen locks right away. Thank you for watching :)

  • @MichaelChristoffersen
    @MichaelChristoffersen 7 หลายเดือนก่อน

    I've been using i3 for about 15 years or so. I can finally move on :) My tiny Intel NUC (i3-6100U) is rocking this Hyprland install. Many thanks :)

  • @mathguy198
    @mathguy198 ปีที่แล้ว +3

    Great tutorial discovered your v1 yesterday itself and today here's v2🥳. It seems your v1 tutorial was implemented by Chris titus and he made a video about it without giving any credits to you. Will be trying out v2 today, will be trying using artix and paru instead of arch and yay.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello and thank you for the comment. As far as Chris Titus video. If its the same one I'm thinking about then his video came before mine and before my script was on github. In fact if its the same 3 hour or 4 hour live stream on his channel then that video was the inspiration for me to write up the install script. I was working through my own Hyprland config and setup and after watching someone spend hours setting up a system I asked myself, wont it be great if there was a script that did all of that? .. ;) Thank you for trying out v1, I hope you would like v2 and thank you for watching!

    • @mathguy198
      @mathguy198 ปีที่แล้ว

      @@SolDoesTech thanks a lot for your efforts

  • @Lucy_Monostone
    @Lucy_Monostone ปีที่แล้ว +4

    Hello Sol, and thanks for the video, i just had some issues when installing Hyprland, its the keyboard layout it doesn't seem to change, i tried modifying Hyprland config files, Xorg, Vconsole, Ibus, downgrading and upgrading packages and other stuff, but none seems to work.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello, thank you for the question. If you are asking about the Keyboard layout in Hyprland then i think you are looking for the "kb_layout = us" in ~/.config/hypr/hyprland.conf it should be on line 26 hope i understood your question correctly :)

    • @Lucy_Monostone
      @Lucy_Monostone ปีที่แล้ว

      @@SolDoesTech Thanks for the reply, it was some packages conflict issues in my system.

  • @rahatamanturov1934
    @rahatamanturov1934 ปีที่แล้ว +1

    Should I use your script which installs Hyprland binary or hyprland nvidia? Btw after I used your last script it for some reason did not install rog control center on my Asus ROG Strix G513QM with RTX 3060

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello and thank you for the comment. I would recommend to use the nvidia patched version for your system. Some users had success with it. As far as things not installing with the older script, yeah its possible that things failed and the script just kept going. With the new script all output is directed to install.log in the HyprV2 folder so if things fail it should be in the log as to why. Best of luck with your install and thanks for watching!

  • @LearnWithZaman
    @LearnWithZaman ปีที่แล้ว +1

    Clock not shown, Middle of the lock and powerbutton in top bar. How to fix this.

  • @neruajaudah
    @neruajaudah 2 หลายเดือนก่อน

    wow 😍
    i just learn linux for a week, should i move to arch for using this script or i can use it on the distro i used rn?

  • @vedranpuljic7643
    @vedranpuljic7643 ปีที่แล้ว +1

    Hi, I really love what you have done with the installation script. I have one question. Have you tried screen sharing? Is it working with Slack and Google meet? Keep up the great work.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello and thank you for the comment. I was able to get obs working but i never tried Zoom, meet or Slack. lots of the items that are in the hyprland wiki about screen sharing are already setup for you so you may want to give it a try. Also check out this page here wiki.hyprland.org/FAQ/#screenshare--obs-no-worky and follow the links to learn more :)

  • @joffreybluthe7906
    @joffreybluthe7906 ปีที่แล้ว +2

    This is making me want to give it a try pretty bad 😁
    Never done an arch install to the end before but you're making it look very simple

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello and thank you for the comment! The arch team made some improvements with the archinstall script and my set-hypr script should get you all the way to Hyprland. If you have an Nvidia GPU you may want to hold off till I release V3 in the next few days. that has some fixes for nvidia GPUs. Thank you for watching!

    • @joffreybluthe7906
      @joffreybluthe7906 ปีที่แล้ว

      Thx for the additional info :)
      I don't have an Nvidia GPU but I'm gonna start playing with it in a VM anyway before wiping my drive ^^

  • @donaldwilliams6821
    @donaldwilliams6821 ปีที่แล้ว +1

    I really can't thank you enough for this video and script. I've been using ubuntu based distros for years (or debian) My main system is elemenary OS7. I like it's clean and simple GUI. But the last few days I have been using hyprland as my daily system. It's worked super well so far. If it continues this way I will be reloading my main system with ARCH. I installed ARCOlinuxXL on my other test laptop, then layered on hyprland. Had a couple minor issues with the set-hypr script. One package I had to manually install then install sddm-git over the sddm that was already installed. But so far it's working great too. ARCO has some nice tools and the calamares installer is nice also. I look forward to any of your updates. Thank you again

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello and thank you for the comment :) I appreciate the kind words and I am very glad that my script got you up and running. Thank you for reporting the various issues as it does help me re-think some of the inner working of the script so I can make it better for the future. Thanks again for the comment and thank you for watching!

    • @ykarsun
      @ykarsun 9 หลายเดือนก่อน +1

      how did you install sddm?

  • @mehdinh4986
    @mehdinh4986 ปีที่แล้ว +1

    Good video, I love it ❤️
    The part of asus in the installation not required??
    Because i have a HP laptop

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, thank you for the kind words :) you don’t have to install the asus tools, its an option and should only be used if you have an ROG laptop, thank you for watching!

  • @borisknows
    @borisknows ปีที่แล้ว +1

    Hi buddy. Great video. Subscribed and liked it after a fist view. You did great in depth explanation of your config which is amazing. Keep up the great work buddy and hope to see more of your vids in the near future 😊

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, thank you for the kind words :) I'm glad you enjoyed the video, thank you for watching!

  • @snlonline
    @snlonline ปีที่แล้ว +1

    Hello Sol thank you so much for this. I’m not sure if this question have been answered yet, how do I set my resolution? On my side it appears very big

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello thank you for the question, take a look at 23:13 in the video. I talk about editing the hyprland.conf file and i show my own monitor setup that I left in the file as a comment. Hope that gives you a good place to start , thank you for watching!

    • @snlonline
      @snlonline ปีที่แล้ว +1

      @@SolDoesTech thank you so much

  • @pseglav
    @pseglav ปีที่แล้ว +3

    Thanks for the updated guide! Questions: 1. how to change the weather region? 2. how to add celsius instead of foregate? 3. how to add a keyboard layout icon and add an additional language to us?

    • @rdzi
      @rdzi ปีที่แล้ว +1

      1. for me the weather was able to locate my location (not sure how or why) 2. in the .config/hypr/waybar/config.jsonc there are variables that you can change. 3. Can't help with this one sorry.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello thank you for the comment, ill try to address question 3 in an upcoming video as its a feature that is being requested by a few other viewers already so I hope to have an example for you soon :)

    • @pseglav
      @pseglav ปีที่แล้ว

      @@SolDoesTech tnx!! 😘😘😘

  • @MartinErman
    @MartinErman ปีที่แล้ว +1

    Great video, I'm going to try this script this weekend. Also subscribed :)

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, thank you for subscribing :) hope the script runs well for you and let em know if you have questions. Thank you for watching!

  • @ayushshukla1258
    @ayushshukla1258 ปีที่แล้ว +1

    Dude! I GOT LOCKED OUT OF MY SYSTEM. Login panel is not opening anything and can't access the bash shell.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, sorry to hear you are having issues. have you tried switching TTY? (CTRL+ALT+F4 or F5)

    • @ayushshukla1258
      @ayushshukla1258 ปีที่แล้ว

      @@SolDoesTech Hey, I am on V4, did some changes and it's running... It's Great..
      The thing is I have a 15 inch laptop and the Distros fonts and magnification is too large

  • @3y6HuK_
    @3y6HuK_ 11 หลายเดือนก่อน

    Вчера пробовал этот вариант устанавливать, но sddm не загружает систему при вводе пароля. Видеокарта Nvidia. Буду решать в чем проблема, но может у вас есть какой-нибудь совет как решить это?

  • @zaystarrrr
    @zaystarrrr 2 หลายเดือนก่อน

    the problem is, i installed hyprland and when landed on the login page, the whole screen froze, and nothing was functioning. i waited a while then decided to do a gpu reboot, and i did. and repeated the installation process again, and then it got stuck again when i entered my password and logged in. now im trying for the 3rd time, and its basically already intsalled. but idk how to find it and launch it. please help because im stressin big time here. i really really need some insight on whats going on rn.

  • @Sluggernaut
    @Sluggernaut ปีที่แล้ว

    Line 126: yay: command not found.
    How are you running chmod without sudo, first of all?
    Next, trying to follow along but I have that error from above. Of course I am saying yes when asked if I want to install yay. No idea.

  • @Kuberniccus
    @Kuberniccus หลายเดือนก่อน

    Let me understand .30 min to install hyperland?It s take 1 min to install compiz+extra on my mxlinux .omg ...

  • @Monr3d
    @Monr3d ปีที่แล้ว +1

    Not sure if I did something wrong, I followed your video to the letter for a new install, but the volume controls didn't work out of the box, "volume control" was stuck trying to connect to pulseaudio. It start working only after installing "pipewire-pulse"

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello and thank you for the comment. I appreciate the feedback, i doubt you did anything wrong its possible that something didn't work so well on your system's config. I appreciate you sharing the fix and I will keep that in mind. Thank you for watching!

  • @jesse7631
    @jesse7631 ปีที่แล้ว +1

    Great video Sol! Will this work well with a dual-monitor configuration?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello, it should work on a dual display. I use dual monitors myself so i left my config in there commented out as a reference. check out 23:36 in the video where i talk about that and give a few tips on setting it up, thank you for the question!

  • @SOHOLAB
    @SOHOLAB 24 วันที่ผ่านมา

    Thanks a lot for perfect tutorial! Everything working how it should be. Just one question, how change in custom weather temperature from F to C. Thanks

  • @tomirodriguez
    @tomirodriguez ปีที่แล้ว +1

    thank you for sharing your configurations, I really like it =)
    btw, any hints wry I'm missing the clock section? I mean it's not showing, any particular package that I missing to install?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, glad yo enjoyed the config :) as far as the clock, type locale in the prompt and see what you have for LC_TIME

    • @tomirodriguez
      @tomirodriguez ปีที่แล้ว

      @@SolDoesTech hi =)
      it's -->
      LC_TIME="en_US.UTF-8"

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      @@tomirodriguez If you are on V2 the format should read {:%I:%M %p}
      Try changing the format to this: {:%H:%M}
      you will need to logout and back in or re-launch waybar from kitty

    • @tomirodriguez
      @tomirodriguez ปีที่แล้ว

      @@SolDoesTech looks like it’s a kind of missing package, I have the v1 working fine, I install arch through the archinstall script without issue, but in other laptop I install arch in the old way without the archinstall script

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      @@tomirodriguez ah ok a hint :) yeah I am guessing locale is not fully setup, it may be a package but maybe confirm this section first wiki.archlinux.org/title/Installation_guide#Localization

  • @warnaoh
    @warnaoh ปีที่แล้ว +1

    How did you manage to place the applets (for network and bluetooth). I installed your v1 version and after watching that video I tried to take what I liked from the new waybar but my applets automatically go on the right :O

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, excellent question. These applets get executed from the hyprland.conf you can check the GitHub to see the file details but the key is these 2 lines:
      exec-once = blueman-applet # Systray app for BT
      exec-once = nm-applet --indicator # Systray app for Network/Wifi
      Also make sure you install blueman and network-manager-applet packages

    • @warnaoh
      @warnaoh ปีที่แล้ว

      @@SolDoesTech Actually I got these parts. Sorry I wasnt clear but it was about their position on the waybar but looking back at your config it seems that they appear in the "tray" so I just moved it xD. Anw thanks a lot for your videos and config files bro !
      Edit: while I'm at it just curious do you also have this error: "For a functional tray you must have libappindicator-* installed and export XDG_CURRENT_DESKTOP=Unity" when launching waybar from the terminal ?

  • @tsukkidreams
    @tsukkidreams ปีที่แล้ว +1

    When I run the script, the download process always stops because it can't install waybar-hyprland, any guesses on why that happens?
    EDIT 01: Typing yay -S waybar-hyprland installs it normally, same thing happened later with swww and using yay did the trick too
    EDIT 02: Seems that I have to install absolutely everything manually since everything after kitty is giving me an install error, getting the dependencies via yay solves the error for one but gives another for next one

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello and thank you for the comment. That is interesting, I am wondering if its a mirror issue, or maybe just a yay issue... thanks for reporting that. I appreciate the feedback!

  • @grawlixes
    @grawlixes ปีที่แล้ว

    was looking to do a clean Arch + Wayland + Hyprland install, so thank you! super helpful video.

  • @Rthabett
    @Rthabett ปีที่แล้ว +5

    Is it safe to install it on top of the old version or I need a clean arch install?

    • @ancientbrat9782
      @ancientbrat9782 ปีที่แล้ว +1

      Clean install will be the best choice to avoid bugs or any working errors

    • @finoturo9221
      @finoturo9221 ปีที่แล้ว +1

      no bugs, only config files would be new, if u chose

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello, Thank you for the question. I tested V2 install over a V1 and it worked fine for me. The script would backup the existing config folders so if you made any modifications in V1 they would not be lost. As always, please back up an important items before running the set-hypr script on an existing system just to be safe :) Thank you for watching!

    • @Rthabett
      @Rthabett ปีที่แล้ว

      @@SolDoesTech thank you u r amazing.

  • @guyld
    @guyld ปีที่แล้ว +1

    Really good in depth video, just wanted to mention that the chromium flags cause my chrome to not appear on the screen when trying to open, probably just specific to certain devices/drivers, if this happens to anyone remember to delete your user settings files which will delete your flags!

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello and thank you for the comment! I appreciate you sharing the tip here about deleting the settings to resolve the issue, thank you! also, thank you for watching :)

  • @nomanneu9978
    @nomanneu9978 ปีที่แล้ว +1

    Hey there,
    Everything is looking good, except the fact that everything is too big. It’s so big, I don’t think It’s intended to be this big. Since I am relatively new, I would be pleased to get some advice on how to shrink all things altogether. Thanks I’m advance. Have a great day.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello and thank you for the feedback, you may need to adjust your screen resolution, at about 22:46 I go over that process. Give it a shot and see if that works for you. Thank you for watching!

  • @yeetyfreety6938
    @yeetyfreety6938 ปีที่แล้ว

    Install worked right up until "Hello Hyprland", when I type in the password the screen just flashes black and resets itself.

  • @fredstix7584
    @fredstix7584 ปีที่แล้ว +1

    Hi Sol, thanks for this tutorial, I just have one issue, once I start hyprland and I type in my username and password and hit enter, the screen goes blank for a second and the I am back at the login screen, my password is correct, any thoughts what could cause this?
    Thanks!

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      hello and thank you for the feedback. I had a few users report this scenario and there are multiple reasons this can happen. I would highly recommend as first step to try the V3 of this first as it has more support and improvements to the install process (v4 coming soon as well :) ) here is the link to a video and info th-cam.com/video/pKQ_GCYx-do/w-d-xo.html let me know if that helped at all. Thank you for watching!

    • @fredstix7584
      @fredstix7584 ปีที่แล้ว

      @@SolDoesTech Thanks for the reply, I appreciate it. I am happy to say that V3 runs perfectly on my system, I installed it today. Thanks for all your efforts, keep it up!

  • @PhrozenN
    @PhrozenN ปีที่แล้ว +2

    Thank you so much for the script. Having trouble installing fuse3, getting a 404 from the repo

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, sorry to hear you are getting an error try to run this:
      yay -Suy
      After that try the install again and see if that fixed the issue.

    • @PhrozenN
      @PhrozenN ปีที่แล้ว

      @@SolDoesTech I fixed it, somehow my mirrorlist got borked. Btw, there are a few symlinks in the config that reference ~/sol/.config/ that I had to fix. Now I just have to figure out how to switch the weather plugin to ⁰C and change the location 😅

  • @xvlyn
    @xvlyn ปีที่แล้ว +1

    Amazing! Great job with HyprV2! I only have one question, what should we do so this can run under VirtualBox? [The Log In Screen I loved it!!]

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, thank you for the kind words :) so to run it in a VM the key is to make sure 3D acceleration is working and that he hyprland is running in a high enough resolution. but even with all that there is no guarantee. Maybe when the Hyprland project is a bit more mature and wayland is a bit better supported . Thank you again for the comment and thank you for watching!

  • @Little-bird-told-me
    @Little-bird-told-me ปีที่แล้ว +2

    Great job 👏. How did. You create the installation script. Could you please make a video on that? Do we need to know Python ?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello, and thank you for the question. The install script itself is a shell script, I may do a video explaining the script in the future. Thank you for watching :)

    • @Little-bird-told-me
      @Little-bird-told-me ปีที่แล้ว +2

      @SolDoesTech Many thanks Sol. 👍

  • @krzyczak
    @krzyczak ปีที่แล้ว

    Weirdly enough, my installation failed with loads of errors. I rebooted the whole thing and started again - this time without running the `pacman-key` commands. Everything went smoothly then.

  • @matthewrease2376
    @matthewrease2376 ปีที่แล้ว

    I can't for the life of me, get my external monitors to work. They work fine on the sddm login screen, but not within Hyprland, and I don't even know if it's an issue with Hyprland, or, more likely, wlroots...

  • @xPlayer.666
    @xPlayer.666 5 วันที่ผ่านมา

    can this be install on laptop that have no gpu ? maybe intel hd graphics somehow ?
    edited : the answer is Yes and what a surprise it work smooth like diddy oil and with v2 i got new_is_status error then i just change to new_status=master

  • @mrkeeper2
    @mrkeeper2 ปีที่แล้ว +1

    Do you think you can make a script for HyprWm?

  • @MushishiYoki
    @MushishiYoki 6 หลายเดือนก่อน

    Love this version. Thanks, hopefully this version will continue to be updated.

  • @StevenQR
    @StevenQR ปีที่แล้ว +1

    Hi, I had an error where I got a black screen after logout, I solved it by deleting the xf86-video-intel package, if someone has the same problem and has the package installed, it is very likely that it will solve it.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello and thank you for sharing your fix! I just purchased a laptop with an RTX3050 so I can better test my script agains nvidia GPU and write a solution so ill defiantly give your fix a try! Thank you!

  • @etterathe
    @etterathe ปีที่แล้ว

    Hey, for starters thank you for your work - its beautiful and really easy setup. I have one question, how much ram does it take?

  • @cyberguy5079
    @cyberguy5079 ปีที่แล้ว +1

    How did you convert Kitty's terminal prompt to the classic one at 27:42?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, good eye :) this wasn't anything intentional I had done, kitty failed to load the starship shell this time.

  • @PortalGeek
    @PortalGeek ปีที่แล้ว +1

    Great job Sol! It is running nice on my lenovo. A clipBoard widget in the panel would be great, so we can have access to things we copy and paste, we are developers you know kkkkk. Thanks man.

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello and thank you for the feedback, not a bad idea ill see about getting that in :)

  • @adityasilwal7069
    @adityasilwal7069 ปีที่แล้ว +2

    Simply beautiful! The script doesn't auto detect the correct resolution though. Have to tweak the hyprland config... Apart from that, absolutely gorgeous!

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello, thank you for the comment. Yes you are 100% correct since the conf file is using the default "preferred" settings so it may not pickup the correct resolution. I know you managed to update the conf but for anyone else reading this the tip to get this working is at 21:46 in the video. Thank you for watching :)

  • @huysadness
    @huysadness ปีที่แล้ว

    bro, how to improve the image quality on arch hyprland? I opened discord but the picture quality is quite lackluster

  • @vscythe_
    @vscythe_ ปีที่แล้ว

    hiii!!! I installed this version of your script (amazing btw) but the temperature module doesn't show up!!! idk how can I make it appear. Can u help me?

  • @julianstephen1303
    @julianstephen1303 ปีที่แล้ว

    Everything is soo damn perfect my only exception would be getting waydroid to work tho..when attempting to launch it goes into a blackscreen...could it be something in the configs?

  • @phantomofficial
    @phantomofficial ปีที่แล้ว

    "fail to innit libxfconf cannot autolaunch D bus with X11 display$"
    How can I tackle this problem

  • @GabrielM01
    @GabrielM01 ปีที่แล้ว +1

    why did i found this right after installing v1? is there a way to update?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, if you just installed V1 then upgrading to V2 is indeed possible. Just download the new script and execute in the same fashion as the V1. The V2 video does talk about the improvements so it should be a smooth process to upgrade. Please if you can reply back to me with your feedback :)

    • @GabrielM01
      @GabrielM01 ปีที่แล้ว

      @@SolDoesTech i will give it a try, thanks

    • @GabrielM01
      @GabrielM01 ปีที่แล้ว

      @@SolDoesTech Update: installed the V2 on top of the V1 and it worked perfectly, i just wish there was more feedback on the compiling proccess, because when installing swww i thought it was stuck so i installed it with yay outside the script and then reran it

  • @alexliaskos
    @alexliaskos 8 หลายเดือนก่อน

    Awesome work!!!
    I still have the v1, as I don't mind for gpu support. I really like though the ram and cpu usage on the top left.
    Could you guide me on how to add this to v1??
    Also how do I install v2/3/4 if I already have v1??

  • @t4imz
    @t4imz 2 หลายเดือนก่อน

    what if I already installed the first version can I just "reinstall"?

  • @electricz3045
    @electricz3045 ปีที่แล้ว +2

    Is it possible to install it on top on an existing arch linux Wayland kde installation?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello, you should be able to install on top of an existing kde but please note that sddm would get updated to the -git version, i shouldn't cause an impact but just keep that in mind. Also it would change the sddm background after install. If you want to make sure that nothing gets touched then you can just install the packages by hand and copy over the config files, take a look at the github page for details github.com/SolDoesTech/HyprV2 thank you for watching!

  • @pyntux
    @pyntux ปีที่แล้ว +2

    Just a question.... why "cp extras/start-hypr ~/", why not to somethin like "~/.start-hypr" ?

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +2

      Hello, that is a nice idea which would hide the file on normal ls but still make it easy to access if the user wants to make any changes. I will definitely consider it for future versions. thank you for the comment much appreciated!

  • @citizenclown
    @citizenclown 9 หลายเดือนก่อน

    Man, when I did the first V1 install, and did the Nvidia stuff, Nvidia worked amazingly. On this version, it is not working. 😢

  • @paullee107
    @paullee107 ปีที่แล้ว

    You know - yer setup isn't my exact liking, altho it rocks, but being new to Hypr and his allows me to SEE and touch various options as opposed to all the stock settings. Thank you - hopefully in08/23 it still installs ok - I'll try tonight!!

  • @ElephantDragonWolf
    @ElephantDragonWolf ปีที่แล้ว +1

    i really loved endeavour os sway. hyprland looks good, i installed in ttyl2 from your last video, certain things were not working!.
    what's different in hyprland than sway, enlighten me if there's something interesting,!

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Thank you for the question so ill try to answer it in a way that doesnt encourage any rage :) Sway is an i3 replacement for wayland , it can use the same config as i3. Hyprland has a strong focus on looks and customization. They are both tiling managers but hyprland would have more eye candy. I hope this gives a very high level view of the differences. Thank you for checking out my video!

    • @ElephantDragonWolf
      @ElephantDragonWolf ปีที่แล้ว

      @@SolDoesTech Lovely. I guess sway can be configured to be eye-candy too right? High hopes for Hyprland.

  • @nerdg2
    @nerdg2 ปีที่แล้ว +1

    Wow, i settled with garuda but i kinda want to give this a try. you're awesome

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Thank you for the kind words :)

  • @standardbrickproductions3328
    @standardbrickproductions3328 ปีที่แล้ว

    Hey just finished the install and everything worked perfectly!! Thanks so much for the video! Just two questions:
    1. My battery percentage is waybar is show as 49% but /sys/class/power_supply/BATO shows the real value of 100%, how do I get waybar to show the correct value?
    2.How to change weather from and temp to Celsius in instead of Fahrenheit (and change weather location)
    Thanks!

    • @julianstephen1303
      @julianstephen1303 ปีที่แล้ว

      for temp
      edit ~/.config/waybar/config
      scroll all the way down until you find "temperature "
      and set the "format" string to " {temperatureC}°C"

  • @EasyExplained.3
    @EasyExplained.3 หลายเดือนก่อน

    Hey, does the script instantly install the nvidia drivers?

  • @bonedyone
    @bonedyone ปีที่แล้ว

    tried changing resolution, started typing but nothing types in the .conf. it deleted a lot of stuff )=

  • @alex148m
    @alex148m ปีที่แล้ว

    hi, is there any way to update Hyperland to v2 with a script? Or do we need to download the new repository?

  • @ikkidarkrose
    @ikkidarkrose ปีที่แล้ว

    thanks a lot, I have some doubts, today I installed hyprland v1 XD how can I change to v2? :D and I tried to make a rdp client connection (I need to connect from a windows pc to my arch/hyprland) with freerdp but something is wrong, in the documentation it only shows that I need to create with hyprctl a headless monitor, but I don't understand, I need to create a monitor only for rdp connections or I need to make my main monitor headless, because the documentation doesn't show me a process to make rdp, could you be so kind to share me a guide to make a rdp client in hyprland? thank you in advance 😄

  • @sulavbaral9972
    @sulavbaral9972 ปีที่แล้ว +1

    I watched your previous video and tried out hyprland hoping I'll learn new thing from this video aswell

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว

      Hello and thank you for the comment :) something that is nice about these types of environment is that you can get into the configs and change things around and learn from doing. I hope you will take advantage of that :) thank you for watching!

  • @christophesilva9853
    @christophesilva9853 ปีที่แล้ว +1

    Hi there, any news on V3 version with nvidia support? My asus g14 rtx3050ti needs it :) Best regards and thank you so much for your work

    • @SolDoesTech
      @SolDoesTech  ปีที่แล้ว +1

      Hello, some good news indeed. I just did my first round of testing on my RTX3050 laptop and the script worked with no issues. I would most likely be publishing it in the next few days :)

    • @christophesilva9853
      @christophesilva9853 ปีที่แล้ว

      @@SolDoesTech hi there, instead of lxappearance what do you think about nwg-look-bin? best regards