This commit is contained in:
zegonix
2024-09-15 10:01:09 +02:00
parent 9b133236a5
commit d94e196785
8 changed files with 31 additions and 20 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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)"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 MiB

View File

@@ -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;*/

View File

@@ -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"

View File

@@ -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'