add stuff

This commit is contained in:
NaiJi ✨ 2025-05-29 20:43:28 -04:00
parent 89ef9df5bc
commit f344266cd6
7 changed files with 40 additions and 28 deletions

View File

@ -1,27 +1,27 @@
[font]
size = 7.0
offset = { x = 0, y = 2 }
[font.bold]
family = "Terminus"
style = "Bold"
[font.bold_italic]
family = "Terminus"
style = "Bold Italic"
[font.italic]
family = "Terminus"
style = "Italic"
[font.normal]
family = "Terminus"
style = "Regular"
#offset = { x = 0, y = 2 }
#[font.bold]
#family = "Terminus"
#style = "Bold"
#
#[font.bold_italic]
#family = "Terminus"
#style = "Bold Italic"
#
#[font.italic]
#family = "Terminus"
#style = "Italic"
#
#[font.normal]
#family = "Terminus"
#style = "Regular"
#
# Default colors
[colors.primary]
background = '#000000'
foreground = '#dcd7d7'
background = '#FFFFFF'
foreground = '#000000'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
@ -33,19 +33,19 @@ cursor = '#51617d'
black = '#242829'
red = '#df2683'
green = '#13868c'
yellow = '#fcfcdf'
yellow = '#acac4f'
blue = '#1a86b9'
magenta = '#bc7fd2'
cyan = '#7cc7d6'
white = '#dcd7d7'
cyan = '#5f9ca8'
white = '#000000'
# Bright colors
[colors.bright]
black = '#242829'
red = '#df2683'
green = '#13868c'
yellow = '#fcfcdf'
yellow = '#acac4f'
blue = '#1a86b9'
magenta = '#bc7fd2'
cyan = '#7cc7d6'
white = '#dcd7d7'
cyan = '#5f9ca8'
white = '#000000'

View File

@ -1,5 +1,4 @@
auto-reload yes
macro y set browser "firefox %u" ;
macro y set browser "librewolf %u" ;
macro m set browser "mpv $(echo %u | sed 's/:3000//g')" ;
macro i set browser "feh %u" ;
reload-threads 50

View File

@ -6,3 +6,4 @@ https://selfprivacy.org/blog/index.xml
https://lukesmith.xyz/index.xml
https://blog.waifuism.life/index.xml
https://odysee.com/$/rss/@AlphaNerd:8
https://odysee.com/$/rss/@Luke:7

View File

@ -1,4 +1,4 @@
colorscheme industry
colorscheme shine
set viminfo+=n~/.config/vim/viminfo
set omnifunc=syntaxcomplete#Complete
set gp=git\ grep\ -n

12
.gitignore vendored
View File

@ -114,3 +114,15 @@ Monero/
.config/transmission/
.config/spek/
.config/flacon/
.local/share/ranger/
.bitmonero/
.cddb/
.config/audexrc
.config/emaildefaults
.config/go/
.config/monero-project/
.config/obs-studio/
.gtk-bookmarks
.librewolf/
.python_history
.shared-ringdb/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB