diff --git a/configs/fastfetch_g/config.jsonc b/configs/fastfetch_g/config.jsonc new file mode 100644 index 0000000..a9ab14d --- /dev/null +++ b/configs/fastfetch_g/config.jsonc @@ -0,0 +1,66 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", +/* "logo": { + "source": "~/.config/dotfiles/fastfetch/Moon.png", + "width": 18, + "height": 8 + },*/ + "display": { + "separator": " " + }, + "modules": [ + { + "type": "host", + "key": "╭─󰌢", + "keyColor": "green" + }, + { + "type": "cpu", + "key": "├─󰻠", + "keyColor": "green" + }, + { + "type": "gpu", + "key": "├─󰍛", + "keyColor": "green" + }, + { + "type": "memory", + "key": "├─󰑭", + "keyColor": "green" + }, + { + "type": "display", + "key": "╰─󰍹", + "keyColor": "green" + }, + "break", + { + "type": "title", + "key": "╭─", + "format": "{1}@{2}", + "keyColor": "blue" + }, + { + "type": "os", + "key": "├─󰣛", + "keyColor": "blue" + }, + { + "type": "kernel", + "key": "├─", + "format": "{1} {2}", + "keyColor": "blue" + }, + { + "type": "packages", + "key": "├─󰏖", + "keyColor": "blue" + }, + { + "type": "uptime", + "key": "╰─󰅐", + "keyColor": "blue" + } + ] +} diff --git a/configs/kitty_g/gruvbox/kitty.conf b/configs/kitty_g/gruvbox/kitty.conf new file mode 100644 index 0000000..0441693 --- /dev/null +++ b/configs/kitty_g/gruvbox/kitty.conf @@ -0,0 +1,66 @@ +font_family Iosevka Nerd Font +bold_font Iosevka Nerd Font Bold +italic_font Iosevka Nerd Font Italic +bold_italic_font Iosevka Nerd Font Bold Italic +font_size 14.0 +background_opacity 0.8 +bold_font auto +italic_font auto +bold_italic_font auto +hide_window_decorations yes +confirm_os_window_close 0 +enable_audio_bell no +window_padding_width 25 + +cursor #928374 +cursor_text_color background + +url_color #83a598 + +visual_bell_color #8ec07c +bell_border_color #8ec07c + +active_border_color #d3869b +inactive_border_color #665c54 + +foreground #ebdbb2 +background #282828 +selection_foreground #928374 +selection_background #ebdbb2 + +active_tab_foreground #fbf1c7 +active_tab_background #665c54 +inactive_tab_foreground #a89984 +inactive_tab_background #3c3836 + +# black (bg3/bg4) +color0 #665c54 +color8 #7c6f64 + +# red +color1 #cc241d +color9 #fb4934 + +#: green +color2 #98971a +color10 #b8bb26 + +# yellow +color3 #d79921 +color11 #fabd2f + +# blue +color4 #458588 +color12 #83a598 + +# purple +color5 #b16286 +color13 #d3869b + +# aqua +color6 #689d6a +color14 #8ec07c + +# white (fg4/fg3) +color7 #a89984 +color15 #bdae93 diff --git a/configs/kitty_g/kitty.conf b/configs/kitty_g/minimal/kitty.conf similarity index 100% rename from configs/kitty_g/kitty.conf rename to configs/kitty_g/minimal/kitty.conf