Update dotfiles (2026-01-20 21:12:21)

This commit is contained in:
2026-01-20 21:12:21 +01:00
parent ace631d8e2
commit 4b408fec54
321 changed files with 248 additions and 109 deletions
+104 -104
View File
@@ -2,112 +2,112 @@
{ {
"$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": "/home/inorishio/Pictures/Gifs/Ai-Hoshino-Dancing.gif", "source": "/home/inorishio/Pictures/Profile-Pictures/Bocchi.jpg",
"type": "iterm", "type": "none",
"padding": { "padding": {
"top": 5, "top": 1,
"left": 4 "left": 2,
} },
}, },
"display": { "display": {
"separator": " ➜ " "separator": " ➜ ",
}, },
"modules": [ "modules": [
"break", "break",
"break", "break",
"break", "break",
{ {
"type": "os", "type": "os",
"key": "OS ", "key": "OS ",
"keyColor": "31", // = color1 "keyColor": "31", // = color1
}, },
{ {
"type": "kernel", "type": "kernel",
"key": " ├  ", "key": " ├  ",
"keyColor": "31", "keyColor": "31",
}, },
{ {
"type": "packages", "type": "packages",
"format": "{} (pacman)", "format": "{} (pacman)",
"key": " ├ 󰏖 ", "key": " ├ 󰏖 ",
"keyColor": "31", "keyColor": "31",
}, },
{ {
"type": "shell", "type": "shell",
"key": " └  ", "key": " └  ",
"keyColor": "31", "keyColor": "31",
}, },
"break", "break",
{ {
"type": "wm", "type": "wm",
"key": "WM ", "key": "WM ",
"keyColor": "32", "keyColor": "32",
}, },
{ {
"type": "wmtheme", "type": "wmtheme",
"key": " ├ 󰉼 ", "key": " ├ 󰉼 ",
"keyColor": "32", "keyColor": "32",
}, },
{ {
"type": "icons", "type": "icons",
"key": " ├ 󰀻 ", "key": " ├ 󰀻 ",
"keyColor": "32", "keyColor": "32",
}, },
{ {
"type": "cursor", "type": "cursor",
"key": " ├  ", "key": " ├  ",
"keyColor": "32", "keyColor": "32",
}, },
{ {
"type": "terminal", "type": "terminal",
"key": " ├  ", "key": " ├  ",
"keyColor": "32", "keyColor": "32",
}, },
{ {
"type": "terminalfont", "type": "terminalfont",
"key": " └  ", "key": " └  ",
"keyColor": "32", "keyColor": "32",
}, },
"break", "break",
{ {
"type": "host", "type": "host",
"format": "{5} {1} Type {2}", "format": "{5} {1} Type {2}",
"key": "PC ", "key": "PC ",
"keyColor": "33", "keyColor": "33",
}, },
{ {
"type": "cpu", "type": "cpu",
"format": "{1} ({3}) @ {7} GHz", "format": "{1} ({3}) @ {7} GHz",
"key": " ├  ", "key": " ├  ",
"keyColor": "33", "keyColor": "33",
}, },
{ {
"type": "gpu", "type": "gpu",
"format": "{1} {2} @ {12} GHz", "format": "{1} {2} @ {12} GHz",
"key": " ├ 󰢮 ", "key": " ├ 󰢮 ",
"keyColor": "33", "keyColor": "33",
}, },
{ {
"type": "memory", "type": "memory",
"key": " ├  ", "key": " ├  ",
"keyColor": "33", "keyColor": "33",
}, },
{ {
"type": "swap", "type": "swap",
"key": " ├ 󰓡 ", "key": " ├ 󰓡 ",
"keyColor": "33", "keyColor": "33",
}, },
{ {
"type": "disk", "type": "disk",
"key": " ├ 󰋊 ", "key": " ├ 󰋊 ",
"keyColor": "33", "keyColor": "33",
}, },
{ {
"type": "monitor", "type": "monitor",
"key": " └  ", "key": " └  ",
"keyColor": "33", "keyColor": "33",
}, },
"break", "break",
"break", "break",
] ],
} }
+4 -4
View File
@@ -1,7 +1,4 @@
# ----------------------------------------------------- # Global aliases
# ALIASES
# -----------------------------------------------------
alias ff='fastfetch' alias ff='fastfetch'
alias v='$EDITOR' alias v='$EDITOR'
alias cod='conda deactivate' alias cod='conda deactivate'
@@ -11,9 +8,12 @@ alias exit='systemctl poweroff'
alias reboot="hyprshutdown --post-cmd 'systemctl reboot'" alias reboot="hyprshutdown --post-cmd 'systemctl reboot'"
alias shutdown="hyprshutdown --post-cmd 'systemctl poweroff'" alias shutdown="hyprshutdown --post-cmd 'systemctl poweroff'"
# Github
alias gcredential='git config credential.helper store' alias gcredential='git config credential.helper store'
alias gitup='python ~/.config/hypr/scripts/Github.py' alias gitup='python ~/.config/hypr/scripts/Github.py'
# Github uploading dotfiles
alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
alias dotto='python3 /home/inorishio/.dotfiles/sync.py' alias dotto='python3 /home/inorishio/.dotfiles/sync.py'
alias dotedit='v /home/inorishio/.dotfiles/sync.py'
+1 -1
View File
@@ -4,7 +4,7 @@
# Fastfetch # Fastfetch
if [[ $(tty) == *"pts"* ]]; then if [[ $(tty) == *"pts"* ]]; then
fastfetch --config ~/.config/fastfetch/Gif.jsonc fastfetch --config ~/.config/fastfetch/Base.jsonc
else else
echo echo
if [ -f /bin/qtile ]; then if [ -f /bin/qtile ]; then
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 772 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

+32
View File
@@ -0,0 +1,32 @@
title-text: ""
desktop-image: "background.png"
terminal-left: "0"
terminal-top: "0"
terminal-border: "0"
terminal-width: "100%"
terminal-height: "100%"
+ boot_menu {
left = 144
top = 47%
width = 472
height = 35%
item_color = "#cccccc"
selected_item_color = "#ffffff"
icon_width = 36
icon_height = 36
item_icon_space = 20
item_height = 40
item_padding = 2
item_spacing = 40
selected_item_pixmap_style = "select_*.png"
}
+ label {
left = 144
top = 83%
align = "center"
id = "__timeout__"
text = "Selected OS will start in %d seconds"
color = "#cccccc"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Some files were not shown because too many files have changed in this diff Show More