-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
26 lines (25 loc) · 1017 Bytes
/
config.ini
File metadata and controls
26 lines (25 loc) · 1017 Bytes
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
# Lifetch Configuration
#
# Format your output using these placeholders:
# {user} - Current username
# {host} - Hostname
# {shell} - Current shell
# {term} - Terminal name
# {uptime} - System uptime
# {pkgs} - Package count
# {session} - Wayland/X11
# {wm} - Window manager
# {distro} - Linux distribution (short form)
# {distro_pretty} - Linux distribution (pretty name)
#
# Colors and Styles:
# Basic colors: {red}text{/red}, {green}text{/green}, etc.
# RGB colors: {rgb(255,0,0)}text{/rgb}
# Styles: {bold}text{/bold}, {underline}text{/underline}, etc.
#
# Example formats:
# format = "{bold}{red}{user}@{host}{/red}{/bold} on {green}{term}{/green}"
# format = "{rgb(255,165,0)}os{/rgb}: {host} | {bold}shell{/bold}: {shell}"
format = {bold}{cyan}{user}@{host}{/cyan}{/bold} since: {uptime}
{green}{shell}{/green} on {yellow}{term}{/yellow}
{magenta}{pkgs}{/magenta} pkgs on {blue}{distro} / {blue}{wm} / {blue}{session}{/blue}