diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 2784bc4..511b3ee 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -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' diff --git a/.config/newsboat/config b/.config/newsboat/config index 288b9c9..e100933 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -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 diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 971bc34..63d463b 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -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 diff --git a/.config/vim/vimrc b/.config/vim/vimrc index c9a9bbc..406cfef 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -1,4 +1,4 @@ -colorscheme industry +colorscheme shine set viminfo+=n~/.config/vim/viminfo set omnifunc=syntaxcomplete#Complete set gp=git\ grep\ -n diff --git a/.gitignore b/.gitignore index 693b230..443bb3d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/.local/share/backgrounds/full.png b/.local/share/backgrounds/full.png index 1d152c5..4ea3846 100644 Binary files a/.local/share/backgrounds/full.png and b/.local/share/backgrounds/full.png differ diff --git a/.local/share/backgrounds/wallpaper.png b/.local/share/backgrounds/wallpaper.png index f3a7ec8..3bbfd6b 100644 Binary files a/.local/share/backgrounds/wallpaper.png and b/.local/share/backgrounds/wallpaper.png differ