mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Added custom names
This commit is contained in:
parent
a05bb7cee9
commit
764ecefe1d
@ -26,7 +26,7 @@
|
|||||||
# List available modules with "fastfetch --list-modules".
|
# List available modules with "fastfetch --list-modules".
|
||||||
# Get the default structure with "fastfetch --print-structure".
|
# Get the default structure with "fastfetch --print-structure".
|
||||||
# --structure Title:Separator:OS:Host:Kernel:Uptime:Packages:Shell:Resolution:DE:WM:WMTheme:Theme:Icons:Font:Cursor:Terminal:TerminalFont:CPU:GPU:Memory:Disk:Battery:Locale:Break:Colors
|
# --structure Title:Separator:OS:Host:Kernel:Uptime:Packages:Shell:Resolution:DE:WM:WMTheme:Theme:Icons:Font:Cursor:Terminal:TerminalFont:CPU:GPU:Memory:Disk:Battery:Locale:Break:Colors
|
||||||
--structure Title:Separator:OS:Host:Kernel:Uptime:Packages:Resolution:DE:WM:WMTheme:Theme:Icons:CPU:GPU:Memory:Disk:Battery:Song:Break
|
--structure Title:Separator:OS:Host:Kernel:Uptime:Break:Packages:Resolution:Break:CPU:GPU:Memory:Disk:Battery:Break:Song:PublicIP:DateTime
|
||||||
|
|
||||||
# Multithreading option:
|
# Multithreading option:
|
||||||
# Sets if fastfetch should use multiple threads to detect the values.
|
# Sets if fastfetch should use multiple threads to detect the values.
|
||||||
@ -149,35 +149,61 @@
|
|||||||
# Key options:
|
# Key options:
|
||||||
# Sets the displayed key of a module
|
# Sets the displayed key of a module
|
||||||
# Can be any string. Some of theme take an argument like a format string. See "fastfetch --help format" for help.
|
# Can be any string. Some of theme take an argument like a format string. See "fastfetch --help format" for help.
|
||||||
--os-key OS
|
# --os-key OS
|
||||||
--host-key Host
|
# --os-key OS
|
||||||
--kernel-key Kernel
|
# --os-key ""
|
||||||
--uptime-key Uptime
|
--os-key BTW I use
|
||||||
|
# --host-key Host
|
||||||
|
# --host-key ""
|
||||||
|
--host-key Mainframe
|
||||||
|
# --kernel-key Kernel
|
||||||
|
# --kernel-key ""
|
||||||
|
--kernel-key Penguin
|
||||||
|
# --uptime-key Uptime
|
||||||
|
--uptime-key Time without touching grass
|
||||||
--processes-key Processes
|
--processes-key Processes
|
||||||
--packages-key Packages
|
# --packages-key Packages
|
||||||
--shell-key Shell
|
# --packages-key ""
|
||||||
--resolution-key Resolution {1}
|
--packages-key Bloat amount
|
||||||
--de-key DE
|
# --shell-key Shell
|
||||||
--wm-key WM
|
# --wm-key ""
|
||||||
--wm-theme-key WM Theme
|
# --shell-key ""
|
||||||
--theme-key Theme
|
--shell-key Krab
|
||||||
--icons-key Icons
|
# --resolution-key Resolution {1}
|
||||||
--font-key Font
|
# --resolution-key Flex {1}
|
||||||
--cursor-key Cursor
|
# --de-key DE
|
||||||
--terminal-key Terminal
|
# --wm-key WM
|
||||||
--terminal-font-key Terminal Font
|
# --wm-theme-key WM Theme
|
||||||
--cpu-key CPU
|
# --theme-key Theme
|
||||||
--cpu-usage-key CPU Usage
|
# --icons-key Icons
|
||||||
|
# --font-key Font
|
||||||
|
# --cursor-key Cursor
|
||||||
|
# --terminal-key Terminal
|
||||||
|
# --terminal-key ""
|
||||||
|
# --terminal-font-key Terminal Font
|
||||||
|
# --terminal-font-key ""
|
||||||
|
# --cpu-key CPU
|
||||||
|
# --cpu-key ""
|
||||||
|
--cpu-key Toaster
|
||||||
|
# --cpu-usage-key CPU Usage
|
||||||
# --gpu-key GPU {1}
|
# --gpu-key GPU {1}
|
||||||
--memory-key Memory
|
# --gpu-key ""
|
||||||
--disk-key Disk ({1})
|
--gpu-key Crypto Miner
|
||||||
--battery-key Battery {1}
|
# --memory-key Memory
|
||||||
--locale-key Locale
|
--memory-key I forgot
|
||||||
--local-ip-key Local IP ({1})
|
# --disk-key Disk ({1})
|
||||||
--public-ip-key Public IP
|
--disk-key Floppy {1}
|
||||||
|
# --battery-key Battery {1}
|
||||||
|
--battery-key Juice
|
||||||
|
# --locale-key Locale
|
||||||
|
# --local-ip-key Local IP ({1})
|
||||||
|
# --public-ip-key Public IP
|
||||||
|
# --public-ip-key Doxxed
|
||||||
|
--public-ip-key AAA Server
|
||||||
--player-key Media Player
|
--player-key Media Player
|
||||||
--song-key Song
|
# --song-key Song
|
||||||
--datetime-key Date Time
|
# --song-key Earrape
|
||||||
|
--datetime-key Spacetime
|
||||||
|
|
||||||
# Format options:
|
# Format options:
|
||||||
# Sets the format string for module values.
|
# Sets the format string for module values.
|
||||||
@ -231,3 +257,5 @@
|
|||||||
#--lib-rpm /usr/lib/librpm.so
|
#--lib-rpm /usr/lib/librpm.so
|
||||||
#--lib-imagemagick /usr/lib/libMagickCore-7.Q16HDRI.so
|
#--lib-imagemagick /usr/lib/libMagickCore-7.Q16HDRI.so
|
||||||
#--lib-z /usr/lib/libz.so
|
#--lib-z /usr/lib/libz.so
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user