dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit 4e6aa7be356c4eb72339336c4a92c96562cb98d3
parent 36723070a55cb80f1e51835b2fabc57bcbf9edb0
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sun, 21 Aug 2022 07:49:25 +0900

fix the width of display

Diffstat:
Mbin/dwm_status | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/dwm_status b/bin/dwm_status @@ -16,7 +16,7 @@ else bat="" fi -cpu=" CPU $(uptime | sed 's/.*load averages: \(.*\)/\1/' | cut -d, -f1) $(sysctl -n hw.cpuspeed)MHz |" +cpu=" CPU $(uptime | sed 's/.*load averages: \(.*\)/\1/' | cut -d, -f1) "$(printf "%4s" "$(sysctl -n hw.cpuspeed)")"MHz |" tmp=" TMP $(sysctl -n hw.sensors.cpu0.temp0 | cut -d'.' -f1) |"