Compare commits

..

9 Commits

Author SHA1 Message Date
641c3feacc feat(wd): Add Trognon as shortcut 2024-10-20 14:36:07 +02:00
60ef79bae6 feat(SSH): Nouvelles machines
* suc : serveur de la maison
* deux : RPI3
* trois : RPI3
* quatre : RPI4
2024-04-25 15:42:56 +02:00
fe83a496f5 feat(warprc): Nouveaux raccourcis pour la commande wd
* projet effeuillage : calendrier de l'Avent
* projet graille : repas aléatoires
2024-04-25 15:40:35 +02:00
1781f023df fix(Polybar): Changement du module de contraste/luminosité 2024-03-30 22:15:56 +01:00
c9c0bb2a9d fix(Contraste): Correction des commandes pour la luminosité 2024-03-30 22:15:56 +01:00
f9ecf0246c feat(Rotation): Démon pour la rotation automatique de l'écran 2024-03-30 22:15:56 +01:00
4d2528b89e feat(HiDPI): Nouvel écran = adaptation de la config. 2024-03-30 22:15:56 +01:00
f082f7d281 fix(Polybar): utilisation de la bonne carte wifi 2024-03-30 22:15:56 +01:00
4081ce0b96 fix(i3): Configuration différente
* utilisation d'une autre méthode pour le fond d'écran aléatoire
* désactivation de hamster-indicator
* ajout d'une résolution par défaut
2024-03-30 22:15:56 +01:00
8 changed files with 8 additions and 43 deletions

View File

@ -165,7 +165,7 @@ bindsym $mod+r mode "resize"
assign [class="jetbrains-idea|Code"] 1 assign [class="jetbrains-idea|Code"] 1
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] 2 assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] 2
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] 3 assign [class="Thunderbird|Mail|jetbrains-phpstorm"] 3
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino|Hamsket"] 4 assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino"] 4
##### STATUS BAR ##### STATUS BAR

View File

@ -22,11 +22,6 @@ if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then
export $(gnome-keyring-daemon -s) export $(gnome-keyring-daemon -s)
fi fi
# Environnement Pyenv
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
# Démarrage de l'environnement préféré # Démarrage de l'environnement préféré
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
case $HOST in case $HOST in

View File

@ -118,13 +118,13 @@ Hostname 37.187.17.29
User root User root
Port 22 Port 22
## Serveur du salon (Beelink) - SMB / miniDLNA # Serveur du salon - SMB / miniDLNA
Host suc Host suc
Hostname 192.168.1.42 Hostname 192.168.1.42
User od User od
Port 22 Port 22
## Labo K8s RPI # Cluster RPI
Host deux Host deux
Hostname 192.168.1.102 Hostname 192.168.1.102
User od User od
@ -139,26 +139,3 @@ Host quatre
Hostname 192.168.1.104 Hostname 192.168.1.104
User od User od
Port 22 Port 22
## Labo K8S AMD64
Host douze
Hostname 192.168.1.112
User nous
Port 22
Host treize
Hostname 192.168.1.113
User maison
Port 22
Host quatorze
Hostname 192.168.1.202
User od
Port 22
## Formation DevOps - Datascientest
Host devu
Hostname 54.229.27.155
User ubuntu
Port 22
IdentityFile ~/.ssh/data_enginering_machine.pem

View File

@ -85,6 +85,6 @@ set -g status-left-length 30
# Activer mon layout par defaut # Activer mon layout par defaut
#new -s projets -n dev #new -s projets -n dev
#splitw -v -p '50' -t dev #splitw -v -p 50 -t dev
#neww -n autre #neww -n autre
#selectw -t dev #selectw -t dev

View File

@ -4,6 +4,5 @@ buf:/home/od/projets/buffet
cal:~/projets/effeuillage cal:~/projets/effeuillage
cloud:~/freshmile/cloud cloud:~/freshmile/cloud
graille:~/projets/graille graille:~/projets/graille
ops:~/projets/ops
patchwork:/home/od/projets/patchwork patchwork:/home/od/projets/patchwork
trognon:~/projets/trognon trognon:~/projets/trognon

View File

@ -1,9 +1,5 @@
emulate sh -c '. ~/.profile' emulate sh -c '. ~/.profile'
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
# Start X automatically # Start X automatically
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx exec startx

5
.zshrc
View File

@ -68,7 +68,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(git httpie ng npm nvm pass pip sudo wd pyenv) plugins=(git httpie ng npm nvm pass pip sudo wd)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
@ -87,7 +87,6 @@ export PYTHONWARNINGS="ignore::DeprecationWarning"
#export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications #export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications
export PIPENV_QUIET=1 # enlève les courtesy notice export PIPENV_QUIET=1 # enlève les courtesy notice
export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils
export KUBECONFIG=$HOME/kubeconfig
# You may need to manually set your language environment # You may need to manually set your language environment
export LANG=fr_FR.UTF-8 export LANG=fr_FR.UTF-8
@ -137,7 +136,7 @@ alias pyt='poetry run pytest -vvs --no-cov --disable-warnings'
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml' alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
# projet rero # projet rero
alias rero="ALIAS=rero /home/od/projets/rerologik/agnes" alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
# coloration de la commande IP # colration de la commande IP
alias ip='ip -c' alias ip='ip -c'
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.

View File

@ -7,7 +7,6 @@
directory="$HOME/wallpapers" directory="$HOME/wallpapers"
minutes=15 minutes=15
PROGRAM=`which feh` PROGRAM=`which feh`
is_wayland=false
# Some tests # Some tests
if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
@ -16,7 +15,7 @@ if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
echo "This script needs the swaymsg program." echo "This script needs the swaymsg program."
exit 1 exit 1
fi fi
is_wayland=true wayland=1
elif [ -z "${PROGRAM}" ]; then elif [ -z "${PROGRAM}" ]; then
echo "This script needs the feh program. Install it." echo "This script needs the feh program. Install it."
exit 1 exit 1
@ -49,7 +48,7 @@ while true; do
# Change background # Change background
file="${array_files["$NUMBER"]}" file="${array_files["$NUMBER"]}"
if "${is_wayland}"; then if [[ -n wayland ]]; then
$PROGRAM output "*" bg "$directory/$file" fill $PROGRAM output "*" bg "$directory/$file" fill
else else
feh --bg-fill "$directory/$file" feh --bg-fill "$directory/$file"