scorpion-26 / gBar

Blazingly fast status bar written with GTK
MIT License
459 stars 17 forks source link

Documentation #90

Open vitrobiani opened 3 months ago

vitrobiani commented 3 months ago

Hey everyone, i'm starting out in the nix scene (and hyprland too) trying to configure my system i saw your bar and i think it's beautiful, but i can't seem to find a lot of documentation on it or how to configure it. my question is if there is someone who has a good working setup (preferably with comments lol) or is there any sort of documentation that I'm missing. thanks in advance and sorry if that's not the place to post this.

senyc commented 3 months ago

Mine doesn't have too many comments but I do set it up completely with nix. You can the configuration here: https://github.com/senyc/nixconfig/blob/8d500a4fc6a37a8f8f822d4f6826669c443de72c/homeManagerModules/gbar/default.nix

I have a vertical bar, so if you want it to be horizontal you might have to do some tinkering with my css. image

scorpion-26 commented 3 months ago

Since I don't use Nix, my support for it is spotty at best (The stuff that exists mostly isn't written by me). Though if you want general documentation, you can look at data/config. Every configuration variable is explained there with example values too. The names should be the same for a Nix configuration. As for CSS, there isn't any documentation yet, though the class names should hopefully be pretty descriptive.