Updates...

This commit is contained in:
The-Repo-Club 2023-08-20 12:52:12 +01:00
parent bdbf8c8835
commit d0616195a4
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
2 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,2 @@
LastUsed=1692531430
LastUsed=1692532332
Message='Fully Updated'

View File

@ -1,11 +1,13 @@
#!/usr/bin/env bash
kernel() {
icon=""
. $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes
kernel=$(uname -r | awk '{print $1}')
icon="  "
printf " %s %s \n" "$icon" "$kernel"
kernel=$(uname -r | awk '{print $1}')
printf " %s %s \n" "^c$Foreground^^b$Cyan^$icon" "^c$Foreground^^b$Cyan_Bright^ $kernel"
}
kernel