[hyprland] notch apple

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???)

126 points · 13 comments · view on lemmy.world

13 Comments

Treeniks@lemmy.ml · 8 pts · 2y

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

qon4@lemmy.zip · 6 pts · 2y

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

ProtoShark@lemm.ee · 4 pts · 2y (5 replies)

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.

ProtoShark@lemm.ee · 3 pts · 2y (1 reply)

@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 · 2 pts · 2y

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

mac@infosec.pub · 3 pts · 2y

This is neat, I'd like to see it

phantomwise@kolektiva.social · 2 pts · 2y

@ProtoShark @qon4

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

qon4@lemmy.zip · 0 pts · 2y

Give it to me... NOW!!!! ::: spoiler . ...and thank you if you decide to share! :::

desmosthenes@lemmy.world · 3 pts · 2y (4 replies)

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?!

Midnight1938@reddthat.com · 4 pts · 2y (1 reply)

You could make it collapsible, there are scipts online that you can add to the chrome folder to accomplish that

desmosthenes@lemmy.world · 3 pts · 2y

i’m inspired to dive into that

qon4@lemmy.zip · 3 pts · 2y (1 reply)

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!

desmosthenes@lemmy.world · 3 pts · 2y

oooOO - yea you’re right - ooooo autohide sounds like a dream lol