Skip to content

System64fumo/syshud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syshud

Syshud is a simple system status indicator written in gtkmm 4
preview

Configuration

syshud can be configured in 2 ways
1: By changing config.hpp and recompiling (Suckless style)
2: Using launch arguments

arguments:
  -p	Set position (eg: top, top-left, bottom, right)
  -o	Set orientation (eg: v, h)
  -W	Set window width
  -H	Set window Height
  -i	Set icon size
  -P	Hide percentage
  -m	Set margins ("top right bottom left")
  -t	Set timeout
  -T	Set transition time (0 disables animations)
  -b	Set custom backlight path
  -M	Set things to monitor
  -v	Prints version info

Pulseaudio support can be enabled instead of wireplumber by compiling using:

make PULSEAUDIO=1

Theming

syshud uses your gtk4 theme by default, However it can be also load custom css,
Just copy the included hud.css file to ~/.config/sys64/hud.css

Credits

Jason White for showing how to write pulseaudio stuff
waybar for showing how to write wireplumber stuff