changes: fastfetch,hypr,zsh,

This commit is contained in:
Ayush Dumasia 2025-05-28 18:13:20 +05:30
parent cc78d42824
commit 60d8efd496
4 changed files with 119 additions and 111 deletions

View file

@ -1,98 +1,78 @@
// Inspired by Catnap
{ {
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": { "logo": {
"type": "small", "type": "small",
"padding": { "padding": {
"top": 2, "top": 1,
"right": 2 "bottom": 1,
"left": 5,
"right": 5
} }
// "source": "~/.config/fastfetch/icons/arch.txt"
}, },
"display": { "display": {
"separator": " ", "separator": " "
"key": {
"width": 16
}
}, },
"modules": [ "modules": [
{ {
"key": "╭───────────╮", "type": "os",
"type": "custom" "key": " ",
"keyColor": "blue"
}, },
{ {
// draw borders first to make colors of left and right border consistant "type": "users",
"key": "│ │\u001b[11D{#31} user", "key": " ",
"type": "title", "keyColor": "blue"
"format": "{1}"
}, },
{ {
"key": "├───────────┤", "type": "kernel",
"type": "custom" "key": " ",
"keyColor": "black"
},
{
"type": "packages",
"key": " ",
"keyColor": "cyan"
},
{
"type": "shell",
"key": " ",
"keyColor": "dim_"
}, },
// { // {
// "key": "│ │\u001b[11D{#32}󰇅 hname", // "type": "terminal",
// "type": "title", // "key": " ",
// "format": "{2}" // "keyColor": "green"
// },
// {
// "key": "│ │\u001b[11D{#33}󰅐 uptime",
// "type": "uptime"
// }, // },
{ {
"key": "│ │\u001b[11D{#34}󰟾 distro", "type": "wm",
"type": "os" "key": " ",
}, "keyColor": "red"
{
"key": "│ │\u001b[11D{#35} kernel",
"type": "kernel"
},
{
"key": "│ │\u001b[11D{#36}󰇄 desktop",
"type": "de"
},
{
"key": "│ │\u001b[11D{#31} term",
"type": "terminal"
},
{
"key": "│ │\u001b[11D{#31} wm",
"type": "wm"
},
{
"key": "│ │\u001b[11D{#32} shell",
"type": "shell"
}, },
// { // {
// "key": "│ │\u001b[11D{#33}󰍛 cpu", // "type": "uptime",
// "type": "cpu", // "key": " ",
// "showPeCoreCount": true // "keyColor": "cyan"
// }, // },
{ {
"key": "│ │\u001b[11D{#34}󰉉 disk", "type": "cpu",
"type": "disk", "key": " ",
"folders": "/" "keyColor": "blue"
},
// {
// "type": "btrfs",
// "key": " ",
// "keyColor": "red"
// },
{
"type": "gpu",
"key": " ",
"keyColor": "green"
}, },
{ {
"key": "│ │\u001b[11D{#35} memory", "type": "memory",
"type": "memory" "key": "󰍛 ",
}, "keyColor": "yellow"
{
"key": "│ │\u001b[11D{#36}󰩟 network",
"type": "localip",
"format": "{1} ({4})"
},
{
"key": "├───────────┤",
"type": "custom"
},
{
"key": "│ │\u001b[11D{#39} colors",
"type": "colors",
"symbol": "circle"
},
{
"key": "╰───────────╯",
"type": "custom"
} }
] ]
} }

View file

@ -1,71 +1,98 @@
// Inspired by Catnap
{ {
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": { "logo": {
"source": "~/.config/fastfetch/ascii.txt" "type": "small",
"padding": {
"top": 2,
"right": 2
}
}, },
"display": { "display": {
"separator": " " "separator": " ",
"key": {
"width": 16
}
}, },
"modules": [ "modules": [
{ {
"type": "os", "key": "╭───────────╮",
"key": " ", "type": "custom"
"keyColor": "blue"
}, },
{ {
"type": "users", // draw borders first to make colors of left and right border consistant
"key": " ", "key": "│ │\u001b[11D{#31} user",
"keyColor": "blue" "type": "title",
"format": "{1}"
}, },
{ {
"type": "kernel", "key": "├───────────┤",
"key": " ", "type": "custom"
"keyColor": "black" },
// {
// "key": "│ │\u001b[11D{#32}󰇅 hname",
// "type": "title",
// "format": "{2}"
// },
// {
// "key": "│ │\u001b[11D{#33}󰅐 uptime",
// "type": "uptime"
// },
{
"key": "│ │\u001b[11D{#34}󰟾 distro",
"type": "os"
}, },
{ {
"type": "packages", "key": "│ │\u001b[11D{#35} kernel",
"key": " ", "type": "kernel"
"keyColor": "cyan"
}, },
{ {
"type": "shell", "key": "│ │\u001b[11D{#36}󰇄 desktop",
"key": " ", "type": "de"
"keyColor": "dim_"
}, },
{ {
"type": "terminal", "key": "│ │\u001b[11D{#31} term",
"key": " ", "type": "terminal"
"keyColor": "green"
}, },
{ {
"type": "wm", "key": "│ │\u001b[11D{#31} wm",
"key": " ", "type": "wm"
"keyColor": "red"
}, },
{ {
"type": "uptime", "key": "│ │\u001b[11D{#32} shell",
"key": " ", "type": "shell"
"keyColor": "cyan" },
// {
// "key": "│ │\u001b[11D{#33}󰍛 cpu",
// "type": "cpu",
// "showPeCoreCount": true
// },
{
"key": "│ │\u001b[11D{#34}󰉉 disk",
"type": "disk",
"folders": "/"
}, },
{ {
"type": "cpu", "key": "│ │\u001b[11D{#35} memory",
"key": " ", "type": "memory"
"keyColor": "blue"
}, },
{ {
"type": "btrfs", "key": "│ │\u001b[11D{#36}󰩟 network",
"key": " ", "type": "localip",
"keyColor": "red" "format": "{1} ({4})"
}, },
{ {
"type": "gpu", "key": "├───────────┤",
"key": " ", "type": "custom"
"keyColor": "green"
}, },
{ {
"type": "memory", "key": "│ │\u001b[11D{#39} colors",
"key": "󰍛 ", "type": "colors",
"keyColor": "yellow" "symbol": "circle"
},
{
"key": "╰───────────╯",
"type": "custom"
} }
] ]
} }

View file

@ -78,8 +78,8 @@ decoration {
rounding = 6 rounding = 6
#rounding = 20 #rounding = 20
active_opacity = 1 active_opacity = 0.95
inactive_opacity = 1 inactive_opacity = 0.75
shadow { shadow {
enabled = true enabled = true
# range = 3 # range = 3

View file

@ -97,7 +97,7 @@ add(){
} }
commit(){ commit(){
bash ~/SideQuests/dotsh/gh/commit bash ~/work/main/dotsh/gh/commit
} }
push(){ push(){
@ -210,3 +210,4 @@ export PATH="$HOME/.cargo/bin:$PATH"
alias todo='~/.todo/todo_tui.sh' alias todo='~/.todo/todo_tui.sh'
alias todocli='~/.todo/todo_cli.sh' alias todocli='~/.todo/todo_cli.sh'
fastfetch