File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 6
1+ 7
Original file line number Diff line number Diff line change @@ -115,9 +115,10 @@ show_system_status() {
115115 echo -e " ├${border} ┤"
116116
117117 # Content lines with dynamic padding
118- printf " │ Fedora Version: ${GREEN} %-$(( box_width - 22 )) s${NC} │\n" " $FEDORA_VERSION "
119- printf " │ Kernel: ${CYAN} %-$(( box_width - 14 )) s${NC} │\n" " $KERNEL_VERSION "
120- printf " │ Last Package Change: ${YELLOW} %-$(( box_width - 28 )) s${NC} │\n" " $LAST_UPDATE "
118+ # Format: " │ <label>: " + value + " │" = box_width inside
119+ printf " │ Fedora Version: ${GREEN} %-$(( box_width - 20 )) s${NC} │\n" " $FEDORA_VERSION "
120+ printf " │ Kernel: ${CYAN} %-$(( box_width - 12 )) s${NC} │\n" " $KERNEL_VERSION "
121+ printf " │ Last Package Change: ${YELLOW} %-$(( box_width - 26 )) s${NC} │\n" " $LAST_UPDATE "
121122
122123 echo -e " └${border} ┘"
123124 echo " "
You can’t perform that action at this time.
0 commit comments