diff --git a/.bash_aliases b/.bash_aliases index 933dead..d2d61e1 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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@37.27.192.252:/srv/http/" alias s!="sudo systemctl" alias portcheck="sudo lsof -i -P -n | grep LISTEN" alias pubip="dig +short myip.opendns.com @resolver1.opendns.com" diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index bbb04f7..524aa2c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -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 ### diff --git a/.config/waybar/config b/.config/waybar/config index a1ddc81..eef5a29 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -144,6 +144,7 @@ "format-bluetooth": "󰂰 ", "format-muted": " ", "format-icons": { + "headphone": " ", "default": ["", ""] }, "justify": "center",