mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
zsh: add status command
This commit is contained in:
parent
95906cd805
commit
994a8bfd7d
2 changed files with 102 additions and 0 deletions
101
fastfetch/status.jsonc
Normal file
101
fastfetch/status.jsonc
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": "none",
|
||||
"display": {
|
||||
"color": "white",
|
||||
},
|
||||
"modules": [
|
||||
"os",
|
||||
"kernel",
|
||||
"initsystem",
|
||||
"packages",
|
||||
"uptime",
|
||||
"users",
|
||||
|
||||
"break",
|
||||
|
||||
"terminalsize",
|
||||
{
|
||||
"type": "colors",
|
||||
"key": "Terminal Colors",
|
||||
"symbol": "square",
|
||||
},
|
||||
|
||||
"break",
|
||||
|
||||
"host",
|
||||
"poweradapter",
|
||||
"sound",
|
||||
{
|
||||
"type": "battery",
|
||||
"temp": true,
|
||||
},
|
||||
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "cpu",
|
||||
"showPeCoreCount": true,
|
||||
"temp": true,
|
||||
},
|
||||
"cpuusage",
|
||||
"processes",
|
||||
"loadavg",
|
||||
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "gpu",
|
||||
"driverSpecific": true,
|
||||
"temp": true,
|
||||
},
|
||||
"display",
|
||||
"brightness",
|
||||
// "monitor",
|
||||
|
||||
"break",
|
||||
|
||||
"memory",
|
||||
"swap",
|
||||
"physicalmemory",
|
||||
|
||||
"break",
|
||||
|
||||
"disk",
|
||||
{
|
||||
"type": "physicaldisk",
|
||||
"temp": true
|
||||
},
|
||||
// "diskio",
|
||||
|
||||
"break",
|
||||
|
||||
"wifi",
|
||||
"dns",
|
||||
{
|
||||
"type": "publicip",
|
||||
"timeout": 1000
|
||||
},
|
||||
{
|
||||
"type": "localip",
|
||||
"showIpv6": false,
|
||||
"showMac": false,
|
||||
"showSpeed": false,
|
||||
"showMtu": false,
|
||||
"showLoop": false,
|
||||
"showFlags": false,
|
||||
"showAllIps": true
|
||||
},
|
||||
// "netio",
|
||||
|
||||
"break",
|
||||
|
||||
"datetime",
|
||||
{
|
||||
"type": "weather",
|
||||
"timeout": 1000
|
||||
},
|
||||
|
||||
"break",
|
||||
]
|
||||
}
|
||||
|
|
@ -49,6 +49,7 @@ alias fakemsg='echo "$(curl -s https://whatthecommit.com/index.txt)"'
|
|||
alias ncdu='ncdu --color off'
|
||||
alias lynx='WWW_HOME=https://duckduckgo.com \
|
||||
lynx -accept_all_cookies -nocolor -nopause -show_cursor:true -tna -vikeys'
|
||||
alias status='clear && fastfetch -c ~/dotfiles/fastfetch/status.jsonc'
|
||||
|
||||
# Aliases for nmtui @see https://lemmy.world/post/17689127
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue