diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index 0c424ee..36f747b 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -1,98 +1,78 @@ -// Inspired by Catnap { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "type": "small", "padding": { - "top": 2, - "right": 2 + "top": 1, + "bottom": 1, + "left": 5, + "right": 5 } + // "source": "~/.config/fastfetch/icons/arch.txt" }, "display": { - "separator": " ", - "key": { - "width": 16 - } + "separator": " " }, "modules": [ { - "key": "╭───────────╮", - "type": "custom" + "type": "os", + "key": " ", + "keyColor": "blue" }, { - // draw borders first to make colors of left and right border consistant - "key": "│ │\u001b[11D{#31} user", - "type": "title", - "format": "{1}" + "type": "users", + "key": " ", + "keyColor": "blue" }, { - "key": "├───────────┤", - "type": "custom" + "type": "kernel", + "key": " ", + "keyColor": "black" + }, + { + "type": "packages", + "key": " ", + "keyColor": "cyan" + }, + { + "type": "shell", + "key": " ", + "keyColor": "dim_" }, // { - // "key": "│ │\u001b[11D{#32}󰇅 hname", - // "type": "title", - // "format": "{2}" - // }, - // { - // "key": "│ │\u001b[11D{#33}󰅐 uptime", - // "type": "uptime" + // "type": "terminal", + // "key": " ", + // "keyColor": "green" // }, { - "key": "│ │\u001b[11D{#34}󰟾 distro", - "type": "os" - }, - { - "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" + "type": "wm", + "key": " ", + "keyColor": "red" }, // { - // "key": "│ │\u001b[11D{#33}󰍛 cpu", - // "type": "cpu", - // "showPeCoreCount": true + // "type": "uptime", + // "key": " ", + // "keyColor": "cyan" // }, { - "key": "│ │\u001b[11D{#34}󰉉 disk", - "type": "disk", - "folders": "/" + "type": "cpu", + "key": " ", + "keyColor": "blue" + }, + // { + // "type": "btrfs", + // "key": " ", + // "keyColor": "red" + // }, + { + "type": "gpu", + "key": " ", + "keyColor": "green" }, { - "key": "│ │\u001b[11D{#35} memory", - "type": "memory" - }, - { - "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" + "type": "memory", + "key": "󰍛 ", + "keyColor": "yellow" } ] } diff --git a/fastfetch/config_bak.jsonc b/fastfetch/config_bak.jsonc index 0f08328..0c424ee 100755 --- a/fastfetch/config_bak.jsonc +++ b/fastfetch/config_bak.jsonc @@ -1,71 +1,98 @@ +// Inspired by Catnap { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { - "source": "~/.config/fastfetch/ascii.txt" + "type": "small", + "padding": { + "top": 2, + "right": 2 + } }, "display": { - "separator": " " + "separator": " ", + "key": { + "width": 16 + } }, "modules": [ { - "type": "os", - "key": " ", - "keyColor": "blue" + "key": "╭───────────╮", + "type": "custom" }, { - "type": "users", - "key": " ", - "keyColor": "blue" + // draw borders first to make colors of left and right border consistant + "key": "│ │\u001b[11D{#31} user", + "type": "title", + "format": "{1}" }, { - "type": "kernel", - "key": " ", - "keyColor": "black" + "key": "├───────────┤", + "type": "custom" + }, + // { + // "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": " ", - "keyColor": "cyan" + "key": "│ │\u001b[11D{#35} kernel", + "type": "kernel" }, { - "type": "shell", - "key": " ", - "keyColor": "dim_" + "key": "│ │\u001b[11D{#36}󰇄 desktop", + "type": "de" }, { - "type": "terminal", - "key": " ", - "keyColor": "green" + "key": "│ │\u001b[11D{#31} term", + "type": "terminal" }, { - "type": "wm", - "key": " ", - "keyColor": "red" + "key": "│ │\u001b[11D{#31} wm", + "type": "wm" }, { - "type": "uptime", - "key": " ", - "keyColor": "cyan" + "key": "│ │\u001b[11D{#32} shell", + "type": "shell" + }, + // { + // "key": "│ │\u001b[11D{#33}󰍛 cpu", + // "type": "cpu", + // "showPeCoreCount": true + // }, + { + "key": "│ │\u001b[11D{#34}󰉉 disk", + "type": "disk", + "folders": "/" }, { - "type": "cpu", - "key": " ", - "keyColor": "blue" + "key": "│ │\u001b[11D{#35} memory", + "type": "memory" }, { - "type": "btrfs", - "key": " ", - "keyColor": "red" + "key": "│ │\u001b[11D{#36}󰩟 network", + "type": "localip", + "format": "{1} ({4})" }, { - "type": "gpu", - "key": " ", - "keyColor": "green" + "key": "├───────────┤", + "type": "custom" }, { - "type": "memory", - "key": "󰍛 ", - "keyColor": "yellow" + "key": "│ │\u001b[11D{#39} colors", + "type": "colors", + "symbol": "circle" + }, + { + "key": "╰───────────╯", + "type": "custom" } ] } diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6b7c568..0f2906c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -78,8 +78,8 @@ decoration { rounding = 6 #rounding = 20 - active_opacity = 1 - inactive_opacity = 1 + active_opacity = 0.95 + inactive_opacity = 0.75 shadow { enabled = true # range = 3 diff --git a/zsh/.zshrc b/zsh/.zshrc index 9828baf..215b6f3 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -97,7 +97,7 @@ add(){ } commit(){ - bash ~/SideQuests/dotsh/gh/commit + bash ~/work/main/dotsh/gh/commit } push(){ @@ -210,3 +210,4 @@ export PATH="$HOME/.cargo/bin:$PATH" alias todo='~/.todo/todo_tui.sh' alias todocli='~/.todo/todo_cli.sh' +fastfetch