From d129a7ea94ff8a13d59173c825b216a3b8572828 Mon Sep 17 00:00:00 2001 From: "Matthieu Fortin [CPC/CCP]" Date: Mon, 14 Apr 2025 13:34:58 -0400 Subject: [PATCH] asdfasdfasdfasdfasdfasdfadsf --- bash/.bashrc | 18 +++++------ ghostty/.config/ghostty/config | 57 +++++++++++++++++++++++++++++++--- 2 files changed, 62 insertions(+), 13 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 52fafab..0b614c4 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -267,19 +267,19 @@ ftext() { cpp() { set -e strace -q -ewrite cp -- "${1}" "${2}" 2>&1 | - awk '{ - count += $NF - if (count % 10 == 0) { - percent = count / total_size * 100 - printf "%3d%% [", percent - for (i=0;i<=percent;i++) - printf "=" + awk '{ + count += $NF + if (count % 10 == 0) { + percent = count / total_size * 100 + printf "%3d%% [", percent + for (i=0;i<=percent;i++) + printf "=" printf ">" for (i=percent;i<100;i++) printf " " - printf "]\r" - } + printf "]\r" } + } END { print "" }' total_size="$(stat -c '%s' "${1}")" count=0 } diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 2375022..fcf5f28 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -1,5 +1,54 @@ -theme = catppuccin-mocha -font-size = 16 -font-family = MesloLGS Nerd Font Mono -gtk-titlebar = false +#theme = catppuccin-mocha +#font-size = 16 +#font-family = MesloLGS Nerd Font Mono +#font-family-bold = MesloLGS Nerd Font Mono Bold +#font-family-italic = MesloLGS Nerd Font Mono Italic +#font-family-bold-italic = MesloLGS Nerd Font Mono Bold Italic +#font-feature = -calt, -liga, -dlig +#gtk-titlebar = false +#background-opacity = 0.9 +#window-decoration = auto +#window-title-font-family = MesloLGS Nerd Font Mono +#window-theme = auto +# Window settings +#window-decoration = false +window-inherit-working-directory = true +window-theme = dark +window-save-state = always +#window-width = 1920 +#window-height = 1080 + +mouse-hide-while-typing = true +copy-on-select = true + +background = #282a36 +background-opacity = 0.7 + +font-family = MesloLGDZ Nerd Font +font-size = 16 +cursor-style = block + +# Color scheme (Dracula-inspired dark theme) +foreground = #f8f8f2 +selection-foreground = #ffffff +selection-background = #44475a +cursor-color = #f8f8f2 + +# ANSI Colors (Dracula) +palette = 0=#21222c +palette = 1=#ff5555 +palette = 2=#50fa7b +palette = 3=#f1fa8c +palette = 4=#bd93f9 +palette = 5=#ff79c6 +palette = 6=#8be9fd +palette = 7=#f8f8f2 +palette = 8=#6272a4 +palette = 9=#ff6e6e +palette = 10=#69ff94 +palette = 11=#ffffa5 +palette = 12=#d6acff +palette = 13=#ff92df +palette = 14=#a4ffff +palette = 15=#ffffff