diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc
index 41f7c9c..eeba36a 100644
--- a/.config/fastfetch/config.jsonc
+++ b/.config/fastfetch/config.jsonc
@@ -15,7 +15,7 @@
"modules": [
{
"type": "custom",
- "format": "{#32}┌──────────────────────────────────────────┐"
+ "format": "{#32}┌─────────────────────────────────────────────┐"
},
{
"type": "os",
@@ -23,7 +23,8 @@
},
{
"type": "board",
- "key": " {#95} {#39}Board {#33}----"
+ "key": " {#95} {#39}Board {#33}----",
+ "format": "{1}"
},
{
"type": "kernel",
@@ -36,7 +37,7 @@
{
"type": "cpu",
"key": " {#31} {#39}Processor {#33}",
- "format": "13th Gen Intel i5-13400"
+ "format": "{1}"
},
{
"type": "gpu",
@@ -59,7 +60,7 @@
{
"type": "custom",
- "format": "{#32}└──────────────────────────────────────────┘"
+ "format": "{#32}└─────────────────────────────────────────────┘"
},
{
"type": "custom",
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 7a3fb36..78bf251 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -30,6 +30,7 @@ env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
monitor=DP-1,1920x1080@239.760,0x0,1
monitor=DP-2,1920x1080@239.760,1920x0,1
+monitor = , preferred, auto, 1
# Input devices
@@ -78,7 +79,7 @@ exec-once = killall nextcloud
exec-once = gammastep -m wayland -O 6500K -g 1.1.0
exec-once = [workspace special:email silent] sleep 1; tutanota-desktop --ozone-platform-hint=auto
exec-once = discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized
-exec = jellyfin-mpv-shim
+exec-once = jellyfin-mpv-shim
# Variables
diff --git a/.config/waybar/config b/.config/waybar/config
index 762cc7a..1815a6f 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -120,7 +120,7 @@
]
},
"custom/pacman": {
- "format": " {} ",
+ "format": " {} | ",
"tooltip": true,
"tooltip-format": "Available updates",
"interval": 60,
@@ -166,10 +166,10 @@
]
},
"network": {
- "interface": "enp7s0",
+ "interface": "eno1",
"format": "{ifname}",
"interval": 1,
- "format-wifi": "{essid} ({signalStrength}%) ",
+ "format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": " {ifname}",
"format-disconnected": " {ifname}",
"max-length": 50,
@@ -214,11 +214,11 @@
},
"cpu": {
"interval": 10,
- "format": "{icon} {usage}% ",
+ "format": "{icon} {usage}% | ",
"format-icons": [""]
},
"memory": {
- "format": "{icon} {percentage}% ",
+ "format": "{icon} {percentage}% | ",
"format-icons": [""]
},
"temperature": {
@@ -241,32 +241,26 @@
"disk#disk2",
"disk#disk3",
"disk#disk4",
- "disk#disk5"
]
},
"disk": {
"interval": 30,
- "format": " /: {percentage_used}% ",
+ "format": " /: {percentage_used}% | ",
"path": "/"
},
"disk#disk2": {
"interval": 30,
- "format": " M2: {percentage_used}% ",
- "path": "/mnt/M2"
+ "format": " SSD: {percentage_used}% | ",
+ "path": "/mnt/SSD"
},
"disk#disk3": {
"interval": 30,
- "format": " SSD: {percentage_used}% ",
- "path": "/mnt/SSD"
+ "format": " Games: {percentage_used}% | ",
+ "path": "/media/Games"
},
"disk#disk4": {
"interval": 30,
- "format": " Games: {percentage_used}% ",
- "path": "/media/Games"
- },
- "disk#disk5": {
- "interval": 30,
- "format": " Backups: {percentage_used}% ",
+ "format": " Backups: {percentage_used}% | ",
"path": "/mnt/Backups"
},"pulseaudio": {
"format": "{volume}% {icon}",
@@ -302,7 +296,7 @@
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%"
},
"custom/vpn": {
- "format": " ",
+ "format": " | ",
"tooltip": true,
"tooltip-format": "Connected to VPN",
"exec": "echo '{\"class\": \"connected\"}'",
@@ -321,7 +315,7 @@
},
"custom/gpu-usage": {
"exec": "cat /sys/class/hwmon/hwmon1/device/gpu_busy_percent",
- "format": " {}% ",
+ "format": " {}% | ",
"return-type": "",
"interval": 1,
"tooltip": false
diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml
index a175477..03a85ad 100644
--- a/.config/yazi/keymap.toml
+++ b/.config/yazi/keymap.toml
@@ -1,3 +1,8 @@
+[[manager.prepend_keymap]]
+on = [ "g", "c" ]
+run = "cd /home/peter/.config"
+desc = "Configs"
+
[[manager.prepend_keymap]]
on = "!"
run = 'shell "$SHELL" --block'
@@ -10,7 +15,7 @@ desc = "Show or hide the preview pane"
[[manager.prepend_keymap]]
on = [ "g", "d" ]
-run = "cd /mnt/M2/Downloads"
+run = "cd /home/peter/Downloads"
desc = "Downloads"
[[manager.prepend_keymap]]
@@ -28,14 +33,9 @@ on = [ "g", "s" ]
run = "cd /mnt/SSD"
desc = "SSD"
-[[manager.prepend_keymap]]
-on = [ "g", "m" ]
-run = "cd /mnt/M2"
-desc = "M2"
-
[[manager.prepend_keymap]]
on = [ "g", "n" ]
-run = "cd /mnt/M2/Nextcloud"
+run = "cd /home/peter/Nextcloud"
desc = "Nextcloud"
[[manager.prepend_keymap]]
@@ -45,7 +45,7 @@ desc = "Media"
[[manager.prepend_keymap]]
on = [ "g", "a" ]
-run = "cd /mnt/M2/Downloads/AUR"
+run = "cd /home/peter/Downloads/AUR"
desc = "AUR"
[[manager.prepend_keymap]]
diff --git a/.zshrc b/.zshrc
index 1de3c22..aac67c2 100644
--- a/.zshrc
+++ b/.zshrc
@@ -64,9 +64,9 @@ function y() {
# 8.1 zsh aliases
alias ls='yazi'
-alias aurdir='cd /mnt/M2/Downloads/AUR'
-alias gitdir='cd /mnt/M2/Downloads/git'
-alias notesdir='cd /mnt/M2/Nextcloud/Notes'
+alias aurdir='cd /home/peter/Downloads/AUR'
+alias gitdir='cd /home/peter/Downloads/git'
+alias notesdir='cd /home/peter/Nextcloud/Notes'
alias mv='mv -i'
alias cp='cp -i'
alias rm='rm -i'
@@ -115,10 +115,10 @@ alias searchaur='auracle search'
alias getaur='auracle clone'
alias listaur='pacman -Qm'
alias buildorder='auracle buildorder'
-alias updateaur='auracle update && cd /mnt/M2/Downloads/AUR'
+alias updateaur='auracle update && cd /home/peter/Downloads/AUR'
alias check='pacman -Si'
alias checkaur='auracle info'
-alias clear='clear && fastfetch'
+alias clear='clear && fastfetch --gpu-hide-type integrated'
alias pkgstatus='comm -23 <(pacman -Qqm | sort) <(curl https://aur.archlinux.org/packages.gz | gzip -cd | sort)'
# 8.7 Script Aliases
@@ -139,7 +139,7 @@ alias aurfzf='~/.bin/sh/aur.sh'
# 8.8 Meme aliases
-alias archbtw='fastfetch'
+alias archbtw='fastfetch --gpu-hide-type integrated'
# 8.9 Newsboat aliases
@@ -156,7 +156,7 @@ export PATH=${PATH}:~/platform-tools
# 10. Arch BTW
-fastfetch
+fastfetch --gpu-hide-type integrated
# 11. Dracula TTY theme