[hyprland] notch apple (rimgo.drgns.space)
submitted 2 years ago* (last edited 2 years ago) by 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???)

all 13 comments

sorted by: hot top controversial new old
[–] 8 points 2 years ago

Wow that firefox css is looking real nice. Thanks for sharing.

  • source
  • [–] [S] 5 points 2 years ago

    no clue why i added the "dotfiles" bulletpoint in post when it is literally js the def hyprland config with some minor changes

  • source
  • [–] 3 points 2 years ago* (4 children)

    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.

  • source
  • hideshow 8 child comments
  • [–] 2 points 2 years ago* (last edited 2 years ago) (1 child)

    @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
    
  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago* (2 children)

    very sexy and clean - kusdos!

    I want to use arcwtf but I kinda dislike the sidebar and weird light mode context menus in dark mode - is that an in app launcher style url bar too?!

  • source
  • hideshow 4 child comments
  • [–] [S] 2 points 2 years ago* (last edited 2 years ago) (1 child)

    you can toggle the sidebar! you can also customize it through the sideberry extension (i also managed to make it autohide once but i don't really remember how!)

    the context menus thing may be because you are using the "default" firefox theme thingy! it also just looks greater with firefox color for some reason...

    EDIT: i found how to! go to about:config and set a new boolean entry for uc.tweak.hide-tabs-bar, that should make it autohide!

  • source
  • parent
  • hideshow 2 child comments