i despise bars but it would still be nice to know the time!
detail(s
- os \\ nixos
- shell \\ zsh (config here)
- colorscheme \\ n0tch2k
- firefox (librewolf) css \\ ArcWTF with this firefox color theme
- wm \\ hyprland
- wallpaper \\ here
more screenshots here (how do people even make those bunched up ones???)
You must log in or register to comment.
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.
@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
@ProtoShark @qon4 Oooh thanks a lot !
I’ll finally get rid of my bar ! \o/
This is neat, I’d like to see it
no clue why i added the “dotfiles” bulletpoint in post when it is literally js the def hyprland config with some minor changes