mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
7 Commits
f379b758c9
...
ff0d449fa5
Author | SHA1 | Date | |
---|---|---|---|
ff0d449fa5 | |||
936e8828c8 | |||
fb480c73c5 | |||
bc89989bbb | |||
2770fefefd | |||
0256369cd6 | |||
1fdb93e356 |
@ -10,14 +10,15 @@
|
||||
diffFilter = diff-highlight
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[fetch]
|
||||
prune = true
|
||||
[push]
|
||||
default = upstream
|
||||
[pull]
|
||||
rebase = true
|
||||
prune = true
|
||||
[rebase]
|
||||
autoStash = true
|
||||
[log]
|
||||
date = relative
|
||||
[format]
|
||||
pretty = format:%h %Cblue%ad%Creset %ae %Cgreen%s%Creset
|
||||
[alias]
|
||||
@ -25,6 +26,7 @@
|
||||
pushall = !git remote | xargs -L1 git push
|
||||
count = !echo $(pwd) && git rev-list HEAD --count
|
||||
unpushed = !git log --oneline @{u}..HEAD
|
||||
leaders = !git shortlog -s -n --all --no-merges
|
||||
[advice]
|
||||
statusHints = false
|
||||
pushUpdateRejected = false
|
||||
|
@ -46,8 +46,8 @@ line-colour = #f00
|
||||
|
||||
modules-left = i3
|
||||
modules-center =
|
||||
# modules-right = volume updates weather xkeyboard wlan gateway eth memory cpu xbacklight battery temperature date
|
||||
modules-right = volume updates weather wlan gateway eth memory cpu xbacklight battery temperature date
|
||||
# modules-right = volume updates weather xkeyboard wlan gateway eth memory cpu xbacklight battery cputemp gputemp date
|
||||
modules-right = volume updates weather wlan gateway eth memory cpu xbacklight battery cputemp gputemp date
|
||||
|
||||
tray-position = right
|
||||
tray-detached = false
|
||||
@ -267,10 +267,10 @@ ramp-capacity-0-foreground = ${colours.critical}
|
||||
ramp-capacity-1-foreground = ${colours.warning}
|
||||
|
||||
|
||||
[module/temperature]
|
||||
[module/cputemp]
|
||||
type = internal/temperature
|
||||
thermal-zone = 2
|
||||
warn-temperature = 70
|
||||
hwmon-path = /sys/devices/platform/nct6775.656/hwmon/hwmon1/temp2_input
|
||||
base-temperature = 25
|
||||
|
||||
format = <ramp> <label>
|
||||
format-warn = <ramp> <label-warn>
|
||||
@ -287,6 +287,15 @@ ramp-4 =
|
||||
ramp-5 =
|
||||
ramp-foreground = ${colours.icon}
|
||||
|
||||
[module/gputemp]
|
||||
type = custom/script
|
||||
exec = nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader,nounits
|
||||
interval = 10
|
||||
|
||||
label = %output%°C
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colours.icon}
|
||||
|
||||
|
||||
[module/powermenu]
|
||||
type = custom/menu
|
||||
|
2
scripts/gtav
Executable file
2
scripts/gtav
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec xdg-open steam://rungameid/271590
|
7
scripts/netsplit
Executable file
7
scripts/netsplit
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PID="$(pidof GTA5.exe)"
|
||||
|
||||
kill -s STOP $PID
|
||||
sleep 30
|
||||
kill -s CONT $PID
|
@ -9,7 +9,7 @@ FILENAME="$(date '+%s%N' | sha256sum | head -c7).png"
|
||||
DIRECTORY="$HOME/pictures/screenshots"
|
||||
|
||||
SCP_HOST=frebib@Poseidon.nerdhouse.io
|
||||
SCP_PATH=/dave/www/frebib.net/s
|
||||
SCP_PATH=/services/www/files/frebib.net/s
|
||||
URL_PATH=https://frebib.net/s
|
||||
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user