-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathffetch-advanced.conf
More file actions
executable file
·27 lines (26 loc) · 1.44 KB
/
ffetch-advanced.conf
File metadata and controls
executable file
·27 lines (26 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 🌟 Advanced config
echo "╭───────────── " t.underline t.bold fg.yellow getUsername
echo "│ " t.underline " System Information :"
echo "│ " fg.blue " OS: " fg.cyan getOsName " " t.italic fg.yellow t.bold getArch
echo "│ " fg.blue " Kernel: " fg.black getPlatform " " fg.green getKernel
echo "│ " fg.blue " Hostname: " fg.cyan getHostname
echo "│ " fg.blue " Packages: " fg.cyan getPackages
echo "│ " fg.blue " Locale: " fg.cyan getLocale
echo "│ "
echo "│ " t.underline " Hardware Information :"
echo "│ "
echo "│ " fg.yellow " CPU: " fg.white t.bold getCpu
echo "│ " fg.yellow " GPU: " fg.white t.bold getGpu
echo "│ " fg.yellow " Memory: " fg.white t.bold getMemory fg.yellow " MB"
echo "│ " fg.yellow " Root: " fg.white t.bold getDisk(/)
echo "│ "
echo "│ " t.underline " Desktop Information :"
echo "│ "
echo "│ " fg.magenta " DE/WM: " fg.white t.bold getDesktop
echo "│ " fg.magenta " Uptime: " fg.white t.bold getUptime
echo "│ " fg.magenta " Primary: " fg.white t.bold getMonitor(0)
echo "│ " fg.magenta " Shell: " fg.white t.bold getShell
echo "│ " fg.magenta " Terminal: " fg.white t.bold getTerm
echo "╰───────────────────────────────╯"
ascii = "/home/getUsername/.config/ffetch/ascii.txt"
ascii_color = "fg.cyan"