mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
add fastfetch and add some fixes to other apps
This commit is contained in:
parent
74643eee9e
commit
c6e9930057
56
fastfetch/minimal.jsonc
Normal file
56
fastfetch/minimal.jsonc
Normal 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": "╰─"
|
||||
}
|
||||
]
|
||||
}
|
5
fastfetch/opensuse_tumbleweed_small
Normal file
5
fastfetch/opensuse_tumbleweed_small
Normal file
@ -0,0 +1,5 @@
|
||||
_____ ______
|
||||
/ ____\ / ____ \
|
||||
/ / `/ / \ \
|
||||
\ \____/ /,____/ /
|
||||
\______/ \_____/
|
@ -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
|
||||
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user