133
[hyprland] notch apple (rimgo.drgns.space)
submitted 3 months ago* (last edited 3 months ago) by qon4@lemmy.zip to c/unixporn@lemmy.ml

i despise bars but it would still be nice to know the time!

detail(s

more screenshots here (how do people even make those bunched up ones???)

you are viewing a single comment's thread
view the rest of the comments
[-] ProtoShark@lemm.ee 3 points 3 months ago* (last edited 3 months ago)

i despise bars but it would still be nice to know the time

I have a script set up to only show the bar when i have my launcher up. I can share it here if you like.

[-] mac@infosec.pub 2 points 3 months ago

This is neat, I'd like to see it

[-] ProtoShark@lemm.ee 2 points 3 months ago* (last edited 3 months ago)

@phantomwise@kolektiva.social @qon4@lemmy.zip

#! /bin/bash

bar="waybar"
launcher="fuzzel"

if [ -z "$(pgrep -x $launcher)" ];
then
$bar &
$launcher
pkill -x $bar
else
pkill -x $launcher
fi
[-] phantomwise@kolektiva.social 1 points 3 months ago

@ProtoShark @qon4 Oooh thanks a lot !
I'll finally get rid of my bar ! \o/

[-] phantomwise@kolektiva.social 1 points 3 months ago

@ProtoShark @qon4

Neat solution, I definitely would like to see it !!

[-] qon4@lemmy.zip 0 points 3 months ago

Give it to me... NOW!!!!

....and thank you if you decide to share!

this post was submitted on 11 Mar 2024
133 points (95.9% liked)

Unixporn

14313 readers
204 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 5 years ago
MODERATORS