WIP on archtuf
This commit is contained in:
parent
10f6634765
commit
12be1a489a
@ -2,7 +2,6 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
# background: '#282828'
|
||||
background: '#000000'
|
||||
foreground: '#ebdbb2'
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ font:
|
||||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 16
|
||||
size: 10
|
||||
|
||||
# Offset
|
||||
#offset:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -215,7 +215,7 @@ blur-background-exclude = [
|
||||
# `xrender` is the default one.
|
||||
#
|
||||
#experimental-backends = true;
|
||||
backend = "glx";
|
||||
backend = "xrender";
|
||||
|
||||
# Enable/disable VSync.
|
||||
# vsync = false
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
2
neovim
@ -1 +1 @@
|
||||
Subproject commit b933fbe1d921b128abefd07d05b6984422631980
|
||||
Subproject commit 722044c88a110bc80554b6a73da0f9b4f47e7a90
|
||||
@ -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 "$@"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user