1
0
Fork 0

improve lots of things and change things to accomodate my new hardware

This commit is contained in:
Peter Domínguez 2025-05-24 23:59:57 -04:00
parent e425915f37
commit 5842024619
5 changed files with 35 additions and 39 deletions

View file

@ -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",

View file

@ -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

View file

@ -120,7 +120,7 @@
]
},
"custom/pacman": {
"format": "<span color=\"#8BE9FD\"> </span>{} ",
"format": "<span color=\"#8BE9FD\"> </span>{} | ",
"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": "<span color=\"#50fa7b\"> </span>{ifname}",
"format-disconnected": "<span color=\"#FF5555\">󱄁 </span>{ifname}",
"max-length": 50,
@ -214,11 +214,11 @@
},
"cpu": {
"interval": 10,
"format": "<span color=\"#cf7cac\">{icon}</span> {usage}% ",
"format": "<span color=\"#cf7cac\">{icon}</span> {usage}% | ",
"format-icons": [""]
},
"memory": {
"format": "<span color=\"#8BE9FD\">{icon}</span> {percentage}% ",
"format": "<span color=\"#8BE9FD\">{icon}</span> {percentage}% | ",
"format-icons": [""]
},
"temperature": {
@ -241,32 +241,26 @@
"disk#disk2",
"disk#disk3",
"disk#disk4",
"disk#disk5"
]
},
"disk": {
"interval": 30,
"format": " <span color=\"#8694c0\"></span><span color=\"#50FA7B\">󰋊 </span>/: {percentage_used}% ",
"format": " <span color=\"#8694c0\"></span><span color=\"#50FA7B\">󰋊 </span>/: {percentage_used}% | ",
"path": "/"
},
"disk#disk2": {
"interval": 30,
"format": " <span color=\"#ba89ff\">󰋊 </span>M2: {percentage_used}% ",
"path": "/mnt/M2"
"format": " <span color=\"#ff79c6\">󰋊 </span>SSD: {percentage_used}% | ",
"path": "/mnt/SSD"
},
"disk#disk3": {
"interval": 30,
"format": " <span color=\"#ff79c6\">󰋊 </span>SSD: {percentage_used}% ",
"path": "/mnt/SSD"
"format": " <span color=\"#8BE9FD\">󰋊 </span>Games: {percentage_used}% | ",
"path": "/media/Games"
},
"disk#disk4": {
"interval": 30,
"format": " <span color=\"#8BE9FD\">󰋊 </span>Games: {percentage_used}% ",
"path": "/media/Games"
},
"disk#disk5": {
"interval": 30,
"format": " <span color=\"#ffb86c\">󰋊 </span>Backups: {percentage_used}% ",
"format": " <span color=\"#ffb86c\">󰋊 </span>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": "<span color=\"#ff5555\">  </span>",
"format": "<span color=\"#ff5555\">  </span> | ",
"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": "<span color=\"#8694c0\"></span><span color=\"#bd93f9\">󰍹 </span>{}% ",
"format": "<span color=\"#8694c0\"></span><span color=\"#bd93f9\">󰍹 </span>{}% | ",
"return-type": "",
"interval": 1,
"tooltip": false

View file

@ -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]]

14
.zshrc
View file

@ -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