This commit is contained in:
[yuri]
2025-11-29 17:41:10 +01:00
parent a17f70b787
commit b6e939ad9d
4 changed files with 42 additions and 60 deletions

View File

@@ -13,7 +13,7 @@
"break", "break",
{ {
"type": "custom", "type": "custom",
"format": "\u001b[90m┌──────────────────────Hardware──────────────────────┐" "format": "┌──────────────────────Hardware──────────────────────┐"
}, },
{ {
"type": "host", "type": "host",
@@ -42,9 +42,13 @@
}, },
{ {
"type": "custom", "type": "custom",
"format": "\u001b[90m└────────────────────────────────────────────────────┘" "format": "└────────────────────────────────────────────────────┘"
}, },
{
"type": "custom",
"format": "┌──────────────────────Software──────────────────────┐"
},
{ {
"type": "os", "type": "os",
"key": " OS", "key": " OS",
@@ -55,11 +59,6 @@
"key": "│ ├", "key": "│ ├",
"keyColor": "yellow" "keyColor": "yellow"
}, },
{
"type": "bios",
"key": "│ ├",
"keyColor": "yellow"
},
{ {
"type": "packages", "type": "packages",
"key": "│ ├󰏖", "key": "│ ├󰏖",
@@ -87,23 +86,27 @@
"keyColor": "blue" "keyColor": "blue"
}, },
{ {
"type": "wmtheme", "type": "theme",
"key": "│ ├󰉼", "key": "│ ├󰉼",
"keyColor": "blue" "keyColor": "blue"
}, },
{ {
"type": "icons",
"key": "│ ├󰉼",
"keyColor": "blue"
}, {
"type": "terminal", "type": "terminal",
"key": "└ └", "key": "└ └",
"keyColor": "blue" "keyColor": "blue"
}, },
{ {
"type": "custom", "type": "custom",
"format": "\u001b[90m└────────────────────────────────────────────────────┘" "format": "└────────────────────────────────────────────────────┘"
}, },
{ {
"type": "custom", "type": "custom",
"format": "\u001b[90m┌────────────────────Uptime / Age / DT───────────────────┐" "format": "┌────────────────────Uptime/Age/DT───────────────────┐"
}, },
{ {
"type": "command", "type": "command",
@@ -123,7 +126,7 @@
}, },
{ {
"type": "custom", "type": "custom",
"format": "\u001b[90m└─────────────────────────────────────────────────────────┘" "format": "────────────────────────────────────────────────────┘"
}, },
// { // {

View File

@@ -1,32 +1,42 @@
# See this wiki page for more info: # See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info # https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() { print_info() {
info title #info title
info underline #info underline
prin "┌──────────────────────Hardware──────────────────────┐"
info "PC" model
info "CPU" cpu
info "GPU" gpu
#info "GPU Driver" gpu_driver # Linux/macOS only
#info "Resolution" resolution
info "Memory" memory
info "Disk" disk
prin "└────────────────────────────────────────────────────┘"
prin "┌──────────────────────Software──────────────────────┐"
info "OS" distro info "OS" distro
info "Host" model
info "Kernel" kernel info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages info "Packages" packages
info "Shell" shell info "Shell" shell
info "Resolution" resolution
info "DE" de info "DE" de
info "WM" wm info "WM" wm
info "WM Theme" wm_theme #info "WM Theme" wm_theme
info "Theme" theme info "Theme" theme
info "Icons" icons info "Icons" icons
info "Terminal" term info "Terminal" term
#info "Font" font
info "Terminal Font" term_font info "Terminal Font" term_font
info "CPU" cpu prin "└────────────────────────────────────────────────────┘"
info "GPU" gpu
info "Memory" memory
info "GPU Driver" gpu_driver # Linux/macOS only prin "┌────────────────────Uptime/Age/DT───────────────────┐"
info "CPU Usage" cpu_usage info "Uptime" uptime
info "Disk" disk prin "└────────────────────────────────────────────────────┘"
#info "CPU Usage" cpu_usage
# info "Battery" battery # info "Battery" battery
info "Font" font
# info "Song" song # info "Song" song
# [[ "$player" ]] && prin "Music Player" "$player" # [[ "$player" ]] && prin "Music Player" "$player"
# info "Local IP" local_ip # info "Local IP" local_ip
@@ -195,7 +205,7 @@ speed_type="bios_limit"
# Example: # Example:
# on: 'i7-6500U (4) @ 3.1GHz' # on: 'i7-6500U (4) @ 3.1GHz'
# off: 'i7-6500U (4) @ 3.100GHz' # off: 'i7-6500U (4) @ 3.100GHz'
speed_shorthand="off" speed_shorthand="on"
# Enable/Disable CPU brand in output. # Enable/Disable CPU brand in output.
# #
@@ -387,7 +397,7 @@ de_version="on"
# disk_show=('/'): # disk_show=('/'):
# 'Disk (/): 74G / 118G (66%)' # 'Disk (/): 74G / 118G (66%)'
# #
disk_show=('/') disk_show=('/' '/DATA_LINUX/')
# Disk subtitle. # Disk subtitle.
# What to append to the Disk subtitle. # What to append to the Disk subtitle.
@@ -563,7 +573,7 @@ underline_char="-"
# Example: # Example:
# separator="->": 'Shell-> bash' # separator="->": 'Shell-> bash'
# separator=" =": 'WM = dwm' # separator=" =": 'WM = dwm'
separator=":" separator=" |"
# Color Blocks # Color Blocks
@@ -590,14 +600,14 @@ block_range=(0 15)
# Default: 'on' # Default: 'on'
# Values: 'on', 'off' # Values: 'on', 'off'
# Flag: --color_blocks # Flag: --color_blocks
color_blocks="off" color_blocks="on"
# Color block width in spaces # Color block width in spaces
# #
# Default: '3' # Default: '3'
# Values: 'num' # Values: 'num'
# Flag: --block_width # Flag: --block_width
block_width=3 block_width=2
# Color block height in lines # Color block height in lines
# #

View File

@@ -1,19 +0,0 @@
[xin_0]
file=/usr/share/backgrounds/arcolinux/arco-wallpaper.jpg
mode=5
bgcolor=#000000
[xin_1]
file=/usr/share/backgrounds/arcolinux/arco-wallpaper.jpg
mode=5
bgcolor=#000000
[xin_2]
file=/usr/share/backgrounds/arcolinux/arco-wallpaper.jpg
mode=5
bgcolor=#000000
[xin_3]
file=/usr/share/backgrounds/arcolinux/arco-wallpaper.jpg
mode=5
bgcolor=#000000

View File

@@ -1,12 +0,0 @@
[geometry]
posx=421
posy=104
sizex=1137
sizey=836
[nitrogen]
view=icon
recurse=true
sort=alpha
icon_caps=true
dirs=/usr/share/backgrounds;