Compare commits
No commits in common. "3da5678504076d346ab9db900562481d8204ef4b" and "914e9afe5612c4e68fef3279dff929db0fc26c9f" have entirely different histories.
3da5678504
...
914e9afe56
3 changed files with 5 additions and 6 deletions
|
@ -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 -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 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 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"
|
||||||
|
|
|
@ -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 = (0, 300)
|
height = 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 = (25, 25)
|
offset = 25x25
|
||||||
|
|
||||||
# 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 = 5
|
progress_bar_corner_radius = 15
|
||||||
|
|
||||||
# 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/Papirus/16x16/status/:/usr/share/icons/Papirus/16x16/devices/
|
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||||
|
|
||||||
### History ###
|
### History ###
|
||||||
|
|
||||||
|
|
|
@ -144,7 +144,6 @@
|
||||||
"format-bluetooth": " ",
|
"format-bluetooth": " ",
|
||||||
"format-muted": " ",
|
"format-muted": " ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": " ",
|
|
||||||
"default": ["", ""]
|
"default": ["", ""]
|
||||||
},
|
},
|
||||||
"justify": "center",
|
"justify": "center",
|
||||||
|
|
Loading…
Add table
Reference in a new issue