When Nerd Fonts makes some of your #EwwBar icons vanish and you discover that made certain ones obsolete. All updated to new versions now. :eyeroll:
Oh what the heck if you can't beat them join them. Just added rounded corners to #EwwBar, #Foot and #Fuzzel and changed Fuzzels border width and color. I'm easily pleased. 😂
#TilingWM #Linux
https://codeberg.org/JustineSmithies/hyprland-dotfiles
#ewwbar #foot #fuzzel #tilingwm #linux
@Qper I've pushed my #Hyprland and #EwwBar #dotfiles to my #Git repo over on @Codeberg f you're interested ? Just remember that they are in no way perfect and work just fine so far on my dual screen setup aka 1 laptop and one external screen. 😉
#TilingWM
#Hyprland #ewwbar #dotfiles #git #tilingwm
It's looking more and more like I'll be switching full time to #Hyprland as I've been able to do more than I could with my :heart: #qtile and also being able to run #Ardour without issue for my home studio setup is really important to me too. I've managed to get everything just as I like it using #EwwBar and I don't even need #Kanshi anymore. I have a dual screen setup that does everything that I need from it and it took a while to workout what I needed to do code wise but it works for me.
#Hyprland #qtile #ardour #ewwbar #Kanshi
#linuxdesktop folks need opinions. I recently moved to #polybar and like but opening the “oooh custom status bars” box has lead me to #ewwBar (https://elkowar.github.io/eww/configuration.html)
#linuxdesktop #polybar #ewwbar
Boost got my #EwwBar / #Hyprland custom workspace and dispatcher scripts working on my dual screen setup and they still work on a single too if the external screen is unplugged. Only issue left to sort is when the external is plugged back in that screens bar is gone. So I'll have to use a hook for detecting the screen being reconnected and make sure the bar restarts then hopefully job done. I'm trying to avoid having to use #Kanshi if it can be helped.
#ArchLinux
#ewwbar #Hyprland #Kanshi #archlinux
Still playing with #Hyprland and trying various Wayland status bars. I notice that #Waybar makes my #Archlinux #ThinkPad P14s run 10°C hotter than #EwwBar does. :thinking:
#Hyprland #waybar #archlinux #thinkpad #ewwbar
Realised I don't need to reload the config after updating with #Paru . I just need to check for the number of updates and update the #EwwBar widget variable with eww update $variable="$value" . It's amazing how the answer just comes to you after walking away for a while.
I so ❤ the versatility of Eww bar.
Came across a funky issue whilst configuring my #EwwBar this week so I'm sharing this in case it helps anyone else?
I made my own arch updates widget and thought I could do the following with the onclick option but it never ran the second command see below.
:onclick "foot paru; ${EWW_CMD} reload"
So eventually I worked it out and the format should be as below instead:
:onclick "foot bash -c 'paru; ${EWW_CMD} reload'&"