If you use Hyprland you need this! Hyprpanel - Great Waybar alternative!

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 92

  • @ImperiumLibertas
    @ImperiumLibertas 2 місяці тому +28

    Bars and panels are a great example where 95% of the use case is the same for almost all users and having a set of sane defaults and easy configuration without having to use a programming language makes hyprland even more accessible. I want a beautiful desktop but I really don't want to spend hours programming modules in waybar to get my minimal yet nice looking bar functional.

    • @TheBlackDon
      @TheBlackDon  2 місяці тому +3

      Agreed. That is why I liked the Hyprpanel made it easier to configure to my liking

  • @TrustJesusToday
    @TrustJesusToday 2 місяці тому +8

    Thanks for the briefing for Hyprpanel. Waybar is working so well for me on my Hyprland/CachyOS PCs. I hate to dump waybar configs. I will say the nwg-look, wlogout, hypridle, and nwg-menu apps did add to my Hyprland experience. Maybe Hyprpanel is next to enhance Hyprland.

    • @TheBlackDon
      @TheBlackDon  2 місяці тому +1

      Yeah, definitely a ram hog but the amount of customization is crazy! I'm still bouncing back and forth between waybar and this one but it's definitely worth coming back to!

  • @Hid4ri
    @Hid4ri 3 місяці тому +8

    HyprPanel is really cool. I like it a lot. It is basically AGS and its worth mentioning an issue really bothering me which has made me go back to waybar for now. But if your device locks and it goes into sleep mode then when you return, the bar is gone. You have to pkill ags and then re load it again. So when that gets fixed I will be back on with it.

    • @TheBlackDon
      @TheBlackDon  3 місяці тому

      Same!! That is happening to me as well! I made a keybind to kill them relaunch but it got annoying too.

    • @Hid4ri
      @Hid4ri 3 місяці тому +1

      @@TheBlackDon Nice. It is a pain. I tried to have it call a script so when it comes back, it kills and reloads AGS too. but it was temperamental and just didnt work.. maybe I need to add a timer of 2 secs or so... hmm

    • @TheBlackDon
      @TheBlackDon  3 місяці тому +1

      Yeah timer might work. I really like the Hyprpanel but you are right, waybar is just more stable. I might switch back and wait for updates. Or just have my PC never go to sleep 😂😂

    • @nephtie
      @nephtie 3 місяці тому +4

      #!/bin/bash
      restart_ags() {
      echo "Display changed... restarting Hyprpanel."
      ags -q
      nohup ags
      }
      current_monitor_count=$(hyprctl monitors | grep -c "Monitor")
      while true; do
      new_monitor_count=$(hyprctl monitors | grep -c "Monitor")
      if [[ "$current_monitor_count" != "$new_monitor_count" ]]; then
      restart_ags
      current_monitor_count=$new_monitor_count
      fi
      sleep 2
      done
      Feel free to use that script until I add a built in way to handle AGS restarts.

    • @TheBlackDon
      @TheBlackDon  3 місяці тому +1

      Thanks for this! I will give it a try! 💯😎

  • @SvalbardSleeperDistrict
    @SvalbardSleeperDistrict 2 місяці тому +1

    For someone who has been slowly learning how to configure Waybar but doesn't have that much time to experiment, make mistakes, look solutions up, rinse and repeat, this was a nice novelty to discover. Will give it a go. Thank you.
    P.S. How is that Discord theme customised? Is it BetterDiscord, or just opacity effect applied to the default theme in some way?

    • @TheBlackDon
      @TheBlackDon  2 місяці тому +1

      First, you are very welcome! I'm glad I came across this tool. And I was using vesktop with a vencord theme and I also did have opacity in my Windows set in my Hyprland config.

    • @SvalbardSleeperDistrict
      @SvalbardSleeperDistrict 2 місяці тому +1

      @@TheBlackDon Thank you, my hyprland config opacity setting seems to only work on terminal windows and not GTK apps, but now that I know this can be done, I will research this and Vencord further.

    • @TheBlackDon
      @TheBlackDon  2 місяці тому

      @SvalbardSleeperDistrict If you need help you can join the discord. We help each other out with our configs all the time. discord.gg/sUDGzEH9Ms

  • @quiet_owo
    @quiet_owo 3 місяці тому +11

    It looks great but it's typescript. It uses like 5x more ram :(

    • @TheBlackDon
      @TheBlackDon  3 місяці тому +1

      Yeah definitely using more ram waybar is way more light weight but I got some to spare 😂😂

    • @avalagum7957
      @avalagum7957 2 місяці тому

      You saved me some amount of time of trying this thingy to figure out that it needs more ram.

  • @danimatuko
    @danimatuko Місяць тому +1

    Thanks for sharing I am new to hyprland and waybar was too much work. I only need the standard that you have on a gnome disro so this is very helpful.
    I also like your config minimalism is my thing, can you share your config?

    • @TheBlackDon
      @TheBlackDon  Місяць тому

      No problem at all!! Let me see if I still have it saved I've reinstalled hyprland since then and have not reconfigured it.

  • @sansroot
    @sansroot Місяць тому +1

    hello!
    In my hyprland there is a small gap between the bottom of the window and the bottom of my monitor, but between the window and the panel, there is a large gap, how did you make yours like this?

    • @TheBlackDon
      @TheBlackDon  Місяць тому +1

      Hey! You may need to join my discord so I can further help you. I'm going to need to see your config and possibly your hyprland.conf as well to be sure how to fix it.
      discord.gg/sUDGzEH9Ms

  • @hannya-man9941
    @hannya-man9941 2 місяці тому +2

    How did you remove the default modules like bluetooth and network? I cant find the config file and the Configuration wiki and FAQ pages don't help at all.

    • @TheBlackDon
      @TheBlackDon  2 місяці тому

      So under the general where it says layout there is a long line you have to edit to say what modules are showing on which monitors. I hope this helps!

    • @hannya-man9941
      @hannya-man9941 2 місяці тому

      @@TheBlackDon appreciate it.

  • @ItsBarmanji
    @ItsBarmanji Місяць тому +1

    leave that, what browser ur using, seems a customised firefox?
    please share it.

    • @TheBlackDon
      @TheBlackDon  Місяць тому

      It's called Zen Browser. It is based on Firefox. Great browser!

    • @ItsBarmanji
      @ItsBarmanji Місяць тому +1

      @@TheBlackDon i use zen but the docking behaviour of addr bar is what I am not familiar with.

    • @TheBlackDon
      @TheBlackDon  Місяць тому

      @ItsBarmanji oh that's one of the Zen Mods. If you go to settings then about half way down you will see Zen mods. You can simply enable them with one click. It's really nice.

    • @ItsBarmanji
      @ItsBarmanji Місяць тому +1

      @@TheBlackDon I still dont get it? which mods we talking about.
      man you can really make a vid of that.

    • @TheBlackDon
      @TheBlackDon  Місяць тому +1

      @ItsBarmanji I'll do a Zen video on Monday!

  • @-iIIiiiiiIiiiiIIIiiIi-
    @-iIIiiiiiIiiiiIIIiiIi- 2 місяці тому +4

    Hyprgui:
    Everything Hyprpanel does but written in rust.

    • @TheBlackDon
      @TheBlackDon  2 місяці тому

      I just started looking at this about a week ago. 💪🏾Thanks for the suggestions!

  • @no-prophet
    @no-prophet 2 місяці тому +2

    So, what can it do that Waybar can't so I should "ditch Waybar immediately"?

    • @TheBlackDon
      @TheBlackDon  2 місяці тому +2

      I can't tell if you're being sarcastic 🤣🤣. Waybar is not nearly as customizable. Yes, you can edit the style.css but Hyprpanel just adds some styling and features that make it soooo much easier for the average user. Although, waybar is still way more ram efficient and light weight. So Hyprpanel is not for everyone.

    • @nikichashadow
      @nikichashadow 2 місяці тому +2

      @@TheBlackDon waybar is still better you literly have the power of css evrything you can imagine

    • @TheBlackDon
      @TheBlackDon  2 місяці тому +2

      Right. But like I said the average user does not know how to use CSS. I completely get where you are coming from but the majority will be able to do a lot more with a panel like this because you can configure from a GUI.

    • @no-prophet
      @no-prophet 2 місяці тому +1

      @@TheBlackDon I wouldn't say that it's more customizable, it's just easier than Waybar due to the GUI settings panel. I couldn't find anything I could do in Hyprpanel that I can't do in Waybar. Except that "dashboard" widget, or what's it called. Maybe I need to spend more time with it, but for now, Waybar is still my favorite.

    • @TheBlackDon
      @TheBlackDon  2 місяці тому +1

      I respect it, for sure. Most of my audience are new to Linux . Hyprpanel is just much easier for a beginner or even an advanced person who is lazy 🤣🤣

  • @1negroup841
    @1negroup841 2 місяці тому +2

    what browser are you using?

    • @TheBlackDon
      @TheBlackDon  2 місяці тому +1

      It's the Zen Browser 😎

  • @omartrjs
    @omartrjs 3 місяці тому +8

    Whats's that browser?

    • @TheBlackDon
      @TheBlackDon  3 місяці тому +6

      It's called Zen Browser

    • @雨amee
      @雨amee 3 місяці тому +1

      It looks like Zen

    • @kingbroseph9773
      @kingbroseph9773 2 місяці тому +1

      Its an arc like Firefox fork but even better imo

    • @TheBlackDon
      @TheBlackDon  2 місяці тому

      Agreed I love it! 😎💯

    • @雨amee
      @雨amee 2 місяці тому +1

      @@TheBlackDon is there a way i could get your theme and/or the mods you're using ? especially that topbar that drops down on hover

  • @EightSixx
    @EightSixx 3 місяці тому +1

    what is zenalpha?

    • @TheBlackDon
      @TheBlackDon  3 місяці тому

      It's the Zen Browser. A browser based on Firefox. Much better than the different Firefox spins out there.

  • @iiisaac1312
    @iiisaac1312 2 місяці тому +1

    depends on gtk4. bloatware just like waybar.

  • @MahmudulHasan-wk3qv
    @MahmudulHasan-wk3qv 3 місяці тому +1

    waybar is still way lighter and I have a weak-ass lappy so :V ....tho I'd like to check out ironbar

    • @TheBlackDon
      @TheBlackDon  3 місяці тому

      Yeah that's true lol I haven't heard of ironbar? I'll have to check that out.

  • @マガ-MAGA
    @マガ-MAGA 3 місяці тому +3

    3:20 i see my wonderful windows configuration 😂😂

    • @TheBlackDon
      @TheBlackDon  3 місяці тому +1

      😂😂 yup I didn't even look to see what was on that monitor before I started recording. Prolly should start looking just in case 😂😂

  • @1nvm
    @1nvm 2 місяці тому

    what browser is that and can i have your dotfiles for it?

    • @TheBlackDon
      @TheBlackDon  2 місяці тому

      It's called Zen Browser, It does not have a config but I just recorded a video on my browser journey 😂. I show all the mods I have installed. I'm posting it tomorrow morning!

    • @1nvm
      @1nvm 2 місяці тому

      @@TheBlackDon thank you!

  • @FourevaMedia
    @FourevaMedia 3 місяці тому +2

    🥳

  • @mr_hardy5329
    @mr_hardy5329 3 місяці тому +1

    Way better than Waybar and easier but i have a problem. Hyprpanel don't wanna work.

    • @TheBlackDon
      @TheBlackDon  3 місяці тому

      What issue are you having? You need to make sure you have it starting on start up with exec-once= ags and make sure you delete or comment out waybar and dunst.

    • @mr_hardy5329
      @mr_hardy5329 3 місяці тому

      Panel won't start at all . I reached out to their discord and i will try to embrace my problem with info from them.
      I can't put link to screenshot here because YT will delete comment.

    • @TheBlackDon
      @TheBlackDon  3 місяці тому

      @mr_hardy5329 you can join my discord. We can help you there. I did have an issue with mine starting too initially. Maybe you are saving a similar issue. discord.gg/sUDGzEH9Ms

  • @plasmacotton
    @plasmacotton 13 днів тому +1

    It's broken.

    • @TheBlackDon
      @TheBlackDon  13 днів тому

      Broken how?

    • @plasmacotton
      @plasmacotton 13 днів тому

      @@TheBlackDon I'm very sorry. It was a mistake on my end. I'm genuinely slow.

  • @goodguyhenri2090
    @goodguyhenri2090 2 місяці тому +1

    Nice tool but the title is clearly clickbait.
    Everything related to the actual statusbar is achievable through waybar.
    The gui and batteries included defaults do make it more accessible. So it would be a good choice for people getting started.
    I don't see how someone already using waybar would profit since this adds extra bloat to the system.

    • @TheBlackDon
      @TheBlackDon  2 місяці тому

      Yah know what, I appreciate your comment. A lot of others are just like why would I do that. But you are calling it out for what it is. Yes, the title is a little click-baity. That honestly wasn't my intention initially. When I first started messing with Hyprpanel that's truly how I felt about it's capabilities. After using it for a while I do still have the waybar configured and switch back and forth as it definitely takes up more resources to run Hyprpanel over waybar.

    • @TheBlackDon
      @TheBlackDon  2 місяці тому +1

      Because of how you worded this I changed my title and thumbnail. Click bait was not my intention. 😎💯

  • @52ouls
    @52ouls 2 місяці тому +1

    soooo waybar but with a gui **smh

    • @TheBlackDon
      @TheBlackDon  2 місяці тому +2

      It's pretty different from waybar, but okay ..