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
Wow ! I got an idea for my setup after this. Nice Wallpaper btw
Possible to share it?
Thank you ![]()
You’re welcome ![]()
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!
Dude, that set up is absolutely fantastic!
Beautiful!!
The clock on desktop is a plasmoid?
Yes, it’s called Modern Clock
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
Who are the eagles playing? And the wallpaper please.
I really like that Linux Kernnel heart! Anway that I could get it?
Many thanks! ![]()
I want to be fair so who do I give credit to for pic #1 and #3?
Not too sure but here is where I got it from https://wallpaper.dog/linux















