add fastfetch and add some fixes to other apps

This commit is contained in:
Seymur Bagirov 2024-02-08 23:26:42 +04:00
parent 74643eee9e
commit c6e9930057
4 changed files with 63 additions and 2 deletions

56
fastfetch/minimal.jsonc Normal file
View File

@ -0,0 +1,56 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small"
},
"display": {
"separator": " ",
"color": {
"keys": "magenta"
},
"size": {
"ndigits": 0,
"maxPrefix": "MB"
}
},
"modules": [
{
"type": "title",
"color": {
"user": "green",
"at": "red",
"host": "blue"
}
},
"separator",
{
"type": "os",
"key": "╭─",
"format": "{2} {8}"
},
{
"type": "kernel",
"key": "├─"
},
{
"type": "memory",
"key": "├─"
},
{
"type": "packages",
"key": "├─"
},
{
"type": "uptime",
"key": "├─"
},
{
"type": "wm",
"key": "├─"
},
{
"type": "media",
"key": "╰─"
}
]
}

View File

@ -0,0 +1,5 @@
_____ ______
/ ____\ / ____ \
/ / `/ / \ \
\ \____/ /,____/ /
\______/ \_____/

View File

@ -5,7 +5,7 @@
# exec-once = mpvpaper -o "--loop" -f HDMI-A-2 ~/Videos/LiveWallpapers/mylivewallpapers.com-ADDED-Mercy-Overwatch.mp4
# exec-once = mpvpaper -o "--loop" -f HDMI-A-2 ~/Videos/LiveWallpapers/mylivewallpapers-com-Rainy-Train-Station-4K.mp4
# exec-once = mpvpaper -o "--loop" -f HDMI-A-2 ~/Videos/LiveWallpapers/mylivewallpapers-com-Night-Italian-Cafe-4K.mp4
exec = mpvpaper -o "--loop" -f HDMI-A-2 ~/Videos/LiveWallpapers/mylivewallpapers-com-Winter-City-4K.mp4
exec = mpvpaper -o "--loop" -f HDMI-A-2 ~/Videos/LiveWallpapers/makoto-yuki-in-the-train-persona-3-reload-moewalls-com.mp4
# exec-once = swww init

View File

@ -135,7 +135,7 @@ return {
require("mason").setup({});
require("mason-lspconfig").setup({
ensure_installed = {'tsserver', 'tailwindcss', 'svelte', 'lua_ls'},
ensure_installed = {'tsserver','svelte', 'lua_ls', 'csharp_ls', "rust_analyzer"},
handlers = {
lsp.default_setup,
lua_ls = function()