add stuff
This commit is contained in:
parent
89ef9df5bc
commit
f344266cd6
@ -1,27 +1,27 @@
|
|||||||
[font]
|
[font]
|
||||||
size = 7.0
|
size = 7.0
|
||||||
offset = { x = 0, y = 2 }
|
#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"
|
|
||||||
|
|
||||||
|
#[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
|
# Default colors
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = '#000000'
|
background = '#FFFFFF'
|
||||||
foreground = '#dcd7d7'
|
foreground = '#000000'
|
||||||
|
|
||||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||||
[colors.cursor]
|
[colors.cursor]
|
||||||
@ -33,19 +33,19 @@ cursor = '#51617d'
|
|||||||
black = '#242829'
|
black = '#242829'
|
||||||
red = '#df2683'
|
red = '#df2683'
|
||||||
green = '#13868c'
|
green = '#13868c'
|
||||||
yellow = '#fcfcdf'
|
yellow = '#acac4f'
|
||||||
blue = '#1a86b9'
|
blue = '#1a86b9'
|
||||||
magenta = '#bc7fd2'
|
magenta = '#bc7fd2'
|
||||||
cyan = '#7cc7d6'
|
cyan = '#5f9ca8'
|
||||||
white = '#dcd7d7'
|
white = '#000000'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
[colors.bright]
|
[colors.bright]
|
||||||
black = '#242829'
|
black = '#242829'
|
||||||
red = '#df2683'
|
red = '#df2683'
|
||||||
green = '#13868c'
|
green = '#13868c'
|
||||||
yellow = '#fcfcdf'
|
yellow = '#acac4f'
|
||||||
blue = '#1a86b9'
|
blue = '#1a86b9'
|
||||||
magenta = '#bc7fd2'
|
magenta = '#bc7fd2'
|
||||||
cyan = '#7cc7d6'
|
cyan = '#5f9ca8'
|
||||||
white = '#dcd7d7'
|
white = '#000000'
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
auto-reload yes
|
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 m set browser "mpv $(echo %u | sed 's/:3000//g')" ;
|
||||||
macro i set browser "feh %u" ;
|
|
||||||
reload-threads 50
|
reload-threads 50
|
||||||
|
@ -6,3 +6,4 @@ https://selfprivacy.org/blog/index.xml
|
|||||||
https://lukesmith.xyz/index.xml
|
https://lukesmith.xyz/index.xml
|
||||||
https://blog.waifuism.life/index.xml
|
https://blog.waifuism.life/index.xml
|
||||||
https://odysee.com/$/rss/@AlphaNerd:8
|
https://odysee.com/$/rss/@AlphaNerd:8
|
||||||
|
https://odysee.com/$/rss/@Luke:7
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
colorscheme industry
|
colorscheme shine
|
||||||
set viminfo+=n~/.config/vim/viminfo
|
set viminfo+=n~/.config/vim/viminfo
|
||||||
set omnifunc=syntaxcomplete#Complete
|
set omnifunc=syntaxcomplete#Complete
|
||||||
set gp=git\ grep\ -n
|
set gp=git\ grep\ -n
|
||||||
|
12
.gitignore
vendored
12
.gitignore
vendored
@ -114,3 +114,15 @@ Monero/
|
|||||||
.config/transmission/
|
.config/transmission/
|
||||||
.config/spek/
|
.config/spek/
|
||||||
.config/flacon/
|
.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 |
Loading…
x
Reference in New Issue
Block a user