diff --git a/fastfetch/ascii/arch.txt b/fastfetch/ascii/arch.txt new file mode 100644 index 0000000..d7860ce --- /dev/null +++ b/fastfetch/ascii/arch.txt @@ -0,0 +1,19 @@ + ▄ + ▟█▙ + ▟███▙ + ▟█████▙ + ▟███████▙ + ▂▔▀▜██████▙ + ▟██▅▂▝▜█████▙ + ▟█████████████▙ + ▟███████████████▙ + ▟█████████████████▙ + ▟███████████████████▙ + ▟█████████▛▀▀▜████████▙ + ▟████████▛ ▜███████▙ + ▟█████████ ████████▙ + ▟██████████ █████▆▅▄▃▂ + ▟██████████▛ ▜█████████▙ + ▟██████▀▀▀ ▀▀██████▙ + ▟███▀▘ ▝▀███▙ + ▟▛▀ ▀▜▙ \ No newline at end of file diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc new file mode 100644 index 0000000..c2cb742 --- /dev/null +++ b/fastfetch/config.jsonc @@ -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", + ], +} diff --git a/hyprland.conf b/hyprland.conf index 5ea163a..3d5363f 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -27,7 +27,7 @@ exec-once = mkdir -p $HOME/Pictures/Screenshots # Our apps, adjust for yourself, otherwise apps won't run! $terminal = kitty -$fileManager = dolphin +$fileManager = nautilus $menu = wofi --show drun $telegram = Telegram $spotify = spotify @@ -82,7 +82,7 @@ general { # Decoration settings (borders) decoration { - rounding = 10 + rounding = 13 # Change transparency of focused and unfocused windows active_opacity = 0.985