mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-16 09:23:28 -05:00
Updates...
This commit is contained in:
parent
bdbf8c8835
commit
d0616195a4
@ -1,2 +1,2 @@
|
|||||||
LastUsed=1692531430
|
LastUsed=1692532332
|
||||||
Message='Fully Updated'
|
Message='Fully Updated'
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
kernel() {
|
kernel() {
|
||||||
icon=""
|
. $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes
|
||||||
|
|
||||||
|
icon=" "
|
||||||
|
|
||||||
kernel=$(uname -r | awk '{print $1}')
|
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
|
kernel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user