Compare commits

...

2 commits

Author SHA1 Message Date
3da5678504 updated syncheavy back to heavydeb 2025-02-21 20:20:45 -05:00
b70af27bfa tweaked a couple things 2025-02-15 21:01:12 -05:00
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 sshcloud="ssh -p 1919 emge@95.217.8.112"
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@95.217.216.54:/var/www/heavy.rocks/"
alias s!="sudo systemctl"
alias portcheck="sudo lsof -i -P -n | grep LISTEN"
alias pubip="dig +short myip.opendns.com @resolver1.opendns.com"

View file

@ -27,13 +27,13 @@
width = 500
# The maximum height of a single notification, excluding the frame.
height = 300
height = (0, 300)
# Position the notification in the top right corner
origin = top-right
# Offset from the origin
offset = 25x25
offset = (25, 25)
# Scale factor. It is auto-detected if value is 0.
scale = 0
@ -61,7 +61,7 @@
progress_bar_max_width = 300
# 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
# is set to 0 this option will be ignored.
@ -230,7 +230,7 @@
max_icon_size = 128
# 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 ###

View file

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