minor progress..

This commit is contained in:
zegonix
2024-09-13 00:51:49 +02:00
parent 6e60ec45d9
commit 17c6ab5b3d
6 changed files with 65 additions and 64 deletions

View File

@@ -1,5 +1,11 @@
import = ["/home/scbj/.config/alacritty/summer.toml"]
#import = ["~/.config/alacritty/zegonix.toml"]
import = ["~/.config/alacritty/summer.toml"]
# history configuration
[scrolling]
history = 100000
# font configuration
[font]
size = 13.0

View File

@@ -1,46 +0,0 @@
[colors.bright]
black = "0x6D7070"
blue = "0x1BA6FA"
cyan = "0x73FBF1"
green = "0xB8E466"
magenta = "0xA578EA"
red = "0xFF4352"
white = "0xD8D8D0"
yellow = "0xFFD750"
[colors.cursor]
cursor = "0xBBBBBB"
text = "0x202830"
[colors.normal]
black = "0x000000"
blue = "0x3883F4"
cyan = "0x009496"
green = "0x479A06"
magenta = "0xA933D3"
red = "0xFD2D2D"
white = "0xEBEBEB"
yellow = "0xDAB808"
[colors.primary]
background = "0x202830"
foreground = "0xD8D8D0"
[font]
size = 14.0
[font.bold]
family = "Victor Mono"
style = "Bold"
[font.bold_italic]
family = "Victor Mono"
style = "BoldItalic"
[font.italic]
family = "Victor Mono"
style = "SemiBoldItalic"
[font.normal]
family = "Victor Mono"
style = "SemiBold"

View File

@@ -0,0 +1,40 @@
[colors.primary]
background = "0x202830"
foreground = "0xD8D8D0"
dim_foreground = "0xA0A0A0"
bright_foreground = "0xFFFFFF"
[colors.cursor]
cursor = "0xBBBBBB"
text = "0x202830"
[colors.normal]
black = "0x000000" # v
red = "0xFF0120" # v
green = "0x0CB653" # v
yellow = "0x5EB34D" # v
blue = "0x0E4081" # v
magenta = "0xE02482" # v
cyan = "0x15D7E5" # v
white = "0xE0E0E8" # v
[colors.bright]
black = "0x101010" # v
red = "0xFF4054" # v
green = "0x4BDD94" # v
yellow = "0x9EDF6D" # v
blue = "0x72AFE3" # v
magenta = "0xFBADDD" # v
cyan = "0x65E7F1" # v
white = "0xFFFFFF" # v
[colors.dim]
black = "0x000000" # v
red = "0xB30015" # v
green = "0x165A36" # v
yellow = "0x2A5C23" # v
blue = "0x001D42" # v
magenta = "0x9034B2" # v
cyan = "0x109EA8" # v
white = "0xC8C8D0" # v

View File

@@ -15,7 +15,7 @@ PS1='[\u@\h \W]\$ '
# setup eza (continuation of exa)
export EZA_CONFIG_DIR="~/.config/eza/"
EZA_COLORS="di=97"
# setup starship
eval "$(starship init bash)"

View File

@@ -184,23 +184,23 @@ exec --no-startup-id feh --bg-fill ~/dotfiles/images/blaa.jpg
# window border style
default_border pixel 2
default_floating_border pixel 0
for_window [class=".*"] border pixel 3
for_window [class=".*"] border pixel 2
# gaps between windows and screen border
gaps inner 16 px
gaps inner 12 px
# defining colors
set $bord_focus #62b9cb
set $cyan #15D7E5
set $indc_focus #A0A0FF
set $back_focus #FFFFFF
set $text_focus #000000
set $transp #00000000
# class border backgr. text indicator child_border
client.focused $bord_focus $back_focus $text_focus $bord_focus $bord_focus
client.focused_inactive $transp $back_focus $text_focus $transp $transp
client.unfocused $transp $back_focus $text_focus $transp $transp
client.urgent $transp $back_focus $text_focus $transp $transp
client.placeholder $transp $back_focus $text_focus $transp $transp
# class border backgr. text indicator child_border
client.focused $cyan $back_focus $text_focus $cyan $cyan
client.focused_inactive $transp $back_focus $text_focus $transp $transp
client.unfocused $transp $back_focus $text_focus $transp $transp
client.urgent $transp $back_focus $text_focus $transp $transp
client.placeholder $transp $back_focus $text_focus $transp $transp
client.background #ffffff

View File

@@ -20,10 +20,11 @@
background = #080b1b
background-alt = #373B41
foreground = #C5C8C6
primary = #62b9cb
primary = #15D7E5
secondary = #8ABEB7
alert = #A54242
disabled = #707880
magenta = #E02482
[bar/toph]
width = 100%
@@ -92,7 +93,7 @@ label-occupied = %name%
label-occupied-padding = 1
label-urgent = %name%
label-urgent-background = ${colors.alert}
label-urgent-background = ${colors.magenta}
label-urgent-padding = 1
label-empty = %name%
@@ -121,7 +122,7 @@ format-volume-prefix = "VOL "
format-volume-prefix-foreground = ${colors.primary}
format-volume = <label-volume>
label-volume = %percentage%%
label-volume = %percentage:2%%
label-muted = muted
label-muted-foreground = ${colors.disabled}
@@ -157,17 +158,17 @@ type = internal/network
interval = 5
format-connected = <label-connected>
format-disconnected = <label-disconnected>
label-disconnected = %{F#62B9CB}%ifname%%{F#707880} disconnected
label-disconnected = %{F#15D7E5}%ifname%%{F#707880} disconnected
[module/wlan]
inherit = network-base
interface-type = wireless
label-connected = %{F#62B9CB}%ifname%%{F-} %essid% %local_ip%
label-connected = %{F#15D7E5}%ifname%%{F-} %essid% %local_ip%
[module/eth]
inherit = network-base
interface-type = wired
label-connected = %{F#62B9CB}%ifname%%{F-} %local_ip%
label-connected = %{F#15D7E5}%ifname%%{F-} %local_ip%
[module/date]
type = internal/date
@@ -176,7 +177,7 @@ interval = 1
date = %Y-%m-%d %H:%M:%S
label = %date%
label-foreground = ${colors.primary}
label-foreground = ${colors.magenta}
[settings]
screenchange-reload = true