mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: add st command
This commit is contained in:
parent
994a8bfd7d
commit
c9123e086f
2 changed files with 46 additions and 0 deletions
45
fastfetch/st.jsonc
Normal file
45
fastfetch/st.jsonc
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
|
"logo": "none",
|
||||||
|
"display": {
|
||||||
|
"color": "yellow",
|
||||||
|
"key": {
|
||||||
|
"width": 13,
|
||||||
|
},
|
||||||
|
"bar": {
|
||||||
|
"charElapsed": "▪",
|
||||||
|
"charTotal": "-",
|
||||||
|
"width": 12,
|
||||||
|
},
|
||||||
|
"percent": {
|
||||||
|
"type": 3,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
"title",
|
||||||
|
"break",
|
||||||
|
"memory",
|
||||||
|
"swap",
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/",
|
||||||
|
},
|
||||||
|
"break",
|
||||||
|
{
|
||||||
|
"type": "battery",
|
||||||
|
"key": "Battery",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "brightness",
|
||||||
|
"key": "Brightness",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "sound",
|
||||||
|
"format": "{5} ({3}) [{2}]",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wifi",
|
||||||
|
"format": "{11} ({7}) [{10} - {4}]",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
@ -49,6 +49,7 @@ alias fakemsg='echo "$(curl -s https://whatthecommit.com/index.txt)"'
|
||||||
alias ncdu='ncdu --color off'
|
alias ncdu='ncdu --color off'
|
||||||
alias lynx='WWW_HOME=https://duckduckgo.com \
|
alias lynx='WWW_HOME=https://duckduckgo.com \
|
||||||
lynx -accept_all_cookies -nocolor -nopause -show_cursor:true -tna -vikeys'
|
lynx -accept_all_cookies -nocolor -nopause -show_cursor:true -tna -vikeys'
|
||||||
|
alias st='fastfetch -c ~/dotfiles/fastfetch/st.jsonc'
|
||||||
alias status='clear && fastfetch -c ~/dotfiles/fastfetch/status.jsonc'
|
alias status='clear && fastfetch -c ~/dotfiles/fastfetch/status.jsonc'
|
||||||
|
|
||||||
# Aliases for nmtui @see https://lemmy.world/post/17689127
|
# Aliases for nmtui @see https://lemmy.world/post/17689127
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue