dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 590ddcfc36f255266627dae81302183ebe1e8e1c
parent 51c822369704c2dbb626a8d8802841f6eaa8e941
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Mon, 30 Mar 2026 13:38:50 +0200

Add battery and music to bar and clean to g

Diffstat:
Mi3status-rust/.config/i3status-rust/config.toml | 9++++++---
Mscripts/.local/bin/g | 1+
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/i3status-rust/.config/i3status-rust/config.toml b/i3status-rust/.config/i3status-rust/config.toml @@ -8,9 +8,12 @@ idle_fg = "#abcdef" [icons] icons = "awesome4" -[icons.overrides] -bat = ["|E|", "|_|", "|=|", "|F|"] -bat_charging = "|^| " + +[[block]] +block = "music" + +[[block]] +block = "battery" [[block]] block = "cpu" diff --git a/scripts/.local/bin/g b/scripts/.local/bin/g @@ -5,6 +5,7 @@ a) sub="add" ;; bi) sub="bisect" ;; b|br) sub="branch" ;; cl) sub="clone" ;; +cn) sub="clean" ;; c|co) sub="commit" ;; d) sub="diff" ;; f) sub="fetch" ;;