WIP on archtuf

This commit is contained in:
Loïc Gremaud 2023-06-06 10:55:13 +02:00
parent 10f6634765
commit 12be1a489a
No known key found for this signature in database
GPG Key ID: ACD9F65FA7E19986
11 changed files with 21 additions and 18 deletions

View File

@ -2,7 +2,6 @@
colors:
# Default colors
primary:
# background: '#282828'
background: '#000000'
foreground: '#ebdbb2'

View File

@ -24,7 +24,7 @@ font:
#style: Bold Italic
# Point size
size: 16
size: 10
# Offset
#offset:

View File

@ -5,10 +5,10 @@
##-- Theme Variables ---------------------
#~ Fonts
set $i3_fonts JetBrainsMono Nerd Font 8
set $i3_fonts JetBrainsMono Nerd Font 10
#~ Border
set $i3_border_size 1
set $i3_border_size 2
set $i3_border_style pixel
#~ Gaps

View File

@ -12,7 +12,7 @@ set $i3_bar_ina #353535
set $i3_bar_urg #b16286
set $i3_bar_mod #98971a
set $i3_bar_fonts JetBrainsMono Nerd Font 20
set $i3_bar_fonts JetBrainsMono Nerd Font 10
##-- Bar ------------------------------
bar {

View File

@ -215,7 +215,7 @@ blur-background-exclude = [
# `xrender` is the default one.
#
#experimental-backends = true;
backend = "glx";
backend = "xrender";
# Enable/disable VSync.
# vsync = false

View File

@ -56,7 +56,7 @@ fixed-center = true
; the percentage can optionally be extended with a pixel offset like so:
; 50%:-10, this will result in a width or height of 50% minus 10 pixels
width = 100%
height = 52
height = 26
; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
; the percentage can optionally be extended with a pixel offset like so:
@ -124,17 +124,17 @@ module-margin-right = 0
; See the Fonts wiki page for more details
; text
font-0 = "JetBrains Mono:size=20;6"
font-0 = "JetBrains Mono:size=10;3"
; icons
font-1 = "Iosevka Nerd Font:size=24;6"
font-1 = "Iosevka Nerd Font:size=12;3"
; glyphs
font-2 = "Iosevka Nerd Font:size=30;8"
font-2 = "Iosevka Nerd Font:size=15;4"
; dot
font-3 = "Iosevka Nerd Font:size=20;8"
font-3 = "Iosevka Nerd Font:size=10;4"
; clock & mpd
font-4 = "Iosevka:style=bold:size=20;8"
font-4 = "Iosevka:style=bold:size=10;4"
; Archcraft
font-5 = "archcraft:size=24;6"
font-5 = "archcraft:size=12;3"
; Modules are added to one of the available blocks
; modules-left = cpu ram

View File

@ -5,7 +5,7 @@ Net/IconThemeName "Luna-Dark"
Gtk/CursorThemeName "Future-Dark"
Net/EnableEventSounds "0"
Net/EnableInputFeedbackSounds "0"
Xft/DPI "384"
Xft/DPI "-1"
Xft/Hinting 1
Xft/HintStyle "hintslight"
Xft/Antialias 1

2
neovim

@ -1 +1 @@
Subproject commit b933fbe1d921b128abefd07d05b6984422631980
Subproject commit 722044c88a110bc80554b6a73da0f9b4f47e7a90

View File

@ -22,7 +22,7 @@ rs() {python manage.py runserver 127.0.0."$1":"$2"}
cheat() { curl cheat.sh/"$1" }
cda() { conda activate "$@" }
cdd() { conda deactivate "$@" }
cdc() { conda create --name "$@" python=3.7 pip ipython memory_profiler psycopg2 black isort }
cdc() { conda create --name "$@" python=3.9 pip ipython memory_profiler psycopg2 black isort poetry }
cdi() { conda info --envs "$@" }
ca() { pygmentize -g "$@" }
grepf() { grep -rnw ./ -e "$@"}

4
zshrc
View File

@ -26,3 +26,7 @@ else
fi
unset __conda_setup
# <<< conda initialize <<<
eval "$(zoxide init zsh)"
export PATH="/home/legrems/Documents/mattermost:$PATH"