tweaked a couple things

This commit is contained in:
Mike G 2025-02-15 21:01:12 -05:00
parent 914e9afe56
commit b70af27bfa
3 changed files with 6 additions and 5 deletions

View file

@ -3,7 +3,7 @@ alias mountwww="sudo mount -t nfs manjarodesktop:/home/mg/www /mnt/www"
alias mountns="sudo mount -t nfs manjarodesktop:/mnt/TerraBeef/NetShare /mnt/manjaroshare" alias mountns="sudo mount -t nfs manjarodesktop:/mnt/TerraBeef/NetShare /mnt/manjaroshare"
alias sshcloud="ssh -p 1919 emge@95.217.8.112" alias sshcloud="ssh -p 1919 emge@95.217.8.112"
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME" alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
alias syncheavy="rsync -azP --no-perms --no-owner --no-group --no-times --delete /home/emge/Development/11ty-projects/heavy-rocks/_site/ emge@95.217.8.112:/var/www/heavy.rocks/" alias syncheavy="rsync -azP -e 'ssh -p 1919' --no-perms --no-owner --no-group --no-times --delete /home/emge/Development/11ty-projects/heavy-rocks/_site/ emge@37.27.192.252:/srv/http/"
alias s!="sudo systemctl" alias s!="sudo systemctl"
alias portcheck="sudo lsof -i -P -n | grep LISTEN" alias portcheck="sudo lsof -i -P -n | grep LISTEN"
alias pubip="dig +short myip.opendns.com @resolver1.opendns.com" alias pubip="dig +short myip.opendns.com @resolver1.opendns.com"

View file

@ -27,13 +27,13 @@
width = 500 width = 500
# The maximum height of a single notification, excluding the frame. # The maximum height of a single notification, excluding the frame.
height = 300 height = (0, 300)
# Position the notification in the top right corner # Position the notification in the top right corner
origin = top-right origin = top-right
# Offset from the origin # Offset from the origin
offset = 25x25 offset = (25, 25)
# Scale factor. It is auto-detected if value is 0. # Scale factor. It is auto-detected if value is 0.
scale = 0 scale = 0
@ -61,7 +61,7 @@
progress_bar_max_width = 300 progress_bar_max_width = 300
# Corner radius for the progress bar. 0 disables rounded corners. # Corner radius for the progress bar. 0 disables rounded corners.
progress_bar_corner_radius = 15 progress_bar_corner_radius = 5
# Define which corners to round when drawing the progress bar. If progress_bar_corner_radius # Define which corners to round when drawing the progress bar. If progress_bar_corner_radius
# is set to 0 this option will be ignored. # is set to 0 this option will be ignored.
@ -230,7 +230,7 @@
max_icon_size = 128 max_icon_size = 128
# Paths to default icons (only necessary when not using recursive icon lookup) # Paths to default icons (only necessary when not using recursive icon lookup)
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ #icon_path = /usr/share/icons/Papirus/16x16/status/:/usr/share/icons/Papirus/16x16/devices/
### History ### ### History ###

View file

@ -144,6 +144,7 @@
"format-bluetooth": "󰂰 ", "format-bluetooth": "󰂰 ",
"format-muted": " ", "format-muted": " ",
"format-icons": { "format-icons": {
"headphone": " ",
"default": ["", ""] "default": ["", ""]
}, },
"justify": "center", "justify": "center",