this post was submitted on 18 May 2025
86 points (98.9% liked)

Unixporn

17086 readers
1 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] AntY@lemmy.world 2 points 1 month ago (1 children)

I’m currently fighting waybar to make it look similar to what you got. Do you happen to have config files to share?

[–] mccd@lemmy.sdf.org 4 points 1 month ago

Sure:

bar {
    position top
    mode dock
    strip_workspace_numbers yes
    gaps 5
    status_edge_padding 0
    # When the status_command prints a new line to stdout, swaybar updates.
    status_command while printf \"%s :: %s" \"$(date +'%H:%M')\" \"$(cat /sys/class/power_supply/BAT0/capacity)%\"; do sleep 60; done 
    colors {
        statusline #f6f6f6
        background #272727
        inactive_workspace #272727 #272727 #f6f6f6
        focused_workspace  #f6f6f6 #f6f6f6 #272727
    }
}