mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Updates...
This commit is contained in:
parent
bdbf8c8835
commit
d0616195a4
@ -1,2 +1,2 @@
|
||||
LastUsed=1692531430
|
||||
LastUsed=1692532332
|
||||
Message='Fully Updated'
|
||||
|
@ -1,11 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
kernel() {
|
||||
icon=""
|
||||
. $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes
|
||||
|
||||
icon=" "
|
||||
|
||||
kernel=$(uname -r | awk '{print $1}')
|
||||
|
||||
printf " %s %s \n" "$icon" "$kernel"
|
||||
printf " %s %s \n" "^c$Foreground^^b$Cyan^$icon" "^c$Foreground^^b$Cyan_Bright^ $kernel"
|
||||
}
|
||||
|
||||
kernel
|
||||
|
Loading…
Reference in New Issue
Block a user