My Dotfiles: gitlab.com/stephan-raabe/dotfiles If you like this video, please subscribe to my channel: 👉 www.youtube.com/@mylinuxforwork/?sub_confirmation=1
Stephan you are great! I finally solved my problem with wlr/workspaces not showing anymore after last update. I spent days on trying to find someone who solved the problem online, without any clue. A lot of people complaining and few giving the wrong answer. your hyprland/workspaces module works like a charm and without to depend on any kind of font icon! Thank you very very much!
thank you so much, i'm really happy to find your channel. finally someone making videos about what we already strugling with and most of the time what we fail. 🙏🙏🙏🙏🙏🙏🙏🙏
Super underrated UA-cam channel imo. I'm surprised you don't have way more subscribers. I find your presentation skills and attention to detail much better then anybody else! Do you have a Discord channel at all?
It is 100% awesome that people use this and share what they find. (From me as somebody who sucks at customizing the panel) But I myself can't get to Wayland because I use dwm and dwm just is too good. The killer-features for me: showing/pinning applications to multiple workspaces (such a powerfeatures which hyperland still is missing as far as I know) and the integrated panel and systemtray. I don't know any other windowmanager that offers this except for spectrwm and spectrwm has animations which you can't disable which makes it too slow. dwl on Wayland is not an alternative yet due to it not having a built-in panel and systemtray so for now I am tied to X11.
Thank you very much for your feedback. Isn’t it great how everyone can find something in the Linux universe that fits to personal needs? That’s why I will never switch completely to windows or macOS.
@@mylinuxforwork and it will be the best and only video online with someone actually explaining what he is doing! UnixPorn is full of people showing how good they are with EWW .... and not telling how they did it. Very poor documentation .... that's a great project barely possible to use
Hey, I'm taking the code snippets for the update checker module and for some reason JSON outputs don't work, it doesn't print any tooltip and css classes don't work. Am I missing any dependency apart from pacman-contrib and trizen?
Installed 2.8 on one computer. (MBP 2012 1280x800) It works perfect! Only one small thing: I have a hard time to find where I can adjust height of waybar. On this screen I am on waybar gets too thick. I will now try some of the things made in this excellent video!! (on my other MBP 2014)
The height of waybar is defined in the theme. If you want to decrease the height I suggest to create your own theme based on an existing one and customize it to your needs. Please see the latest video.
So i have been trying to figure out how you achieved the rounded border around modules in a way that multiple modules uses the same background and border
I love how you got Waybar and Hyprland to match themselves to the colors of the background, and it was interesting to see the custom modules too, you've put so much work into them! Especially that updates module I wanted to learn how to make my own dotfiles and customize everything like you did, and to not just copy dotfiles from other people 😅 So if you don't mind, I'm really curious to know, how did you get started with all of this configuration? Where did you learn everything off of? Just the documentation? Because it seemed really overwhelming to me when I tried to read it at first and I'm also not sure how to set up the styling with CSS And how did you learn about how to make scripts like that? Not sure where to learn that too Also, how did you get your configuration files to have those nice looking comments? Every configuration file of yours had this nice big ASCII art title and I'm curious about how you've done that Sorry for asking so many questions but I'd be really happy if you could help me!
Thank you so much for your feedback. I am a big Linux fan since decades and love learning and trying new stuff. I have a developer background. And there are so great Linux UA-cam producers that you can follow. With Linux you can create your own personal OS. You can use the package figlet to create ascii headers.
@mylinuxforwork Alright, thanks for the help! :D By the way, just a suggestion, it'd be nice if you could make a video that walks through the steps of customizing Waybar from the beginning to better understand how to configure it
@@mylinuxforworkI solved it, in style.css I changed FontAwesome to "Font Awesome 6 Free" and in the case of the rofi shortcuts it is as if it were returned to the waybar after a right click
@@mylinuxforworkafter installing what feels like the entire yay and pacman repository 😅, it didn’t even load hyprland after I enter my password) I had to log in through tty3 and type hyprland This is an extremely heavy setup and defeats the whole purpose of installing arch Linux in the first place. Why install so much stuff??! Why install kitty when we have a faster alacritty? Now please tell me I can undo all this madness with a single script 😢
Any way you can explain a little more about how you themed your workspace switcher? I really like it, but can’t seem to figure it out. I’m looking through the dot files but none of the icons show etc.
Thanks Stephen for this useful video. I’ve got a question: is it possible to configure waybar with two bars one at the top of the screen and the other one to the bottom? I had a similar setup on x11 with polybar but I can’t replicate it on Wayland +waybar. Can you help me?
Hey, your config is awesome. Great work. I tried implementing the update checker module and it works great. The only issue is that on my main monitor it shows the correct number of packages needed to update but on the second monitor it simply shows 1. Any idea how to fix this? Thanks.
Thank you so much for what you doing! But I have one question, how kb_layout and kb_options can be configured for displaying on swaybar? I added required language and keys combination to keyboard.conf file from your example, but unfortunately it’s doesn’t work in my case(
@@mylinuxforwork Hello, thank you very much for your response. I have already made the respective modifications and it works very well. What I could not configure was the modules that have several states, such as pulseaudio. For the rest, it works very well.
this is truly amazing and worthy of being its own distro! honestly i just came here to take some waybar modules but i ended up just installing the whole thing! it's literally flawless i did not expect that at all, everything works out of the box. i have one question though about symlinks, it seems my new .config files are all symlinked to the dotfiles folders? or the other way around? does that mean i can't remove the dotfiles folder?
Thank you very much, this is all i ever wanted for my DE, it's fast and responsive, i'm using this on a laptop with 4gb o ram, it consumes 700/800mbs at iddle. I'm just having some problems with the gpu. it's an nvidia 920m, and i don't know why, i seems the system is not using it, nvidia-smi recognizes it, but when i'm watching videos on yt it lags on 1080p. Not to mention anything related to Vulkan will completly freeze the entire pc with no errors.
@@mylinuxforwork Thank you very much for you'r kind reply sir! I will deffenitly check it! Another question i have is, how do i configure the network icon to show a gui that lists the wifi SSIDS and lets me connect to them. Currently i have been using nmcli to search anc connect
Greate gob,i used you starter kit and after the dot file Repo on Arco linux,working good exept there is problem to open the menu when pressing the right click on the internet connection(network manager) , the menu does not open to show available networks.
Thanks for video. Have you any idea how to setup waybar, to switch my workspaces when I hover my cursor on waybar and use scroll-wheel? Sway had module for it but hyprland doesnt? I don't wanna use any keyboard keybinds, just a mouse.
@@Ig0r123 In my modules folder, I added: "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", to the wlr/workspaces module.
I see you use Rofi on Wayland but I saw that a rofi for Wayland named wofi existe. Did you think Rofi is better, I want to make a ricing DE but I don t know much about this :/
The comparison between rofi and wofi is planned for one of the next videos. The great thing about rofi is that I can use thecsame setup for Hyprland and Qtile that I have installed too.
Hey, i would like to take code snippet form your config but i can't find the config.jsonc and update.sh in your repo. I'm new to linux and dotfiles. Where can I find those files ?
"waybar: error while loading shared libraries: libcava.so: cannot open shared object file: No such file or directory" not works in my PC , I try all de solution that have in the waybar githup , but not works, and I'm sorry by my English. Any suggest ?
Hi, i tried to use your dotfile installation and im not pretty sure if is there any icon pack / font that i should download, my font is messed up and there are no icons showm
@@mylinuxforwork seems like it wasnt preinstalled. I tried to check online and it seems really difficult to globally change font, since "hyprland doesnt set it, it must be changed manually in all the applications"
Hi, I'm almost positive this is something I'm doing wrong... or not doing right... but I can't seem to install this on the Garuda Hyprland distro, is this only for a stock install of arch and hyprland maybe?
I should have been a little more descriptive... sorry... It sort of installs but some of the buttons don't work, none of the key bindings work, and I get no wallpapers loaded@@mylinuxforwork
@@AricMichaelWarden Have you installed the latest version of my dotfiles? gitlab.com/stephan-raabe/dotfiles Please also make sure that all packages of your system are up to date.
I really love your videos. Can you make a video on getting OBS-studio working properly? My current issues are resizing issues when there are multiple windows and screen glitches when opening display
@@mylinuxforwork I honestly not sure what could be causing the issue. I am pretty new to hyprland & archlinux. I feel like I need a step by step guide with a bit of explanation to understand how to troubleshoot the issue. I have followed multiple sources, but I couldn't get any of the issues to work properly.
@@mylinuxforwork Thanks for the assistance! I manage to fix it. I realize I was supposed to save as "xdg-portal-hyprland.sh" instead xdg-portal-hyprland and chmod +x xdg-portal-hyprland.sh after writing exec-once to in the hyprland.conf.
the windows emulation thing is not included anymore right? can u tell me how i can install it on ur arch linux with hyperland? would love to have it because my camera is not working on my surface go 2 on arch linux .. i guess i need to install windows again :( but i prefer emulating it for only to get the camera going to work.. thanks
also ur screenshot script doesnt make screenshots in the folder Pictures/screenshots.. am i doing something wrong? it sais screenshot is taken but it does not create a folder named like that .... deers, alex
Hi. You have to install KVM and virtmanager first. VIRTUAL Machines on LINUX with KVM, QEMU and Virt-Manager. Run ANY operating system. ua-cam.com/video/G28IVCrKLhI/v-deo.html and then you can install Windows ua-cam.com/video/WmFpwpW6Xko/v-deo.htmlsi=gGVrj8LQBv7ysSyn and integrate it ua-cam.com/video/oVHkvx9ZLJc/v-deo.htmlsi=NK3MGAUqn59s69Ex
@@mylinuxforworki have installed scrot now and xclip and made the folder.. it wont work .. by making a screenshot with scrot picture.png it shows only a black screen .. gosh i am going to cry (edit: found a workaround xD doing screenshots via obs studio now)
@@4Base when you’re on wayland you have to use grim: gitlab.com/stephan-raabe/dotfiles/-/blob/main/scripts/grim.sh?ref_type=heads This is my script. Will remove the scrot option today because it’s not working with Wayland. In addition you have to install slurp to grab a screenarea. wiki.hyprland.org/FAQ/#how-do-i-screenshot And please check: wiki.hyprland.org/Useful-Utilities/Hyprland-desktop-portal/
Hallo, man kann sehr gut erkennen wieviel arbeit da drin steckt. Leider bekomme ich das nicht so schön hin, auch dein Installations setup funktioniert bei mir nicht (keine Ahnung, was ich da falsch mache, es bleibt beim neustart alles Dunkel, die tasten kürzel gehen auch nicht, naja) 😞 Jetzt versuche ich mich hier mal selber, habe aber keine Programmier erfahrung, kann also nur schief gehen XD. Wünsch mir Glück
Hi. Great comment. You mean screenshots in a row and opens with a click? Interesting…. Normaly not meeded because you can switch super fast with SUPER+1..9 But interesting.
Good question. I think especially for beginners it’s more comfortable using the mouse. But it’s not needed. The configuration also includes all required key bindings.
Why not just set up a toggle script? #/bin/bash if pgrep -x waybar > /dev/null; then # Kill waybar if it's running pkill -x waybar else # Start waybar if it's not running waybar & fi
Ahahah classic, I was looking for this comment. I love waybar but not that much :) Forking aside, great video and great channel, I've got started with hyprland thanks to you.
My Dotfiles: gitlab.com/stephan-raabe/dotfiles
If you like this video, please subscribe to my channel: 👉 www.youtube.com/@mylinuxforwork/?sub_confirmation=1
Currently THE best channel to learn about hyprland configuration. Great job Stephan!
Thank you so much. Your comment really motivates me.
New to arch / WM, i have no idea what i'm doing but with you i have 2% clue what is going on, thx!
Maybe you will like the video that will be released today about the Hyprland Starter Package.
Very good tutorials on the hyprland configuration. It's a must-watch channel for the beginners who want to create their own unique DE! Excellent work.
Thank you so much.
I really like the idea of being able to use css to style it. Very cool!
👍
Stephan you are great! I finally solved my problem with wlr/workspaces not showing anymore after last update. I spent days on trying to find someone who solved the problem online, without any clue. A lot of people complaining and few giving the wrong answer.
your hyprland/workspaces module works like a charm and without to depend on any kind of font icon!
Thank you very very much!
Thanks for your feedback. Great that I could help with the video.
@@mylinuxforwork I don't understand why you didn't set swaylock in dotfiles
thank you so much, i'm really happy to find your channel. finally someone making videos about what we already strugling with and most of the time what we fail. 🙏🙏🙏🙏🙏🙏🙏🙏
Thank you for your feedback.
Super underrated UA-cam channel imo. I'm surprised you don't have way more subscribers. I find your presentation skills and attention to detail much better then anybody else! Do you have a Discord channel at all?
Thank you so much. You can find the discord link in the description of my latest videos.
Your bar configuration is so beautiful! 👍
Thank you.
That's the cleanest waybar ive seen. Great work!
Thanks.
Excellent work, sir. Thank you for going into depth in your explanations and for sharing your configs!
Thank you.
It is 100% awesome that people use this and share what they find. (From me as somebody who sucks at customizing the panel)
But I myself can't get to Wayland because I use dwm and dwm just is too good. The killer-features for me: showing/pinning applications to multiple workspaces (such a powerfeatures which hyperland still is missing as far as I know) and the integrated panel and systemtray. I don't know any other windowmanager that offers this except for spectrwm and spectrwm has animations which you can't disable which makes it too slow. dwl on Wayland is not an alternative yet due to it not having a built-in panel and systemtray so for now I am tied to X11.
Thank you very much for your feedback. Isn’t it great how everyone can find something in the Linux universe that fits to personal needs? That’s why I will never switch completely to windows or macOS.
very cool config. Look forward for eww setup and configuration.
Thanks. EWW will come… soon…
@@mylinuxforwork and it will be the best and only video online with someone actually explaining what he is doing! UnixPorn is full of people showing how good they are with EWW .... and not telling how they did it. Very poor documentation .... that's a great project barely possible to use
Hey, I'm taking the code snippets for the update checker module and for some reason JSON outputs don't work, it doesn't print any tooltip and css classes don't work. Am I missing any dependency apart from pacman-contrib and trizen?
Can you open an issue on GitHub?
This was needed. thanks
Thanks.
Amazing stuff, this video really helped. Thanks!
Thank you.
Bro you sooo kind man 😭♥️ luv you
👍
Installed 2.8 on one computer. (MBP 2012 1280x800) It works perfect! Only one small thing: I have a hard time to find where I can adjust height of waybar. On this screen I am on waybar gets too thick. I will now try some of the things made in this excellent video!! (on my other MBP 2014)
The height of waybar is defined in the theme. If you want to decrease the height I suggest to create your own theme based on an existing one and customize it to your needs. Please see the latest video.
Hey, great job with your setup! But about the update notifications icon, does it update only when waybar updates?
No. It checks frequently and updates the status automatically.
So i have been trying to figure out how you achieved the rounded border around modules in a way that multiple modules uses the same background and border
Please check the stylesheets in the corresponding folder on my dotfiles.
I love how you got Waybar and Hyprland to match themselves to the colors of the background, and it was interesting to see the custom modules too, you've put so much work into them! Especially that updates module
I wanted to learn how to make my own dotfiles and customize everything like you did, and to not just copy dotfiles from other people 😅
So if you don't mind, I'm really curious to know, how did you get started with all of this configuration? Where did you learn everything off of? Just the documentation? Because it seemed really overwhelming to me when I tried to read it at first and I'm also not sure how to set up the styling with CSS
And how did you learn about how to make scripts like that? Not sure where to learn that too
Also, how did you get your configuration files to have those nice looking comments? Every configuration file of yours had this nice big ASCII art title and I'm curious about how you've done that
Sorry for asking so many questions but I'd be really happy if you could help me!
Thank you so much for your feedback. I am a big Linux fan since decades and love learning and trying new stuff. I have a developer background. And there are so great Linux UA-cam producers that you can follow. With Linux you can create your own personal OS. You can use the package figlet to create ascii headers.
@mylinuxforwork Alright, thanks for the help! :D
By the way, just a suggestion, it'd be nice if you could make a video that walks through the steps of customizing Waybar from the beginning to better understand how to configure it
This is a godsend thank you
Thank you.
Help, i used your dotfiles but the Off and the volumen icons are not showing, also rofi Is a little bit buggy with the shortcuts in the left
Thanks for testing. Can you click on the volume icon and activate a sound device? Will check the rofi buttons.
@@mylinuxforworkI solved it, in style.css I changed FontAwesome to "Font Awesome 6 Free" and in the case of the rofi shortcuts it is as if it were returned to the waybar after a right click
@@mylinuxforworkafter installing what feels like the entire yay and pacman repository 😅, it didn’t even load hyprland after I enter my password)
I had to log in through tty3 and type hyprland
This is an extremely heavy setup and defeats the whole purpose of installing arch Linux in the first place.
Why install so much stuff??!
Why install kitty when we have a faster alacritty?
Now please tell me I can undo all this madness with a single script 😢
Any way you can explain a little more about how you themed your workspace switcher? I really like it, but can’t seem to figure it out. I’m looking through the dot files but none of the icons show etc.
You can find the style here: github.com/mylinuxforwork/dotfiles/blob/main/dotfiles/waybar/themes/ml4w/style.css starting on Line 41
Thanks Stephen for this useful video. I’ve got a question: is it possible to configure waybar with two bars one at the top of the screen and the other one to the bottom? I had a similar setup on x11 with polybar but I can’t replicate it on Wayland +waybar. Can you help me?
This should be possible: github.com/Alexays/Waybar/issues/883 But propable not straight forward to configure.
@@mylinuxforwork thank you so much 😊
Hey, your config is awesome. Great work. I tried implementing the update checker module and it works great. The only issue is that on my main monitor it shows the correct number of packages needed to update but on the second monitor it simply shows 1. Any idea how to fix this? Thanks.
Sounds interesting. I have planned to focus soon on multi monitor setups.
Thank you so much for what you doing! But I have one question, how kb_layout and kb_options can be configured for displaying on swaybar? I added required language and keys combination to keyboard.conf file from your example, but unfortunately it’s doesn’t work in my case(
You can find the information here github.com/Alexays/Waybar/wiki/Module:-Hyprland#language
Hello, I have a question, can I use icons instead of glyphs in Waybar and how do I do it? Thank you very much and greetings from Colombia.
Yes. You can. Please check my implememtation of the ML4W Icon. This is a PNG.
@@mylinuxforwork Hello, thank you very much for your response. I have already made the respective modifications and it works very well. What I could not configure was the modules that have several states, such as pulseaudio. For the rest, it works very well.
this is truly amazing and worthy of being its own distro! honestly i just came here to take some waybar modules but i ended up just installing the whole thing! it's literally flawless i did not expect that at all, everything works out of the box. i have one question though about symlinks, it seems my new .config files are all symlinked to the dotfiles folders? or the other way around? does that mean i can't remove the dotfiles folder?
Thank you. Yes. There are symlinks from .config to the dotfiles folder. So please don't remove this folder from your home directory.
@@mylinuxforwork thank you! i was just cleaning my home directory after installing your dotfiles since it was everything i needed
thank you sir
thank you so much MLFW
Thank you for watching.
Thank you for sharing! How could I make the Waybr tooltips blurry?
Hi. As far as I know, it’s not possible so far. I also don’t like the look of the tooltips.
Thank you very much, this is all i ever wanted for my DE, it's fast and responsive, i'm using this on a laptop with 4gb o ram, it consumes 700/800mbs at iddle. I'm just having some problems with the gpu. it's an nvidia 920m, and i don't know why, i seems the system is not using it, nvidia-smi recognizes it, but when i'm watching videos on yt it lags on 1080p. Not to mention anything related to Vulkan will completly freeze the entire pc with no errors.
Thank you so much for your feedback. For Nvidia support please check the Hyprland Wiki.
@@mylinuxforwork Thank you very much for you'r kind reply sir! I will deffenitly check it!
Another question i have is, how do i configure the network icon to show a gui that lists the wifi SSIDS and lets me connect to them. Currently i have been using nmcli to search anc connect
Greate gob,i used you starter kit and after the dot file Repo on Arco linux,working good exept there is problem to open the menu when pressing the right click on the internet connection(network manager) , the menu does not open to show available networks.
That's correct. It's not configured in the starter. Must be implemented individually. But you could have a look on the ML4W dotfiles.
Thanks for video. Have you any idea how to setup waybar, to switch my workspaces when I hover my cursor on waybar and use scroll-wheel? Sway had module for it but hyprland doesnt? I don't wanna use any keyboard keybinds, just a mouse.
Good question. Do you mean this? wiki.hyprland.org/Useful-Utilities/Status-Bars/#scrolling-through-workspaces
@@mylinuxforwork Yes, exactly this module "Scrolling through workspaces
". I'll try to figure this out. Thanks.
@@Ig0r123 In my modules folder, I added:
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
to the wlr/workspaces module.
Hi there! I wanted to request a video for using Hyprland for stuff like Video-sharing during Google meet or discord and recording for obs
Please check this page and share your feedback afterwards: wiki.hyprland.org/Useful-Utilities/Screen-Sharing/
desperdicia mucho espacio vertical, no se podria hacer que fuera flotante o que fuera desplegable?
I see you use Rofi on Wayland but I saw that a rofi for Wayland named wofi existe.
Did you think Rofi is better, I want to make a ricing DE but I don t know much about this :/
The comparison between rofi and wofi is planned for one of the next videos. The great thing about rofi is that I can use thecsame setup for Hyprland and Qtile that I have installed too.
@@mylinuxforwork Thanks for the answer :)
I want to this waybar shown in the video in my kali linux hyprland unable to find any guide
That's correct. But you can experiment by copy the waybar folder from my dotfiles into your configuration.
Great video! Keep up the work, i learned a lot!
Thanks for the positive feedback.
can you please tell me how can i add cava in waybar i tried everything, it just wont work.
Can you check github.com/Alexays/Waybar/issues/2781
Hey, i would like to take code snippet form your config but i can't find the config.jsonc and update.sh in your repo. I'm new to linux and dotfiles. Where can I find those files ?
You can find the configuration here: github.com/mylinuxforwork/dotfiles/tree/main/share/dotfiles
"waybar: error while loading shared libraries: libcava.so: cannot open shared object file: No such file or directory" not works in my PC , I try all de solution that have in the waybar githup , but not works, and I'm sorry by my English. Any suggest ?
Hi. Can you make sure that your system and waybar is uptodate? github.com/Alexays/Waybar/discussions/2198
@@mylinuxforwork my error was that I use waybar for sway, I change sway for hyprland in the config file, thanks and good video
Hi, i tried to use your dotfile installation and im not pretty sure if is there any icon pack / font that i should download, my font is messed up and there are no icons showm
The installation should install font awesome. Can you check with sudo pacman -S ttf-font-awesome otf-font-awesome
@@mylinuxforwork seems like it wasnt preinstalled. I tried to check online and it seems really difficult to globally change font, since "hyprland doesnt set it, it must be changed manually in all the applications"
Hi, I'm almost positive this is something I'm doing wrong... or not doing right... but I can't seem to install this on the Garuda Hyprland distro, is this only for a stock install of arch and hyprland maybe?
Hi. No, should work on all (Arch) distros. What is the error message?
I should have been a little more descriptive... sorry... It sort of installs but some of the buttons don't work, none of the key bindings work, and I get no wallpapers loaded@@mylinuxforwork
@@AricMichaelWarden Have you installed the latest version of my dotfiles? gitlab.com/stephan-raabe/dotfiles Please also make sure that all packages of your system are up to date.
yes, I've updated my system before the install and I'm using the latest 2.6 of the dotfiles.@@mylinuxforwork
Thank You!
👍
Have you tested ewww and compared with waybar?
Not yet. But will give ewww a try.
@@mylinuxforwork. Awesome! I will be waiting.
I really love your videos. Can you make a video on getting OBS-studio working properly? My current issues are resizing issues when there are multiple windows and screen glitches when opening display
Thank you. Can you check this page if everything is set correctly on your system regarding OBS? wiki.hyprland.org/Useful-Utilities/Must-have/#pipewire
@@mylinuxforwork I honestly not sure what could be causing the issue. I am pretty new to hyprland & archlinux. I feel like I need a step by step guide with a bit of explanation to understand how to troubleshoot the issue. I have followed multiple sources, but I couldn't get any of the issues to work properly.
@@mylinuxforwork Thanks for the assistance! I manage to fix it. I realize I was supposed to save as "xdg-portal-hyprland.sh" instead xdg-portal-hyprland and chmod +x xdg-portal-hyprland.sh after writing exec-once to in the hyprland.conf.
@@kevinzheng3987 that’s great.
where did you find the custom icons? what font is it?
It’s font awesome. fontawesome.com/search?o=r&m=free
thx @@mylinuxforwork
I wish this volume control was a pop up menu instead of window 3:12
Will come...
the windows emulation thing is not included anymore right? can u tell me how i can install it on ur arch linux with hyperland? would love to have it because my camera is not working on my surface go 2 on arch linux .. i guess i need to install windows again :( but i prefer emulating it for only to get the camera going to work.. thanks
also ur screenshot script doesnt make screenshots in the folder Pictures/screenshots.. am i doing something wrong? it sais screenshot is taken but it does not create a folder named like that .... deers, alex
Please try to create the folder manually.
Hi. You have to install KVM and virtmanager first. VIRTUAL Machines on LINUX with KVM, QEMU and Virt-Manager. Run ANY operating system.
ua-cam.com/video/G28IVCrKLhI/v-deo.html and then you can install Windows ua-cam.com/video/WmFpwpW6Xko/v-deo.htmlsi=gGVrj8LQBv7ysSyn and integrate it ua-cam.com/video/oVHkvx9ZLJc/v-deo.htmlsi=NK3MGAUqn59s69Ex
@@mylinuxforworki have installed scrot now and xclip and made the folder.. it wont work .. by making a screenshot with scrot picture.png it shows only a black screen .. gosh i am going to cry (edit: found a workaround xD doing screenshots via obs studio now)
@@4Base when you’re on wayland you have to use grim: gitlab.com/stephan-raabe/dotfiles/-/blob/main/scripts/grim.sh?ref_type=heads This is my script. Will remove the scrot option today because it’s not working with Wayland. In addition you have to install slurp to grab a screenarea. wiki.hyprland.org/FAQ/#how-do-i-screenshot And please check: wiki.hyprland.org/Useful-Utilities/Hyprland-desktop-portal/
Hallo, man kann sehr gut erkennen wieviel arbeit da drin steckt.
Leider bekomme ich das nicht so schön hin, auch dein Installations setup funktioniert bei mir nicht (keine Ahnung, was ich da falsch mache, es bleibt beim neustart alles Dunkel, die tasten kürzel gehen auch nicht, naja) 😞 Jetzt versuche ich mich hier mal selber, habe aber keine Programmier erfahrung, kann also nur schief gehen XD. Wünsch mir Glück
Hast du eine Nvidia Karte?
I would switch if it had Gnome like workspace overview mode.
Hi. Great comment. You mean screenshots in a row and opens with a click? Interesting…. Normaly not meeded because you can switch super fast with SUPER+1..9 But interesting.
perfect but why not building live ISO contain all that awesome configuration ?
Good idea 👍
Sorry sir excuse me, how can i connect wifi?
Hi. Open a terminal and use nmtui.
Why so much mouse usage in a tile manager?
Good question. I think especially for beginners it’s more comfortable using the mouse. But it’s not needed. The configuration also includes all required key bindings.
good
👍
help hyprland wall black?
Difficult to solve. Are you using my dotfiles?
yes @@mylinuxforwork
Why not just set up a toggle script?
#/bin/bash
if pgrep -x waybar > /dev/null; then
# Kill waybar if it's running
pkill -x waybar
else
# Start waybar if it's not running
waybar &
fi
1:24 what 😳
👍
Ahahah classic, I was looking for this comment. I love waybar but not that much :) Forking aside, great video and great channel, I've got started with hyprland thanks to you.
You're a guarantee.
Thanks.
blud doxing his self
This guy forced me switch to Arch lol :|
👍
Tyvm
👍
👍