Compare commits
4 Commits
23d9070173
...
6f7a5d98de
Author | SHA1 | Date | |
---|---|---|---|
6f7a5d98de | |||
3163e4a8e5 | |||
6a95b9518c | |||
b306ddf535 |
@ -217,7 +217,7 @@ label = %percentage_used%%
|
||||
|
||||
[module/wlan]
|
||||
type = internal/network
|
||||
interface = wlp3s0
|
||||
interface = wlp2s0
|
||||
interval = 3.0
|
||||
|
||||
;format-connected = <ramp-signal> <label-connected>
|
||||
@ -240,7 +240,7 @@ ramp-signal-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/eth]
|
||||
type = internal/network
|
||||
interface = eno1
|
||||
interface = enp1s20f0u3u2u4
|
||||
interval = 3.0
|
||||
|
||||
format-connected-underline = #55aa55
|
||||
@ -346,7 +346,7 @@ warn-temperature = 65
|
||||
; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
|
||||
; to find path to desired file
|
||||
; Default reverts to thermal zone setting
|
||||
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
||||
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon4/temp1_input
|
||||
|
||||
;format = <ramp> <label>
|
||||
format = <label>
|
||||
|
2
.profile
2
.profile
@ -15,7 +15,7 @@ for term in kitty termite qterminal urxvt rxvt-unicode sakura gnome-terminal; do
|
||||
done
|
||||
|
||||
# Pour la batterie des ordinateurs portables (~/bin/battery)
|
||||
#export BATPATH="/sys/class/power_supply/BAT0"
|
||||
export BATPATH="/sys/class/power_supply/BAT0"
|
||||
|
||||
# Permit DBUS to be launched
|
||||
if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then
|
||||
|
@ -56,7 +56,7 @@ Port 22
|
||||
Host yuno
|
||||
Hostname 89.234.141.125
|
||||
User root
|
||||
Port 22
|
||||
Port 2200
|
||||
|
||||
# Perso
|
||||
Host zou
|
||||
|
2
.zshrc
2
.zshrc
@ -135,7 +135,7 @@ alias https='http --verify=no --default-scheme=https'
|
||||
alias pyt='poetry run pytest -vvs --no-cov --disable-warnings'
|
||||
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
|
||||
# projet rero
|
||||
alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
|
||||
alias rero="ALIAS=rero /home/od/rero/logik/agnes"
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
||||
|
Loading…
Reference in New Issue
Block a user