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: colors:
# Default colors # Default colors
primary: primary:
# background: '#282828'
background: '#000000' background: '#000000'
foreground: '#ebdbb2' foreground: '#ebdbb2'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

2
neovim

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

View File

@ -40,7 +40,7 @@ set -g mouse on
set -g history-file ~/.tmux_history set -g history-file ~/.tmux_history
# List of plugins # List of plugins
#set -g @plugin 'tmux-plugins/tpm' # set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @resurrect-capture-pane-contents 'on' set -g @resurrect-capture-pane-contents 'on'
set -g @resurrect-strategy-vim 'session' set -g @resurrect-strategy-vim 'session'
@ -50,7 +50,7 @@ set -g @resurrect-processes 'ssh vim nvim django-run "~manage.py"'
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
run -b '~/.tmux/plugins/tpm/tpm' run -b '~/.tmux/plugins/tpm/tpm'
#run-shell ~/tmux-resurrect/resurrect.tmux # run-shell ~/tmux-resurrect/resurrect.tmux
set -s escape-time 0 set -s escape-time 0
set-option -g default-terminal "screen-256color" set-option -g default-terminal "screen-256color"

View File

@ -22,7 +22,7 @@ rs() {python manage.py runserver 127.0.0."$1":"$2"}
cheat() { curl cheat.sh/"$1" } cheat() { curl cheat.sh/"$1" }
cda() { conda activate "$@" } cda() { conda activate "$@" }
cdd() { conda deactivate "$@" } 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 "$@" } cdi() { conda info --envs "$@" }
ca() { pygmentize -g "$@" } ca() { pygmentize -g "$@" }
grepf() { grep -rnw ./ -e "$@"} grepf() { grep -rnw ./ -e "$@"}

4
zshrc
View File

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