We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a9ba3 commit f58dc27Copy full SHA for f58dc27
2 files changed
VERSION
@@ -1 +1 @@
1
-7
+8
update.sh
@@ -118,7 +118,7 @@ show_system_status() {
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"
+ printf " │ Last Package Change: ${YELLOW}%-$((box_width - 25))s${NC} │\n" "$LAST_UPDATE"
122
123
echo -e " └${border}┘"
124
echo ""
0 commit comments