| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: silence SC1003 in bootstrap.sh efibootmgr hint; shfmt wifi-status.shHEADmaster | 43 hours | 1 | -8/+8 | |
| | | | | | | | | | - bootstrap.sh: the trailing backslash in the efibootmgr example is literal text shown to the user, not shell line continuation. Disable SC1003 with an inline directive and switch back to single quotes so the backslash renders as-is. - wifi-status.sh: reformat with shfmt -i 2 -ci -s. | ||||
| * | waybar: use iwd D-Bus + /proc for wifi instead of scraping iwctl | 44 hours | 1 | -18/+35 | |
| | | | | | | | | Replace iwctl ANSI-stripping with busctl calls against net.connman.iwd (a formally stable, documented D-Bus API) to get state and SSID, and read signal strength directly from /proc/net/wireless. No more parser fragility if iwctl's human-readable layout changes. | ||||
| * | waybar: add disk module, heat-colour VOL, move window title to left | 44 hours | 2 | -2/+37 | |
| | | |||||
| * | waybar: heat-colour CPU/memory/wifi %/temperature values via pango | 44 hours | 3 | -4/+60 | |
| | | |||||
| * | waybar: use iwctl (from iwd) instead of iw for wifi status | 44 hours | 1 | -8/+16 | |
| | | |||||
| * | waybar: custom/wifi via iw for bond-slaved wlan; drop wg; shorter memory | 44 hours | 4 | -35/+28 | |
| | | |||||
| * | waybar: wifi interface is wlan0 on this host | 44 hours | 1 | -1/+1 | |
| | | |||||
| * | waybar: split network into wifi/bond/wg, reorder, add gruvbox accents | 44 hours | 3 | -9/+78 | |
| | | |||||
| * | waybar: add free% to memory, slow network updates to 10s | 44 hours | 2 | -6/+7 | |
| | | |||||
| * | waybar: show memory used/free and wifi SSID + signal + throughput | 44 hours | 1 | -5/+7 | |
| | | |||||
| * | style: apply prettier and taplo to css/json/jsonc/toml | 44 hours | 2 | -79/+88 | |
| | | |||||
| * | refactor: restructure to chezmoi source state | 44 hours | 2 | -0/+138 | |
| Rename home/ contents to chezmoi naming conventions: - dot_ prefix for dotfiles and dot-dirs - private_dot_ for .gnupg and .ssh directories - private_ for 0600 files (nym.pub) - executable_ for scripts in .local/bin and display-toggle.sh - symlink_ for mimeapps.list symlink | |||||
