Share Your Desktop

Have added the panels on the right and left. Set ditto Menu left in the middle. Think i have all the information in the panels which is worth. I like it

12 Likes

Wow ! I got an idea for my setup after this. Nice Wallpaper btw :+1: Possible to share it?

1 Like

Two Taskbar Setup :star_struck: Thank you @swh Got inspired from your post :smiley:

8 Likes

Of course! Here you go

7 Likes

Thank you :slight_smile:

You’re welcome :enos:

I’ve been trying to create a battery widget for Awesome wm. So far I’ve gotten the widget to appear, but I can’t control the color based on the battery percentage.

I tried using an if else statement like this:

if battery_percentage <= 20 then
        color = "#f38ba8"
elseif battery_percentage <= 60 then
        color = "#f9e2af"
elseif battery_percentage >= 95 then
        color = "#8ba678"
else
        color = "#FFFFFF" -- Default color if none of the conditions match
end

Though that causes the widget to disappear, so I’m currently doing this:

local function update_battery_widget()
    awful.spawn.easy_async("/home/void/.config/awesome/scripts/battery.sh", function(stdout)
        font = theme.font
        battery_percentage = stdout
        color = "#8ba678"
        battery.markup = "<span font=\"" .. font .. "\" color=\"" .. color .. "\"> Bat: " .. battery_percentage .. "%</span>"
    end)
end

Here is the bash script in case anyone wants to take a look:

#!/bin/bash

BAT=$(acpi -b | grep -E -o '[0-9]+%')
BAT_PERCENTAGE=${BAT%\%}

echo "$BAT"

exit 0

If anyone wants to take a crack at it, I would greatly appreciate the help!

Just installed EOS in my old laptop (instead of throwing it away).

12 Likes

And short of some wire tucking and fine tuning. The desktop is pretty much finished! My first desktop and hopefully it lasts many many years to come.

24 Likes

Edit forgot to change up the colour accent

12 Likes

Dude, that set up is absolutely fantastic!

Beautiful!!

The clock on desktop is a plasmoid?

Yes, it’s called Modern Clock

1 Like

Thank you. It took a lot of planning and measuring and hours to piece everything together. But I’m really happy how is coming out. I love the media monitor on top for football, racing, baseball, music whatever.

As I finish the last of the wiring, adjust the monitors a little more ill take some more photos and what not

4 Likes

Who are the eagles playing? And the wallpaper please.

I really like that Linux Kernnel heart! Anway that I could get it?

Here you go


Original

linuxheart

linuxheart2

7 Likes

Many thanks! :+1:

1 Like

I want to be fair so who do I give credit to for pic #1 and #3?

1 Like

Not too sure but here is where I got it from https://wallpaper.dog/linux

1 Like