Re: Living without a panel
@EnochRoot, Have you looked at dzen
It can provide a minimal status bar that could show a clock and various other information without making it feel like a panel to much ![]()
aosd_cat is also another OSD option like wlourf suggested but tends to look a bit nicer with fade effects and fonts. I am also "panelless" (is that a word) and have it bound to F12 for a quick time check when conky is obscured etc.
#!/bin/bash
export DISPLAY=:0
killall aosd_cat
date +"%T %a %d.%m.%Y" | aosd_cat -n "Sans 20 bold" -o 3000 -R yellow -f 0 -p 8
# END