mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-14 14:41:00 +00:00
Added fastfetch config and small hyprland.conf changes.
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
▄
|
||||||
|
▟█▙
|
||||||
|
▟███▙
|
||||||
|
▟█████▙
|
||||||
|
▟███████▙
|
||||||
|
▂▔▀▜██████▙
|
||||||
|
▟██▅▂▝▜█████▙
|
||||||
|
▟█████████████▙
|
||||||
|
▟███████████████▙
|
||||||
|
▟█████████████████▙
|
||||||
|
▟███████████████████▙
|
||||||
|
▟█████████▛▀▀▜████████▙
|
||||||
|
▟████████▛ ▜███████▙
|
||||||
|
▟█████████ ████████▙
|
||||||
|
▟██████████ █████▆▅▄▃▂
|
||||||
|
▟██████████▛ ▜█████████▙
|
||||||
|
▟██████▀▀▀ ▀▀██████▙
|
||||||
|
▟███▀▘ ▝▀███▙
|
||||||
|
▟▛▀ ▀▜▙
|
||||||
@@ -0,0 +1,109 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
|
"logo": {
|
||||||
|
"type": "file",
|
||||||
|
"source": "/home/duma/.config/hypr/fastfetch/ascii/arch.txt",
|
||||||
|
},
|
||||||
|
"display": {
|
||||||
|
"separator": " : ",
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"key": " ",
|
||||||
|
"keyColor": "yellow",
|
||||||
|
"text": "echo 'I am ...'",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "┌────────────────────────────────────────────────┐",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "os",
|
||||||
|
"key": " OS",
|
||||||
|
"format": "{2}",
|
||||||
|
"keyColor": "red",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "kernel",
|
||||||
|
"key": " Kernel",
|
||||||
|
"format": "{2}",
|
||||||
|
"keyColor": "red",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "packages",
|
||||||
|
"key": " Packages",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "display",
|
||||||
|
"key": " Display",
|
||||||
|
"format": "{1}x{2} @ {3}Hz [{7}]",
|
||||||
|
"keyColor": "green",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "terminal",
|
||||||
|
"key": " Terminal",
|
||||||
|
"keyColor": "yellow",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wm",
|
||||||
|
"key": " WM",
|
||||||
|
"format": "{2}",
|
||||||
|
"keyColor": "yellow",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "└────────────────────────────────────────────────┘",
|
||||||
|
},
|
||||||
|
"break",
|
||||||
|
{
|
||||||
|
"type": "title",
|
||||||
|
"key": " ",
|
||||||
|
"keyColor": "yellow",
|
||||||
|
"format": "{6} {7} {8}",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "┌────────────────────────────────────────────────┐",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "cpu",
|
||||||
|
"format": "{1}",
|
||||||
|
"key": " CPU",
|
||||||
|
"keyColor": "blue",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "gpu",
|
||||||
|
"format": "{1} {2}",
|
||||||
|
"key": " GPU",
|
||||||
|
"keyColor": "blue",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "memory",
|
||||||
|
"key": " 💾Memory ",
|
||||||
|
"keyColor": "red",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"key": " OS Age ",
|
||||||
|
"keyColor": "red",
|
||||||
|
"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": "red",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "└────────────────────────────────────────────────┘",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "colors",
|
||||||
|
"paddingLeft": 2,
|
||||||
|
"symbol": "circle",
|
||||||
|
},
|
||||||
|
"break",
|
||||||
|
],
|
||||||
|
}
|
||||||
+2
-2
@@ -27,7 +27,7 @@ exec-once = mkdir -p $HOME/Pictures/Screenshots
|
|||||||
|
|
||||||
# Our apps, adjust for yourself, otherwise apps won't run!
|
# Our apps, adjust for yourself, otherwise apps won't run!
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$fileManager = dolphin
|
$fileManager = nautilus
|
||||||
$menu = wofi --show drun
|
$menu = wofi --show drun
|
||||||
$telegram = Telegram
|
$telegram = Telegram
|
||||||
$spotify = spotify
|
$spotify = spotify
|
||||||
@@ -82,7 +82,7 @@ general {
|
|||||||
|
|
||||||
# Decoration settings (borders)
|
# Decoration settings (borders)
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 13
|
||||||
|
|
||||||
# Change transparency of focused and unfocused windows
|
# Change transparency of focused and unfocused windows
|
||||||
active_opacity = 0.985
|
active_opacity = 0.985
|
||||||
|
|||||||
Reference in New Issue
Block a user