diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml index 68c17c9..8c660bb 100755 --- a/alacritty/.config/alacritty/alacritty.toml +++ b/alacritty/.config/alacritty/alacritty.toml @@ -1,5 +1,5 @@ -#import = ["~/.config/alacritty/zegonix.toml"] -import = ["~/.config/alacritty/summer.toml"] +import = ["~/.config/alacritty/zegonix.toml"] +# import = ["~/.config/alacritty/summer.toml"] # history configuration [scrolling] @@ -11,22 +11,17 @@ size = 13.0 [font.normal] family = "VictorMono Nerd Font" -style = "SemiBold" -# family = "Meslo LGS Nerd Font" -# style = "Regular" +style = "Regular" [font.bold] family = "VictorMono Nerd Font" -# family = "Mononoki Nerd Font Mono" style = "Bold" [font.italic] family = "VictorMono Nerd Font" -# family = "Mononoki Nerd Font Mono" style = "SemiBoldItalic" [font.bold_italic] family = "VictorMono Nerd Font" -# family = "Mononoki Nerd Font Mono" style = "BoldItalic" diff --git a/alacritty/.config/alacritty/zegonix.toml b/alacritty/.config/alacritty/zegonix.toml index 565f46f..da529c1 100755 --- a/alacritty/.config/alacritty/zegonix.toml +++ b/alacritty/.config/alacritty/zegonix.toml @@ -16,7 +16,7 @@ yellow = "0x5EB34D" # v blue = "0x0E4081" # v magenta = "0xE02482" # v cyan = "0x15D7E5" # v -white = "0xE0E0E8" # v +white = "0xD8D8D0" # v [colors.bright] black = "0x101010" # v @@ -36,5 +36,11 @@ yellow = "0x2A5C23" # v blue = "0x001D42" # v magenta = "0x9034B2" # v cyan = "0x109EA8" # v -white = "0xC8C8D0" # v +white = "0xC8C8B8" # v +[[colors.indexed_colors]] +index = 16 +color = "0x94B5DB" +[[colors.indexed_colors]] +index = 17 +color = "0xDCC94C" \ No newline at end of file diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 93d86a1..86362ba 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -6,7 +6,7 @@ [[ $- != *i* ]] && return alias ls='ls -hal --color=auto' -alias list='eza -la --group-directories-first -s=ext --color=always' +alias list='eza -la -o --no-permissions --group-directories-first -s=ext --color=always' alias grep='grep --color=auto' alias rg='rg --no-ignore -i -n -A 1 -B 1 --color=auto -e' @@ -15,7 +15,17 @@ PS1='[\u@\h \W]\$ ' # setup eza (continuation of exa) -EZA_COLORS="di=97" +export EZA_COLORS="\ +oc=95:\ +sn=35:\ +uu=32:uR=1;32:un=32:\ +da=93:\ +fi=37:\ +di=1;2;36:\ +ex=4;34:\ +ln=38;5;17\ +pi=31:\ +" # setup starship eval "$(starship init bash)" diff --git a/images/mountain_range.jpg b/images/mountain_range.jpg deleted file mode 100644 index de4c28e..0000000 Binary files a/images/mountain_range.jpg and /dev/null differ diff --git a/images/mountains.png b/images/mountains.png deleted file mode 100644 index aacd85f..0000000 Binary files a/images/mountains.png and /dev/null differ diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 664a76b..0691295 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { modes: "window,drun,run"; - font: "Victor Mono 12"; + font: "Victor Mono Nerd Font 12"; /* location: 0;*/ /* yoffset: 0;*/ /* xoffset: 0;*/ diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 3b1afc6..f31b14f 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -35,6 +35,7 @@ zx_cyan = "#15D7E5" zx_light_cyan = "#65E7F1" zx_dark_cyan = "#109EA8" zx_white = "#DFDFD0" +zx_gray = "#909080" # You can also replace your username with a neat symbol like  or disable this # and use the os module below @@ -94,9 +95,9 @@ use_12hr = false [status] disabled = false style = "fg:zx_white" -format = "[ $symbol ]($style)" -symbol = '[\[err\]](bold)' -success_symbol = '[\[ok\]](bold)' +format = ' [\[](bold zx_gray)[$symbol]($style)[\]](bold zx_gray) ' +symbol = '[err](bold)' +success_symbol = '[ok](bold)' [fill] disabled = false @@ -105,6 +106,6 @@ style = 'bold zx_white' [shell] disabled = false -style = "zx_green" +style = "bold zx_green" format = ' [\[]($style)[$indicator](fg:zx_white)[\]]($style) ' bash_indicator = "bash" \ No newline at end of file diff --git a/todo.md b/todo.md index 91ff70b..d42b3d9 100644 --- a/todo.md +++ b/todo.md @@ -1,10 +1,9 @@ # Todos +* configure alacritty (indexecd) colors and eza (files and links and stuff) * setup shortcuts for 'xclip' (i3 conf) * configure 'pavucontrol' and 'blueman-manager' to use a dark theme -* rice 'i3' and 'picom' (and find suitable background image) * configure 'dunst' * configure 'logind' * configure lock screen (probably i3lock) -* configure starship -* configure alacritty colors and eza.. +* configure 'yazi'