François Bechet
François Bechet
You are right, I get your point, let's not break decades old Unix traditions.
For this to work, proper configuration must be used in Waybar config file by adding the following to the media section: ``` "format-icons": { "Playing": "\uf144", "Paused": "\uf28b" } ```...
Sorry for the late answer, I've been busy with university (and still am). Hope I made the right changes but it should be fine. :)
Most awaited feature!
Let's take the example of Sway, to theme it, I have two files: - lightTheme - darkTheme So with a script I change the `include lightTheme` line to `include darkTheme`...
Dealing with services is annoying with dark/light mode scripts, as you have to write a specific section for each application to communicate with their respective services. Allow to include external...
Yeah @Leaced that's what I pointed out above.
Does someone know a workaround to for example have wttr weather emojis like sun, clouds or the only way is to wait for proper support?
I got it working with these lines: ${texeci 5 curl wttr.in/arlon_lang=en.png | convert - -transparent black $HOME/.config/conky/out.png} ${image $HOME/.config/conky/out.png -p 0,0} But the issue now, is that the image doesn't...
I created this bash script that kill conky(as stated in conky man) then runs all my conky configs, but it's doing it only one time. Then conky keeps running. (the...