Compare commits

..

2 Commits
master ... zou

6 changed files with 10 additions and 12 deletions

View File

@ -1,3 +1,3 @@
# Permet à Chromium de se lancer dans Wayland
--enable-features=UseOzonePlatform
--ozone-platform=wayland
#--enable-features=UseOzonePlatform
#--ozone-platform=wayland

View File

@ -240,7 +240,7 @@ ramp-signal-foreground = ${colors.foreground-alt}
[module/eth]
type = internal/network
interface = eno1
interface = enp3s0
interval = 3.0
format-connected-underline = #55aa55
@ -346,7 +346,8 @@ 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/pci0000:00/0000:00:08.1/0000:04:00.0/hwmon/hwmon2/temp1_input
#hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
;format = <ramp> <label>
format = <label>

View File

@ -84,7 +84,7 @@ set -g status-left "#{pane_current_path}"
set -g status-left-length 30
# Activer mon layout par defaut
#new -s projets -n dev
#splitw -v -p 50 -t dev
#neww -n autre
#selectw -t dev
new -s projets -n dev
splitw -v -p 50 -t dev
neww -n autre
selectw -t dev

View File

@ -1,5 +1,4 @@
ans:/home/od/projets/buffet
blog:~/projets/blog
buf:/home/od/projets/buffet
cloud:~/freshmile/cloud
patchwork:/home/od/projets/patchwork

2
.zshrc
View File

@ -136,8 +136,6 @@ 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"
# colration de la commande IP
alias ip='ip -c'
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh

View File

@ -9,7 +9,7 @@ minutes=15
PROGRAM=`which feh`
# Some tests
if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
if [[ "$XDG_SESSION_TYPE" -eq "wayland" ]]; then
PROGRAM=`which swaymsg`
if [ -z "${PROGRAM}" ]; then
echo "This script needs the swaymsg program."