mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
20a43763e4
commit
9deb030181
3 changed files with 4 additions and 5 deletions
|
|
@ -181,7 +181,6 @@ alias uparch='sudo pacman -Syu --noconfirm'
|
|||
|
||||
# Alias for pkgfile
|
||||
alias pkgfile='pkgfile -v'
|
||||
alias upkgfile='sudo pkgfile -u'
|
||||
|
||||
# Avoid pip installing packages as root/sudo, execute the following line in your terminal or just delete the # at the begin
|
||||
#install -Dm644 /dev/stdin ~/.config/pip/pip.conf <<< $'[install]\nuser = yes\n'
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ exec numlockx
|
|||
# Clipboard manager
|
||||
exec parcellite
|
||||
# Background
|
||||
exec feh --bg-center /home/sechacklabs/Pictures/SHL/sechacklabs-wallpaper-red.jpg
|
||||
exec feh --bg-fill "/home/sechacklabs/Pictures/rust.png"
|
||||
# Keyring daemon
|
||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
bindsym $mod+Return exec xfce4-terminal
|
||||
|
||||
# Screen lock
|
||||
bindsym $mod+l exec "i3lock -e -u -t -i /home/sechacklabs/Pictures/SHL/sechacklabs-blue.png"
|
||||
bindsym $mod+l exec "i3lock -e -u -t -i /home/sechacklabs/Pictures/rust.png"
|
||||
|
||||
# Gajim XMPP client
|
||||
bindsym $mod+x exec gajim
|
||||
|
|
@ -69,7 +69,7 @@ bindsym $mod+f exec firefox
|
|||
bindsym $mod+p exec vlc
|
||||
|
||||
# Signal Desktop
|
||||
bindsym $mod+s exec signal-desktop
|
||||
# bindsym $mod+s exec signal-desktop - uninstalled because the electron shit
|
||||
|
||||
# Take screenshots
|
||||
bindsym Print exec "scrot -b '%Y-%m-%d-%H%M%S-sechacklabs.png' -e 'mv $f /home/sechacklabs/Pictures/Screenshots/'"
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ path_exists VPN {
|
|||
|
||||
cpu_temperature 0 {
|
||||
format = "CPU Temp: %degrees °C"
|
||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input"
|
||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp1_input"
|
||||
max_threshold = "70"
|
||||
format_above_threshold = "CPU Temp: %degrees °C"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue