feat: make Layan rice fully optional — move SDDM conf + fastfetch (new ANSI art logo) into euri-desktop-settings, rice deps pulled by layan pkg, netinstall gains optional 'Euri Rice' group
Build Packages / build (push) Failing after 38s
Build Packages / build (push) Failing after 38s
This commit is contained in:
@@ -0,0 +1,142 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "~/.config/fastfetch/EuriP.png",
|
||||
"type": "kitty",
|
||||
"padding": {
|
||||
"top": 8,
|
||||
"left": 3
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[36m┌───────────────────Eat , Sleep , Euri Linux ───────────────────┐",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " Web",
|
||||
"keyColor": "cyan",
|
||||
"text": "echo https://antergos-nas.taild4360b.ts.net/Euri-Linux"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[36m└─────────────────────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[92m┌─────────────────────────── Hardware ──────────────────────────┐"
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " PC",
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": "│ ├",
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": "│ ├",
|
||||
"keyColor": "green",
|
||||
"format": "{1}, {3} Cores"
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": "│ └",
|
||||
"keyColor": "green",
|
||||
"format": "{2}, {3}"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[92m└─────────────────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[93m┌─────────────────────────── System ────────────────────────────┐"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " OS",
|
||||
"keyColor": "yellow",
|
||||
"format": "{name}"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": "│ ├",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
{
|
||||
"type": "de",
|
||||
"key": "│ ├",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": "│ └",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[93m└─────────────────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[94m┌───────────────────────── Theming/Other ───────────────────────┐"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " sh",
|
||||
"keyColor": "blue",
|
||||
"format": "{1}"
|
||||
},
|
||||
{
|
||||
"type": "wmtheme",
|
||||
"key": "│ ├",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": "│ ├",
|
||||
"keyColor": "blue",
|
||||
"format": "{1}"
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": "│ └",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[94m└─────────────────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[95m┌───────────────────────── System Times ────────────────────────┐"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " OS Age ",
|
||||
"keyColor": "magenta",
|
||||
"keyWidth": 12,
|
||||
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " Uptime ",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[95m└─────────────────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break",
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
[Autologin]
|
||||
Relogin=false
|
||||
Session=
|
||||
User=
|
||||
|
||||
[General]
|
||||
Numlock=on
|
||||
HaltCommand=/usr/bin/dinitctl poweroff
|
||||
RebootCommand=/usr/bin/dinitctl reboot
|
||||
|
||||
[Theme]
|
||||
Current=pixie
|
||||
|
||||
[Users]
|
||||
MaximumUid=60513
|
||||
MinimumUid=1000
|
||||
Reference in New Issue
Block a user