Snelstartgids
Tsumiki is een modulaire statusbalk voor Hyprland, gebouwd op het Fabric-widgetsysteem.
Vereisten
Section titled “Vereisten”Zorg ervoor dat je het volgende hebt voordat je begint:
- Hyprland — een werkende Hyprland-installatie
- JetBrains Nerd Font —
sudo pacman -S ttf-jetbrains-mono-nerd - Python 3.12+ —
python --versionmoet 3.12 of hoger tonen
Snelle Installatie
Section titled “Snelle Installatie”git clone https://github.com/rubiin/tsumiki.git ~/.config/tsumikicd ~/.config/tsumiki./init.sh -setup./init.sh -startDe vlag -setup installeert alle benodigde systeempakketten en Python-afhankelijkheden. Tijdens de installatie kan naar je wachtwoord worden gevraagd.
Voor alternatieve installatiemethoden (bootstrap-script, handmatige installatie), zie de volledige installatiehandleiding.
Automatisch Starten
Section titled “Automatisch Starten”Voeg deze regel toe aan ~/.config/hypr/hyprland.conf:
exec-once = sleep 5; ~/.config/tsumiki/init.sh -startMinimale Configuratie
Section titled “Minimale Configuratie”Hier is een minimale config.toml om te beginnen:
"$schema" = "./tsumiki.schema.json"
[general]debug = falseauto_restart = true
[layout]left_section = ["workspaces", "window_title"]middle_section = ["date_time"]right_section = ["volume", "battery", "system_tray"]
[modules.bar]layer = "top"location = "top"
[widgets.workspaces]count = 10hide_unoccupied = true
[widgets.volume]tooltip = true
[widgets.battery]tooltip = trueNa het opslaan, herstart de balk:
pkill tsumiki./init.sh -startVolgende Stappen
Section titled “Volgende Stappen”Handleiding lezen →
Documentatie lezen →
Regels bekijken →
Hulp krijgen →