diff options
| -rw-r--r-- | .config/fnott/fnott.ini | 10 | ||||
| -rw-r--r-- | .config/fontconfig/fonts.conf | 7 | ||||
| -rw-r--r-- | .config/foot/foot.ini | 6 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf | 10 | ||||
| -rw-r--r-- | .config/k9s/skins/catppuccin-mocha-transparent.yaml | 100 | ||||
| -rw-r--r-- | .config/shell/profile | 2 | ||||
| -rw-r--r-- | .config/waybar/config.jsonc | 2 | ||||
| -rw-r--r-- | .config/waybar/style.css | 11 | 
8 files changed, 126 insertions, 22 deletions
diff --git a/.config/fnott/fnott.ini b/.config/fnott/fnott.ini index 2a6b934..1e1c591 100644 --- a/.config/fnott/fnott.ini +++ b/.config/fnott/fnott.ini @@ -4,17 +4,17 @@ max-width=300  min-width=300  max-icon-size=32 -background=504945FF -border-color=665C54FF +background=313244AA +border-color=B4BEFEFF  border-size=2  title-font=monospace:size=14 -title-color=EBDBB2FF +title-color=CDD6F4FF  title-format=  summary-font=monospace:size=14 -summary-color=EBDBB2FF +summary-color=CDD6F4FF  body-font=monospace:size=14 -body-color=EBDBB2FF +body-color=CDD6F4FF  progress-bar-color=A7C080FF diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 0a7be7d..67f7d7f 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -4,7 +4,7 @@    <alias>      <family>serif</family>      <prefer> -      <family>LiterationSerif Nerd Font Propo</family> +      <family>FreeSerif</family>        <family>Noto Color Emoji</family>        <family>FontAwesome</family>        <family>SymbolsNerdFont Propo</family> @@ -13,7 +13,7 @@    <alias>      <family>sans-serif</family>      <prefer> -      <family>LiterationSans Nerd Font Propo</family> +      <family>FreeSans</family>        <family>Noto Color Emoji</family>        <family>FontAwesome</family>        <family>SymbolsNerdFont Propo</family> @@ -22,6 +22,7 @@    <alias>      <family>sans</family>      <prefer> +      <family>FreeSans</family>        <family>LiterationSans Nerd Font Propo</family>        <family>Noto Color Emoji</family>        <family>FontAwesome</family> @@ -31,7 +32,7 @@    <alias>      <family>monospace</family>      <prefer> -      <family>LiterationMono Nerd Font Propo</family> +      <family>CaskaydiaCove Nerd Font Propo</family>        <family>Noto Color Emoji</family>        <family>FontAwesome</family>        <family>SymbolsNerdFont Propo</family> diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index c274682..59fcb0c 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,5 +1,5 @@  [main] -include=/usr/share/foot/themes/gruvbox-dark +include=/usr/share/foot/themes/catppuccin-mocha  font=monospace:size=14  font-size-adjustment=3  gamma-correct-blending=false @@ -17,8 +17,8 @@ alpha = 0.90  #foreground=d3c6aa  #background=2b3339  # -selection-background=d79921 -selection-foreground=282828 +selection-background=b4befe +selection-foreground=1e1e2e  #regular0=374247  #bright0=404c51  #regular1=e67e80 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3b79a69..730e6aa 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -24,7 +24,7 @@ env = XCURSOR_THEME,Adwaita  env = HYPRCURSOR_SIZE,24  env = HYPRCURSOR_THEME,Adwaita  env = GBM_BACKEND,nvidia-drm -env = GTK_THEME,Gruvbox-Dark +env = GTK_THEME,catppuccin  # ecosystem {  #   enforce_permissions = 1 @@ -39,8 +39,8 @@ general {    gaps_out = 10    border_size = 2 -  col.active_border = rgb(83a598) -  col.inactive_border = rgb(595959) +  col.active_border = rgb(b4befe) +  col.inactive_border = rgb(313244)    resize_on_border = false @@ -60,7 +60,7 @@ decoration {    }    blur { -    enabled = false +    enabled = true      size = 3      passes = 1 @@ -69,7 +69,7 @@ decoration {  }  animations { -  enabled = false +  enabled = true    bezier = easeOutQuint,0.23,1,0.32,1    bezier = easeInOutCubic,0.65,0.05,0.36,1    bezier = linear,0,0,1,1 diff --git a/.config/k9s/skins/catppuccin-mocha-transparent.yaml b/.config/k9s/skins/catppuccin-mocha-transparent.yaml new file mode 100644 index 0000000..44df98c --- /dev/null +++ b/.config/k9s/skins/catppuccin-mocha-transparent.yaml @@ -0,0 +1,100 @@ +k9s: +  body: +    fgColor: '#cdd6f4' +    bgColor: default +    logoColor: '#cba6f7' +  prompt: +    fgColor: '#cdd6f4' +    bgColor: default +    suggestColor: '#89b4fa' +  help: +    fgColor: '#cdd6f4' +    bgColor: default +    sectionColor: '#a6e3a1' +    keyColor: '#89b4fa' +    numKeyColor: '#eba0ac' +  frame: +    title: +      fgColor: '#94e2d5' +      bgColor: default +      highlightColor: '#f5c2e7' +      counterColor: '#f9e2af' +      filterColor: '#a6e3a1' +    border: +      fgColor: '#cba6f7' +      focusColor: '#b4befe' +    menu: +      fgColor: '#cdd6f4' +      keyColor: '#89b4fa' +      numKeyColor: '#eba0ac' +    crumbs: +      fgColor: '#1e1e2e' +      bgColor: default +      activeColor: '#f2cdcd' +    status: +      newColor: '#89b4fa' +      modifyColor: '#b4befe' +      addColor: '#a6e3a1' +      pendingColor: '#fab387' +      errorColor: '#f38ba8' +      highlightColor: '#89dceb' +      killColor: '#cba6f7' +      completedColor: '#6c7086' +  info: +    fgColor: '#fab387' +    sectionColor: '#cdd6f4' +  views: +    table: +      fgColor: '#cdd6f4' +      bgColor: default +      cursorFgColor: '#313244' +      cursorBgColor: '#45475a' +      markColor: '#f5e0dc' +      header: +        fgColor: '#f9e2af' +        bgColor: default +        sorterColor: '#89dceb' +    xray: +      fgColor: '#cdd6f4' +      bgColor: default +      cursorColor: '#45475a' +      cursorTextColor: '#1e1e2e' +      graphicColor: '#f5c2e7' +    charts: +      bgColor: default +      chartBgColor: default +      dialBgColor: default +      defaultDialColors: +        - '#a6e3a1' +        - '#f38ba8' +      defaultChartColors: +        - '#a6e3a1' +        - '#f38ba8' +      resourceColors: +        cpu: +          - '#cba6f7' +          - '#89b4fa' +        mem: +          - '#f9e2af' +          - '#fab387' +    yaml: +      keyColor: '#89b4fa' +      valueColor: '#cdd6f4' +      colonColor: '#a6adc8' +    logs: +      fgColor: '#cdd6f4' +      bgColor: default +      indicator: +        fgColor: '#b4befe' +        bgColor: default +        toggleOnColor: '#a6e3a1' +        toggleOffColor: '#a6adc8' +  dialog: +    fgColor: '#f9e2af' +    bgColor: default +    buttonFgColor: '#1e1e2e' +    buttonBgColor: default +    buttonFocusFgColor: '#1e1e2e' +    buttonFocusBgColor: '#f5c2e7' +    labelFgColor: '#f5e0dc' +    fieldFgColor: '#cdd6f4' diff --git a/.config/shell/profile b/.config/shell/profile index b172d9e..e01586f 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -106,7 +106,7 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \  "  export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS"  export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676" -export BAT_THEME="gruvbox-dark" +export BAT_THEME="base16-256"  export GTK_USE_PORTAL=1  export ENABLE_HDR_WSI=1 diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index fbe06fb..fc6a12a 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -46,6 +46,7 @@    "hyprland/window": {      "format": "{class}: {title}",      "rewrite": { +      ": (.*)": "",        "(.*) — GNU IceCat": "$1",        "icecat: (.*)": " $1",        "(.*) - Nvim": " $1", @@ -54,6 +55,7 @@        ".*neomutt": " neomutt",        ".*rmpc": " rmpc",        "org.telegram.desktop: (.*)": " $1", +      "steam: (.*)": " $1",        "footclient: (.*)": " $1"      }    }, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 3b48ec5..654c77a 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,9 +1,10 @@ -@define-color bg                #282828; -@define-color fg                #ebdbb2; +@define-color bg                #1e1e2e; +@define-color fg                #cdd6f4;  @define-color red               #cc241d;  @define-color bright_red        #fb4934;  @define-color blue              #458588;  @define-color bright_blue       #83a598; +@define-color lavender          #b4befe;  * {      font-family: monospace; @@ -14,7 +15,7 @@  }  window#waybar { -  background-color: @bright_blue; +  background-color: @lavender;  }  .modules-right { @@ -47,7 +48,7 @@ window#waybar.hidden {  #workspaces button.active {      color: @bg; -    background-color: @bright_blue; +    background-color: @lavender;  }  #workspaces button.urgent { @@ -61,7 +62,7 @@ window#waybar.hidden {  #window {    padding-left: 10px; -  background-color: @bright_blue; +  background-color: @lavender;    color: @bg;  }  |