Skip Navigation
Jump
[hyprland] notch apple
  • @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
    
    3
  • Jump
    [hyprland] notch apple
  • 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.

    4
  • Jump
    Pretty fly for a Venn diagram
  • What can we learn from this?

    Knives have the most dominant qualities and butter has the least dominant qualities out of these three objects

    113