Compare commits
64 Commits
Author | SHA1 | Date | |
---|---|---|---|
015273df6f | |||
5e658910da | |||
e55a5b88b0 | |||
48b26a2aa1 | |||
32858f5009 | |||
c3df1cea74 | |||
2de9aefc66 | |||
38f30f4f32 | |||
a285a2ced1 | |||
671c5a07d1 | |||
59ec2a4882 | |||
81c0e7e27e | |||
7d426ae1ab | |||
abcc7e16cb | |||
1c40ae6526 | |||
87ca1e1efc | |||
c87f867b4c | |||
f522935be9 | |||
db193417c8 | |||
cb4bc3f2d2 | |||
a25bf962ff | |||
fd6b431d51 | |||
718dc045db | |||
9b0160cc0a | |||
03a2f6cafd | |||
59586947d9 | |||
b04dfb860a | |||
af4057e4ec | |||
99c25cf2a8 | |||
261eabb7f2 | |||
484b1cbbd5 | |||
380fef687a | |||
29a6649a49 | |||
b70caa2bb8 | |||
ad2e5660dd | |||
34caaae5fb | |||
a2e6853a1c | |||
117a0ee6c8 | |||
b80eadc6f7 | |||
137212b13d | |||
a2daf9f9d9 | |||
3745e8675f | |||
c898f392de | |||
e24271fbd4 | |||
bfe8473374 | |||
dbb30ab893 | |||
eb8fb1d960 | |||
e1a1cbea60 | |||
596c2bebb2 | |||
e153bf2eaa | |||
161af14f7f | |||
18021a3eb5 | |||
d4233d6440 | |||
ad45e8d767 | |||
f1b0f2f13f | |||
f9b79325e0 | |||
7d8fc24991 | |||
3e2a72cec1 | |||
7b551b83b8 | |||
320a00dd29 | |||
47b13b6072 | |||
8375fb5cff | |||
2d4cddbf4c | |||
d297e32b03 |
22
.Xresources
22
.Xresources
@ -65,3 +65,25 @@ rofi.color-window: #002b37, #002b37, #003642
|
|||||||
rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396
|
rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396
|
||||||
rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4
|
rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4
|
||||||
rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281
|
rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281
|
||||||
|
rofi.font: DejaVu 18
|
||||||
|
|
||||||
|
! -------------------------------------
|
||||||
|
! DPI pour écran très haute résolution
|
||||||
|
! -------------------------------------
|
||||||
|
|
||||||
|
Xft.dpi: 200
|
||||||
|
|
||||||
|
! These might also be useful depending on your monitor and personal preference:
|
||||||
|
Xft.autohint: 0
|
||||||
|
Xft.lcdfilter: lcddefault
|
||||||
|
Xft.hintstyle: hintfull
|
||||||
|
Xft.hinting: 1
|
||||||
|
Xft.antialias: 1
|
||||||
|
Xft.rgba: rgb
|
||||||
|
|
||||||
|
|
||||||
|
! --------------------------------------------------------
|
||||||
|
! Pour la police de xterm (pour Stardew Valley notamment)
|
||||||
|
! --------------------------------------------------------
|
||||||
|
|
||||||
|
XTerm.vt100.faceName: DejaVu Sans Mono:size=13:antialias=false
|
||||||
|
7
.config/chromium-flags.conf
Normal file
7
.config/chromium-flags.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Permet à Chromium de se lancer dans Wayland
|
||||||
|
#--enable-features=UseOzonePlatform
|
||||||
|
#--ozone-platform=wayland
|
||||||
|
# Permet de gérer l'écran HiDPI
|
||||||
|
--force-device-scale-factor=2
|
||||||
|
# Désactive l'accélération graphique mal gérée sous Chromium
|
||||||
|
#--disable-gpu
|
9
.config/environment.d/envvars.conf
Normal file
9
.config/environment.d/envvars.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Active wayland pour Firefox
|
||||||
|
MOZ_ENABLE_WAYLAND=1
|
||||||
|
# Modifie le comportement JAVA pour PHPStorm
|
||||||
|
_JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
# Pour la résolution HiDPI
|
||||||
|
GDK_SCALE=2
|
||||||
|
GDK_DPI_SCALE=0.5
|
||||||
|
QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
QT_ENABLE_HIGHDPI_SCALING=1
|
7
.config/gammastep/config.ini
Normal file
7
.config/gammastep/config.ini
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[general]
|
||||||
|
location-provider=manual
|
||||||
|
|
||||||
|
# Lieu : Neudorf, chez Agnès
|
||||||
|
[manual]
|
||||||
|
lat=48.5680685
|
||||||
|
lon=7.7709942
|
@ -22,7 +22,7 @@ set $mod Mod4
|
|||||||
|
|
||||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
font pango:DejaVu Sans Mono 10
|
font pango:DejaVu Sans Mono 18
|
||||||
|
|
||||||
# Before i3 v4.8, we used to recommend this one as the default:
|
# Before i3 v4.8, we used to recommend this one as the default:
|
||||||
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||||
@ -42,7 +42,7 @@ bindsym $mod+Shift+A kill
|
|||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
#bindsym $mod+d exec dmenu_run
|
#bindsym $mod+d exec dmenu_run
|
||||||
bindsym $mod+d exec rofi -show combi
|
bindsym $mod+d exec rofi -show combi -font "DejaVu Sans Mono 20"
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
@ -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"] 4
|
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino|Hamsket"] 4
|
||||||
|
|
||||||
##### STATUS BAR
|
##### STATUS BAR
|
||||||
|
|
||||||
@ -187,8 +187,8 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume $sink -5% #decrease soun
|
|||||||
bindsym XF86AudioMute exec pactl set-sink-mute $sink toggle # mute sound
|
bindsym XF86AudioMute exec pactl set-sink-mute $sink toggle # mute sound
|
||||||
|
|
||||||
# Brightness controls
|
# Brightness controls
|
||||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness
|
bindsym XF86MonBrightnessUp exec brightnessctl s +20 # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness
|
bindsym XF86MonBrightnessDown exec brightnessctl s 20- # decrease screen brightness
|
||||||
|
|
||||||
# Player controls (via MPRIS, in example mpv-mpris)
|
# Player controls (via MPRIS, in example mpv-mpris)
|
||||||
# play/pause
|
# play/pause
|
||||||
@ -213,6 +213,12 @@ bindsym XF86Sleep exec systemctl suspend
|
|||||||
## STARTUP PROGRAMS
|
## STARTUP PROGRAMS
|
||||||
###
|
###
|
||||||
|
|
||||||
|
# Résolution par défaut
|
||||||
|
#exec_always --no-startup-id "xrandr --output eDP1 --mode 1680x1050"
|
||||||
|
|
||||||
|
# Rotation de l'écran
|
||||||
|
exec_always --no-startup-id "libinput-xrandr-autorotate -touchscreens 'Screen0'"
|
||||||
|
|
||||||
# Transparency (need picom)
|
# Transparency (need picom)
|
||||||
exec_always --no-startup-id "killall picom; picom -b"
|
exec_always --no-startup-id "killall picom; picom -b"
|
||||||
|
|
||||||
@ -237,10 +243,10 @@ smart_gaps on
|
|||||||
|
|
||||||
# Random wallpaper (need ~/bin/random_wallpaper from
|
# Random wallpaper (need ~/bin/random_wallpaper from
|
||||||
# https://github.com/blankoworld/dotfiles/blob/master/bin/random_wallpaper)
|
# https://github.com/blankoworld/dotfiles/blob/master/bin/random_wallpaper)
|
||||||
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; random_wallpaper &"
|
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; watch -n 900 feh --randomize --bg-fill ~/wallpapers/* &"
|
||||||
|
|
||||||
# Hasmter indicator
|
# Hasmter indicator
|
||||||
exec --no-startup-id hamster
|
#exec --no-startup-id hamster
|
||||||
|
|
||||||
# Clipit : Presse-papiers pour le bureau
|
# Clipit : Presse-papiers pour le bureau
|
||||||
exec --no-startup-id clipit
|
exec --no-startup-id clipit
|
||||||
|
21
.config/kitty/dark.conf
Normal file
21
.config/kitty/dark.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
background #001e26
|
||||||
|
foreground #708183
|
||||||
|
cursor #708183
|
||||||
|
selection_background #002731
|
||||||
|
color0 #002731
|
||||||
|
color8 #465a61
|
||||||
|
color1 #d01b24
|
||||||
|
color9 #bd3612
|
||||||
|
color2 #728905
|
||||||
|
color10 #465a61
|
||||||
|
color3 #a57705
|
||||||
|
color11 #52676f
|
||||||
|
color4 #2075c7
|
||||||
|
color12 #708183
|
||||||
|
color5 #c61b6e
|
||||||
|
color13 #5856b9
|
||||||
|
color6 #259185
|
||||||
|
color14 #81908f
|
||||||
|
color7 #e9e2cb
|
||||||
|
color15 #fcf4dc
|
||||||
|
selection_foreground #001e26
|
@ -18,7 +18,7 @@ bold_font Fira Code Bold
|
|||||||
bold_italic_font Fira Code Retina
|
bold_italic_font Fira Code Retina
|
||||||
|
|
||||||
# Font size (in pts)
|
# Font size (in pts)
|
||||||
font_size 14.0
|
font_size 13.0
|
||||||
|
|
||||||
# The amount the font size is changed by (in pts) when increasing/decreasing
|
# The amount the font size is changed by (in pts) when increasing/decreasing
|
||||||
# the font size in a running terminal.
|
# the font size in a running terminal.
|
||||||
@ -184,7 +184,8 @@ rectangle_select_modifiers ctrl+alt
|
|||||||
allow_remote_control no
|
allow_remote_control no
|
||||||
|
|
||||||
# The value of the TERM environment variable to set
|
# The value of the TERM environment variable to set
|
||||||
term xterm-kitty
|
#term xterm-kitty
|
||||||
|
term xterm-256color
|
||||||
|
|
||||||
# The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution.
|
# The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution.
|
||||||
# Note that borders are displayed only when more than one window is visible. They are meant to separate multiple windows.
|
# Note that borders are displayed only when more than one window is visible. They are meant to separate multiple windows.
|
||||||
@ -423,3 +424,7 @@ macos_option_as_alt yes
|
|||||||
# The number is a percentage of maximum volume.
|
# The number is a percentage of maximum volume.
|
||||||
# See man XBell for details.
|
# See man XBell for details.
|
||||||
x11_bell_volume 80
|
x11_bell_volume 80
|
||||||
|
|
||||||
|
# Ajout du thème Solarized Light sur https://github.com/dexpota/kitty-themes
|
||||||
|
include ./dark.conf
|
||||||
|
|
||||||
|
21
.config/kitty/light.conf
Normal file
21
.config/kitty/light.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
background #fdf6e3
|
||||||
|
foreground #52676f
|
||||||
|
cursor #52676f
|
||||||
|
selection_background #e9e2cb
|
||||||
|
color0 #e4e4e4
|
||||||
|
color8 #ffffd7
|
||||||
|
color1 #d70000
|
||||||
|
color9 #d75f00
|
||||||
|
color2 #5f8700
|
||||||
|
color10 #585858
|
||||||
|
color3 #af8700
|
||||||
|
color11 #626262
|
||||||
|
color4 #0087ff
|
||||||
|
color12 #808080
|
||||||
|
color5 #af005f
|
||||||
|
color13 #5f5faf
|
||||||
|
color6 #00afaf
|
||||||
|
color14 #8a8a8a
|
||||||
|
color7 #262626
|
||||||
|
color15 #1c1c1c
|
||||||
|
selection_foreground #fcf4dc
|
@ -21,7 +21,7 @@ alert = #bd2c40
|
|||||||
[bar/default]
|
[bar/default]
|
||||||
;monitor = ${env:MONITOR:HDMI-1}
|
;monitor = ${env:MONITOR:HDMI-1}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 27
|
height = 45
|
||||||
;offset-x = 1%
|
;offset-x = 1%
|
||||||
;offset-y = 1%
|
;offset-y = 1%
|
||||||
radius = 0
|
radius = 0
|
||||||
@ -30,29 +30,28 @@ fixed-center = false
|
|||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
|
||||||
line-size = 3
|
line-size = 5
|
||||||
line-color = #f00
|
line-color = #f00
|
||||||
|
|
||||||
border-size = 0
|
border-size = 0
|
||||||
border-color = #00000000
|
border-color = #00000000
|
||||||
|
|
||||||
padding-left = 0
|
padding-left = 0
|
||||||
padding-right = 2
|
padding-right = 1
|
||||||
|
|
||||||
module-margin-left = 0
|
module-margin-left = 0
|
||||||
module-margin-right = 1
|
module-margin-right = 1
|
||||||
|
|
||||||
font-0 = DejaVu Sans Mono:size=10.5;1
|
font-0 = DejaVu Sans Mono:size=21;1
|
||||||
;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||||
font-1 = FontAwesome:size=10
|
font-1 = FontAwesome:size=21
|
||||||
font-2 = siji:pixelsize=10;1
|
font-2 = siji:pixelsize=21;1
|
||||||
|
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-center = xwindow
|
modules-center = xwindow
|
||||||
modules-right = xbacklight pulseaudio memory cpu wlan eth battery temperature date powermenu
|
modules-right = backlight-acpi pulseaudio memory cpu wlan eth battery temperature date powermenu tray
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
|
||||||
;tray-transparent = true
|
;tray-transparent = true
|
||||||
;tray-background = #0063ff
|
;tray-background = #0063ff
|
||||||
|
|
||||||
@ -217,7 +216,7 @@ label = %percentage_used%%
|
|||||||
|
|
||||||
[module/wlan]
|
[module/wlan]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp3s0
|
interface = wlan0
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
;format-connected = <ramp-signal> <label-connected>
|
;format-connected = <ramp-signal> <label-connected>
|
||||||
@ -404,4 +403,11 @@ screenchange-reload = true
|
|||||||
margin-top = 5
|
margin-top = 5
|
||||||
margin-bottom = 5
|
margin-bottom = 5
|
||||||
|
|
||||||
|
[module/tray]
|
||||||
|
type = internal/tray
|
||||||
|
|
||||||
|
tray-size = 66%
|
||||||
|
tray-padding = 0
|
||||||
|
tray-spacing = 10
|
||||||
|
|
||||||
; vim:ft=dosini
|
; vim:ft=dosini
|
||||||
|
232
.config/sway/config
Normal file
232
.config/sway/config
Normal file
@ -0,0 +1,232 @@
|
|||||||
|
# Default config for sway
|
||||||
|
#
|
||||||
|
# Copy this to ~/.config/sway/config and edit it to your liking.
|
||||||
|
#
|
||||||
|
# Read `man 5 sway` for a complete reference.
|
||||||
|
|
||||||
|
### Variables
|
||||||
|
#
|
||||||
|
# Logo key. Use Mod1 for Alt.
|
||||||
|
set $mod Mod4
|
||||||
|
# Home row direction keys, like vim
|
||||||
|
set $left h
|
||||||
|
set $down j
|
||||||
|
set $up k
|
||||||
|
set $right l
|
||||||
|
# Your preferred terminal emulator
|
||||||
|
set $term alacritty
|
||||||
|
# Your preferred application launcher
|
||||||
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
|
# on the original workspace that the command was run on.
|
||||||
|
set $menu wofi --show run | xargs swaymsg exec --
|
||||||
|
|
||||||
|
### Output configuration
|
||||||
|
#
|
||||||
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
|
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||||
|
#
|
||||||
|
# Example configuration:
|
||||||
|
#
|
||||||
|
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
||||||
|
#
|
||||||
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||||
|
|
||||||
|
### Idle configuration
|
||||||
|
#
|
||||||
|
# Example configuration:
|
||||||
|
#
|
||||||
|
# exec swayidle -w \
|
||||||
|
# timeout 300 'swaylock -f -c 000000' \
|
||||||
|
# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||||
|
# before-sleep 'swaylock -f -c 000000'
|
||||||
|
#
|
||||||
|
# This will lock your screen after 300 seconds of inactivity, then turn off
|
||||||
|
# your displays after another 300 seconds, and turn your screens back on when
|
||||||
|
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||||
|
|
||||||
|
### Input configuration
|
||||||
|
#
|
||||||
|
# Example configuration:
|
||||||
|
#
|
||||||
|
# input "2:14:SynPS/2_Synaptics_TouchPad" {
|
||||||
|
# dwt enabled
|
||||||
|
# tap enabled
|
||||||
|
# natural_scroll enabled
|
||||||
|
# middle_emulation enabled
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||||
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
|
||||||
|
input type:touchpad {
|
||||||
|
dwt enabled
|
||||||
|
tap enabled
|
||||||
|
natural_scroll enabled
|
||||||
|
middle_emulation enabled
|
||||||
|
}
|
||||||
|
|
||||||
|
input type:keyboard {
|
||||||
|
xkb_layout "fr"
|
||||||
|
xkb_variant "oss"
|
||||||
|
xkb_options "grp:alt_space_toggle"
|
||||||
|
}
|
||||||
|
### Key bindings
|
||||||
|
#
|
||||||
|
# Basics:
|
||||||
|
#
|
||||||
|
# Start a terminal
|
||||||
|
bindsym $mod+Return exec $term
|
||||||
|
|
||||||
|
# Kill focused window
|
||||||
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
|
# Start your launcher
|
||||||
|
bindsym $mod+d exec $menu
|
||||||
|
|
||||||
|
# Drag floating windows by holding down $mod and left mouse button.
|
||||||
|
# Resize them with right mouse button + $mod.
|
||||||
|
# Despite the name, also works for non-floating windows.
|
||||||
|
# Change normal to inverse to use left mouse button for resizing and right
|
||||||
|
# mouse button for dragging.
|
||||||
|
floating_modifier $mod normal
|
||||||
|
|
||||||
|
# Reload the configuration file
|
||||||
|
bindsym $mod+Shift+c reload
|
||||||
|
|
||||||
|
# Exit sway (logs you out of your Wayland session)
|
||||||
|
bindsym $mod+Shift+e exec swaynag -t warning -m 'Tu as appuyé sur le raccourci de sortie. Sortir réellement de sway ? Cela terminera ta session Wayland.' -b 'Oui, quitter sway' 'swaymsg exit'
|
||||||
|
#
|
||||||
|
# Moving around:
|
||||||
|
#
|
||||||
|
# Move your focus around
|
||||||
|
bindsym $mod+$left focus left
|
||||||
|
bindsym $mod+$down focus down
|
||||||
|
bindsym $mod+$up focus up
|
||||||
|
bindsym $mod+$right focus right
|
||||||
|
# Or use $mod+[up|down|left|right]
|
||||||
|
bindsym $mod+Left focus left
|
||||||
|
bindsym $mod+Down focus down
|
||||||
|
bindsym $mod+Up focus up
|
||||||
|
bindsym $mod+Right focus right
|
||||||
|
|
||||||
|
# Move the focused window with the same, but add Shift
|
||||||
|
bindsym $mod+Shift+$left move left
|
||||||
|
bindsym $mod+Shift+$down move down
|
||||||
|
bindsym $mod+Shift+$up move up
|
||||||
|
bindsym $mod+Shift+$right move right
|
||||||
|
# Ditto, with arrow keys
|
||||||
|
bindsym $mod+Shift+Left move left
|
||||||
|
bindsym $mod+Shift+Down move down
|
||||||
|
bindsym $mod+Shift+Up move up
|
||||||
|
bindsym $mod+Shift+Right move right
|
||||||
|
#
|
||||||
|
# Workspaces:
|
||||||
|
#
|
||||||
|
# Switch to workspace
|
||||||
|
bindsym $mod+ampersand workspace number 1
|
||||||
|
bindsym $mod+eacute workspace number 2
|
||||||
|
bindsym $mod+quotedbl workspace number 3
|
||||||
|
bindsym $mod+apostrophe workspace number 4
|
||||||
|
bindsym $mod+parenleft workspace number 5
|
||||||
|
bindsym $mod+minus workspace number 6
|
||||||
|
bindsym $mod+egrave workspace number 7
|
||||||
|
bindsym $mod+underscore workspace number 8
|
||||||
|
bindsym $mod+ccedilla workspace number 9
|
||||||
|
bindsym $mod+agrave workspace number 10
|
||||||
|
# Move focused container to workspace
|
||||||
|
bindsym $mod+Shift+ampersand move container to workspace number 1
|
||||||
|
bindsym $mod+Shift+eacute move container to workspace number 2
|
||||||
|
bindsym $mod+Shift+quotedbl move container to workspace number 3
|
||||||
|
bindsym $mod+Shift+apostrophe move container to workspace number 4
|
||||||
|
bindsym $mod+Shift+parenleft move container to workspace number 5
|
||||||
|
bindsym $mod+Shift+minus move container to workspace number 6
|
||||||
|
bindsym $mod+Shift+egrave move container to workspace number 7
|
||||||
|
bindsym $mod+Shift+underscore move container to workspace number 8
|
||||||
|
bindsym $mod+Shift+ccedilla move container to workspace number 9
|
||||||
|
bindsym $mod+Shift+agrave move container to workspace number 10
|
||||||
|
# Note: workspaces can have any name you want, not just numbers.
|
||||||
|
# We just use 1-10 as the default.
|
||||||
|
#
|
||||||
|
# Layout stuff:
|
||||||
|
#
|
||||||
|
# You can "split" the current object of your focus with
|
||||||
|
# $mod+b or $mod+v, for horizontal and vertical splits
|
||||||
|
# respectively.
|
||||||
|
bindsym $mod+b splith
|
||||||
|
bindsym $mod+v splitv
|
||||||
|
|
||||||
|
# Switch the current container between different layout styles
|
||||||
|
bindsym $mod+s layout stacking
|
||||||
|
bindsym $mod+z layout tabbed
|
||||||
|
bindsym $mod+e layout toggle split
|
||||||
|
|
||||||
|
# Make the current focus fullscreen
|
||||||
|
bindsym $mod+f fullscreen
|
||||||
|
|
||||||
|
# Toggle the current focus between tiling and floating mode
|
||||||
|
bindsym $mod+Shift+space floating toggle
|
||||||
|
|
||||||
|
# Swap focus between the tiling area and the floating area
|
||||||
|
bindsym $mod+space focus mode_toggle
|
||||||
|
|
||||||
|
# Move focus to the parent container
|
||||||
|
bindsym $mod+a focus parent
|
||||||
|
#
|
||||||
|
# Scratchpad:
|
||||||
|
#
|
||||||
|
# Sway has a "scratchpad", which is a bag of holding for windows.
|
||||||
|
# You can send windows there and get them back later.
|
||||||
|
|
||||||
|
# Move the currently focused window to the scratchpad
|
||||||
|
bindsym $mod+Shift+tab move scratchpad
|
||||||
|
|
||||||
|
# Show the next scratchpad window or hide the focused scratchpad window.
|
||||||
|
# If there are multiple scratchpad windows, this command cycles through them.
|
||||||
|
bindsym $mod+tab scratchpad show
|
||||||
|
#
|
||||||
|
# Resizing containers:
|
||||||
|
#
|
||||||
|
mode "resize" {
|
||||||
|
# left will shrink the containers width
|
||||||
|
# right will grow the containers width
|
||||||
|
# up will shrink the containers height
|
||||||
|
# down will grow the containers height
|
||||||
|
bindsym $left resize shrink width 10px
|
||||||
|
bindsym $down resize grow height 10px
|
||||||
|
bindsym $up resize shrink height 10px
|
||||||
|
bindsym $right resize grow width 10px
|
||||||
|
|
||||||
|
# Ditto, with arrow keys
|
||||||
|
bindsym Left resize shrink width 10px
|
||||||
|
bindsym Down resize grow height 10px
|
||||||
|
bindsym Up resize shrink height 10px
|
||||||
|
bindsym Right resize grow width 10px
|
||||||
|
|
||||||
|
# Return to default mode
|
||||||
|
bindsym Return mode "default"
|
||||||
|
bindsym Escape mode "default"
|
||||||
|
}
|
||||||
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Status Bar:
|
||||||
|
#
|
||||||
|
# Read `man 5 sway-bar` for more information about this section.
|
||||||
|
bar 1 {
|
||||||
|
position top
|
||||||
|
|
||||||
|
# When the status_command prints a new line to stdout, swaybar updates.
|
||||||
|
# The default just shows the current date and time.
|
||||||
|
status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
|
||||||
|
|
||||||
|
colors {
|
||||||
|
statusline #ffffff
|
||||||
|
background #323232
|
||||||
|
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
|
# Ajout pour Olivier
|
||||||
|
include ~/.config/sway/config.d/*
|
6
.config/sway/config.d/00-presse-papier.conf
Normal file
6
.config/sway/config.d/00-presse-papier.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Presse-papiers
|
||||||
|
|
||||||
|
# La base
|
||||||
|
exec wl-paste -t text --watch clipman store
|
||||||
|
# Presse-papier primaire : avec sauvegarde de l'historique dans un fichier JSON
|
||||||
|
exec wl-paste -p -t text --watch clipman store -P --histpath="~/.local/share/clipman-primary.json"
|
3
.config/sway/config.d/10-terminal.conf
Normal file
3
.config/sway/config.d/10-terminal.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Utilise le terminal trouvé dans la variable TERMINAL
|
||||||
|
unbindsym $mod+Return
|
||||||
|
bindsym $mod+Return exec $TERMINAL
|
3
.config/sway/config.d/15-background.conf
Normal file
3
.config/sway/config.d/15-background.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
# Change background
|
||||||
|
output * bg /home/od/.config/sway/abstract-blue-background-1920x1200.jpg fill
|
1
.config/sway/config.d/20-font.conf
Normal file
1
.config/sway/config.d/20-font.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
font pango:DejaVu Sans Mono 11
|
16
.config/sway/config.d/30-visuel.conf
Normal file
16
.config/sway/config.d/30-visuel.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Espace entre les fenêtres
|
||||||
|
for_window [class="^.*"] border pixel 2
|
||||||
|
for_window [class="^.*"] title_format " %title"
|
||||||
|
gaps inner 5
|
||||||
|
smart_borders on
|
||||||
|
smart_gaps on
|
||||||
|
# Censé cacher les bordures de fenêtres adjacents
|
||||||
|
hide_edge_borders --i3 both
|
||||||
|
|
||||||
|
# Bordure de titre de fenêtres : aucune
|
||||||
|
titlebar_border_thickness 0
|
||||||
|
# Espace intérieur du titre des fenêtres : aucun
|
||||||
|
titlebar_padding 0
|
||||||
|
# Enlever le titre aux fenêtres
|
||||||
|
default_border none
|
||||||
|
default_floating_border none
|
21
.config/sway/config.d/40-bureaux.conf
Normal file
21
.config/sway/config.d/40-bureaux.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Applications qui vont dans un espace de bureau spécifique
|
||||||
|
#
|
||||||
|
# Pour connaître le nom des class/app_id, faire :
|
||||||
|
# `swaymsg -t get_tree|grep -i chromium`, par exemple.
|
||||||
|
|
||||||
|
# Bureau 1 (développement)
|
||||||
|
assign [class="jetbrains-idea|Code"] workspace 1
|
||||||
|
assign [app_id="jetbrains-idea|Code"] workspace 1
|
||||||
|
|
||||||
|
|
||||||
|
# Bureau 2 (navigation web)
|
||||||
|
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] workspace 2
|
||||||
|
assign [app_id="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] workspace 2
|
||||||
|
|
||||||
|
# Bureau 3 (Courriel, PHPStorm)
|
||||||
|
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] workspace 3
|
||||||
|
assign [app_id="Thunderbird|Mail|jetbrains-phpstorm"] workspace 3
|
||||||
|
|
||||||
|
# Bureau 4
|
||||||
|
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino"] workspace 4
|
||||||
|
assign [app_id="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino|dino"] workspace 4
|
10
.config/sway/config.d/50-barre.conf
Normal file
10
.config/sway/config.d/50-barre.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Barre d'état
|
||||||
|
|
||||||
|
# désactive la barre principale
|
||||||
|
bar 1 mode invisible
|
||||||
|
|
||||||
|
# active une nouvelle barre
|
||||||
|
bar olivier {
|
||||||
|
position top
|
||||||
|
status_command waybar
|
||||||
|
}
|
10
.config/sway/config.d/60-raccourcis.conf
Normal file
10
.config/sway/config.d/60-raccourcis.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Raccourcis claviers en tous genres
|
||||||
|
|
||||||
|
# Contrôle des lecteurs audios (via MPRIS, par exemple mpv-mpris)
|
||||||
|
bindsym XF86AudioPlay exec playerctl play-pause # play/pause
|
||||||
|
bindsym XF86AudioNext exec playerctl next # prochain(e) musique/film/fichier
|
||||||
|
bindsym XF86AudioPrev exec playerctl previous # précédent(e) musique/film/fichier
|
||||||
|
bindsym XF86AudioStop exec playerctl stop # arrêt musique/film/fichier
|
||||||
|
|
||||||
|
# Bouton impression écran
|
||||||
|
bindsym Print exec grim Images/$(date +'%Y-%m-%d-%s_screenshot.jpg')
|
5
.config/sway/config.d/61-volume.conf
Normal file
5
.config/sway/config.d/61-volume.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Contrôle du volume audio
|
||||||
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||||
|
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
|
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
3
.config/sway/config.d/62-contraste.conf
Normal file
3
.config/sway/config.d/62-contraste.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Contrôle de la lumière
|
||||||
|
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||||
|
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
|
3
.config/sway/config.d/63-presse-papier.conf
Normal file
3
.config/sway/config.d/63-presse-papier.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Presse-papier
|
||||||
|
unbindsym $mod+h
|
||||||
|
bindsym $mod+h exec clipman pick -t wofi
|
8
.config/sway/config.d/64-verrouillage.conf
Normal file
8
.config/sway/config.d/64-verrouillage.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Verrouillage
|
||||||
|
|
||||||
|
# Écran
|
||||||
|
unbindsym $mod+l
|
||||||
|
bindsym $mod+l exec swaylock
|
||||||
|
|
||||||
|
# Automatique
|
||||||
|
exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f'
|
8
.config/sway/config.d/90-programmes.conf
Normal file
8
.config/sway/config.d/90-programmes.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Économie des yeux (48.5680685:7.7709942 = Neudorf, rue de Fegersheim)
|
||||||
|
exec gammastep-indicator
|
||||||
|
|
||||||
|
# Notifications de bureau
|
||||||
|
exec dunst
|
||||||
|
|
||||||
|
# Fond d'écran aléatoire
|
||||||
|
exec_always "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; random_wallpaper &"
|
1
.config/swaylock/config
Normal file
1
.config/swaylock/config
Normal file
@ -0,0 +1 @@
|
|||||||
|
image=/home/od/.config/swaylock/plage_barcelone.jpg
|
BIN
.config/swaylock/plage_barcelone.jpg
Normal file
BIN
.config/swaylock/plage_barcelone.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
105
.config/waybar/config
Normal file
105
.config/waybar/config
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
{
|
||||||
|
"height": 27, // Waybar height (to be removed for auto height)
|
||||||
|
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"],
|
||||||
|
"modules-center": ["sway/window"],
|
||||||
|
"modules-right": ["backlight", "pulseaudio", "memory", "cpu", "network", "battery", "temperature", "clock", "custom/power", "tray"],
|
||||||
|
// Modules configuration
|
||||||
|
"sway/workspaces": {
|
||||||
|
"disable-scroll": true,
|
||||||
|
"all-outputs": true,
|
||||||
|
"format": "{name} {icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"1": "",
|
||||||
|
"2": "",
|
||||||
|
"3": "",
|
||||||
|
"4": "",
|
||||||
|
"5": "",
|
||||||
|
"urgent": "",
|
||||||
|
"focused": "",
|
||||||
|
"default": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sway/mode": {
|
||||||
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
|
},
|
||||||
|
"tray": {
|
||||||
|
// "icon-size": 21,
|
||||||
|
"spacing": 10
|
||||||
|
},
|
||||||
|
"clock": {
|
||||||
|
"timezone": "Europe/Paris",
|
||||||
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
|
"format": "{:%a %d %b %R}",
|
||||||
|
"format-alt": "{:%Y-%m-%d %R:%S}"
|
||||||
|
},
|
||||||
|
"cpu": {
|
||||||
|
"format": " {usage}%",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"format": " {}%"
|
||||||
|
},
|
||||||
|
"temperature": {
|
||||||
|
"critical-threshold": 80,
|
||||||
|
"format": "{icon} {temperatureC}°C",
|
||||||
|
"format-icons": ["", "", ""]
|
||||||
|
},
|
||||||
|
"backlight": {
|
||||||
|
"format": " {percent}% {icon}",
|
||||||
|
"format-icons": ["🌕", "🌔", "🌓", "🌒", "🌑"]
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"states": {
|
||||||
|
"warning": 30,
|
||||||
|
"critical": 15
|
||||||
|
},
|
||||||
|
"format": "{icon} {capacity}%",
|
||||||
|
"format-charging": "{capacity}% ",
|
||||||
|
"format-plugged": "{capacity}% ",
|
||||||
|
"format-alt": "{time} {icon}",
|
||||||
|
"format-icons": ["", "", "", "", ""]
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||||
|
"format-wifi": " {essid} ({signalStrength}%)",
|
||||||
|
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
|
||||||
|
"format-linked": "{ifname} (No IP) ",
|
||||||
|
"format-disconnected": "Disconnected ⚠",
|
||||||
|
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||||
|
},
|
||||||
|
"pulseaudio": {
|
||||||
|
// "scroll-step": 1, // %, can be a float
|
||||||
|
"format": "{icon} {volume}% {format_source}",
|
||||||
|
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||||
|
"format-bluetooth-muted": " {icon} {format_source}",
|
||||||
|
"format-muted": " {format_source}",
|
||||||
|
"format-source": " {volume}%",
|
||||||
|
"format-source-muted": "",
|
||||||
|
"format-icons": {
|
||||||
|
"headphone": "",
|
||||||
|
"hands-free": "",
|
||||||
|
"headset": "",
|
||||||
|
"phone": "",
|
||||||
|
"portable": "",
|
||||||
|
"car": "",
|
||||||
|
"default": ["", "", ""]
|
||||||
|
},
|
||||||
|
"on-click": "pavucontrol"
|
||||||
|
},
|
||||||
|
"custom/media": {
|
||||||
|
"format": "{icon} {}",
|
||||||
|
"return-type": "json",
|
||||||
|
"max-length": 40,
|
||||||
|
"format-icons": {
|
||||||
|
"spotify": "",
|
||||||
|
"default": "🎜"
|
||||||
|
},
|
||||||
|
"escape": true,
|
||||||
|
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
||||||
|
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
|
||||||
|
},
|
||||||
|
"custom/power": {
|
||||||
|
"format": " ",
|
||||||
|
"on-click": "swaynag -t warning -m 'Menu gestion alimentation' -b 'Déconnexion' 'swaymsg exit' -b 'Veille' 'swaymsg exec systemctl suspend' -b 'Redémarrer' 'swaymsg exec systemctl reboot' -b 'Arrêter' 'shutdown now'"
|
||||||
|
}
|
||||||
|
}
|
209
.config/waybar/style.css
Normal file
209
.config/waybar/style.css
Normal file
@ -0,0 +1,209 @@
|
|||||||
|
* {
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
|
font-family: DejaVu Sans Mono; /*, Roboto, Helvetica, Arial, sans-serif; */
|
||||||
|
font-size: 14px;
|
||||||
|
min-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar {
|
||||||
|
background-color: #222;
|
||||||
|
/* border-bottom: 3px solid rgba(100, 114, 125, 0.5);*/
|
||||||
|
color: #dfdfdf;
|
||||||
|
transition-property: background-color;
|
||||||
|
transition-duration: .5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar.hidden {
|
||||||
|
opacity: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
window#waybar.empty {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
window#waybar.solo {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
window#waybar.termite {
|
||||||
|
background-color: #3F3F3F;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar.chromium {
|
||||||
|
background-color: #000000;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button {
|
||||||
|
padding: 0 13px;
|
||||||
|
background-color: inherit;
|
||||||
|
color: #fff;
|
||||||
|
/* Use box-shadow instead of border so the text isn't offset */
|
||||||
|
box-shadow: inset 0 -3px transparent;
|
||||||
|
border-bottom: 3px solid #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
||||||
|
#workspaces button:hover {
|
||||||
|
background: rgba(0, 0, 0, 0.2);
|
||||||
|
box-shadow: inset 0 -3px #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.focused {
|
||||||
|
background-color: #444;
|
||||||
|
color: #fff;
|
||||||
|
border-bottom: 3px solid #ffb52a;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.urgent {
|
||||||
|
background-color: #bd2c40;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mode {
|
||||||
|
background-color: #64727d;
|
||||||
|
border-bottom: 3px solid #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clock,
|
||||||
|
#battery,
|
||||||
|
#cpu,
|
||||||
|
#memory,
|
||||||
|
#disk,
|
||||||
|
#temperature,
|
||||||
|
#backlight,
|
||||||
|
#network,
|
||||||
|
#pulseaudio,
|
||||||
|
#custom-media,
|
||||||
|
#tray,
|
||||||
|
#mode,
|
||||||
|
#idle_inhibitor,
|
||||||
|
#mpd {
|
||||||
|
padding: 0 5px;
|
||||||
|
margin: 0 3px;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#window,
|
||||||
|
#workspaces {
|
||||||
|
margin: 0 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* If workspaces is the leftmost module, omit left margin */
|
||||||
|
.modules-left > widget:first-child > #workspaces {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Décalage du centre de 30 caractères de large sur la gauche (caractère M) */
|
||||||
|
.modules-center {
|
||||||
|
margin-left: -30em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* If workspaces is the rightmost module, omit right margin */
|
||||||
|
.modules-right > widget:last-child > #workspaces {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clock {
|
||||||
|
background-color: inherit;
|
||||||
|
border-bottom: 3px solid #f4a70a;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery {
|
||||||
|
background-color: inherit;
|
||||||
|
border-bottom: 3px solid #ffb52a;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.charging, #battery.plugged {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #26A65B;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes blink {
|
||||||
|
to {
|
||||||
|
background-color: #ffffff;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.critical:not(.charging) {
|
||||||
|
background-color: #f53c3c;
|
||||||
|
color: #ffffff;
|
||||||
|
animation-name: blink;
|
||||||
|
animation-duration: 0.5s;
|
||||||
|
animation-timing-function: linear;
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-direction: alternate;
|
||||||
|
}
|
||||||
|
|
||||||
|
label:focus {
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cpu {
|
||||||
|
background-color: inherit;
|
||||||
|
border-bottom: 3px solid #f90000;
|
||||||
|
}
|
||||||
|
|
||||||
|
#memory {
|
||||||
|
background-color: inherit;
|
||||||
|
border-bottom: 3px solid #4bffdc;
|
||||||
|
}
|
||||||
|
|
||||||
|
#backlight {
|
||||||
|
background-color: inherit;
|
||||||
|
border-bottom: 3px solid #9f78e1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network {
|
||||||
|
background-color: inherit;
|
||||||
|
border-bottom: 3px solid #9f78e1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network.disconnected {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pulseaudio {
|
||||||
|
background-color: inherit;
|
||||||
|
border-bottom: 3px solid #f4a70a;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pulseaudio.muted {
|
||||||
|
background-color: inherit;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-media {
|
||||||
|
background-color: #66cc99;
|
||||||
|
color: #2a5c45;
|
||||||
|
min-width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-media.custom-spotify {
|
||||||
|
background-color: #66cc99;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-media.custom-vlc {
|
||||||
|
background-color: #ffa000;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-power {
|
||||||
|
margin: 0 10px;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#temperature {
|
||||||
|
background-color: inherit;
|
||||||
|
border-bottom: 3px solid #f50a4d;
|
||||||
|
}
|
||||||
|
|
||||||
|
#temperature.critical {
|
||||||
|
background-color: #eb4d4b;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tray {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
31
.config/wofi/style.css
Normal file
31
.config/wofi/style.css
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
|
||||||
|
* Base16 wofi template by knezi
|
||||||
|
* Solarized Dark scheme by Ethan Schoonover (modified by aramisgithub) */
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: #002b36;
|
||||||
|
color: #93a1a1;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:nth-child(odd) {
|
||||||
|
background-color: #002b36;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:nth-child(even) {
|
||||||
|
background-color: #073642;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
background-color: #586e75;
|
||||||
|
}
|
||||||
|
|
||||||
|
#input {
|
||||||
|
background-color: #073642;
|
||||||
|
color: #839496;
|
||||||
|
border-color: #586e75;
|
||||||
|
}
|
||||||
|
|
||||||
|
#input:focus {
|
||||||
|
border-color: #b58900;
|
||||||
|
}
|
26
.config/zsh/.before.zshrc.zsh
Normal file
26
.config/zsh/.before.zshrc.zsh
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
# Automatic connection
|
||||||
|
mkdir -p "${HOME}/etc/ssh";
|
||||||
|
function ssh-procure-launch-agent {
|
||||||
|
eval `ssh-agent -s -a ~/etc/ssh/ssh-agent-socket`;
|
||||||
|
ssh-add;
|
||||||
|
}
|
||||||
|
|
||||||
|
if [ ! $SSH_AGENT_PID ]; then
|
||||||
|
if [ -e ~/etc/ssh/ssh-agent-socket ] ; then
|
||||||
|
SSH_AGENT_PID=`ps -fC ssh-agent |grep 'etc/ssh/ssh-agent-socket' |sed -r 's/^\S+\s+(\S+).*$/\1/'`;
|
||||||
|
if [[ $SSH_AGENT_PID =~ [0-9]+ ]]; then
|
||||||
|
# in this case the agent has already been launched and we are just attaching to it.
|
||||||
|
##++ It should check that this pid is actually active & belongs to an ssh instance
|
||||||
|
export SSH_AGENT_PID;
|
||||||
|
SSH_AUTH_SOCK=~/etc/ssh/ssh-agent-socket; export SSH_AUTH_SOCK;
|
||||||
|
else
|
||||||
|
# in this case there is no agent running, so the socket file is left over from a graceless agent termination.
|
||||||
|
rm ~/etc/ssh/ssh-agent-socket;
|
||||||
|
ssh-procure-launch-agent;
|
||||||
|
fi;
|
||||||
|
else
|
||||||
|
ssh-procure-launch-agent;
|
||||||
|
fi;
|
||||||
|
fi;
|
@ -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)
|
plugins=(git httpie ng npm nvm pass pip sudo wd pyenv kubectl helm terraform)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
@ -77,30 +77,6 @@ POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
|
|||||||
POWERLEVEL9K_SHORTEN_DELIMITER=""
|
POWERLEVEL9K_SHORTEN_DELIMITER=""
|
||||||
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
|
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
|
||||||
|
|
||||||
# User configuration
|
|
||||||
export PAGER=most
|
|
||||||
export BROWSER=elinks
|
|
||||||
export SSH_ASKPASS=qt4-ssh-askpass
|
|
||||||
export AUTEUR="Olivier DOSSMANN"
|
|
||||||
export DEFAULT_USER="od"
|
|
||||||
export PYTHONWARNINGS="ignore::DeprecationWarning"
|
|
||||||
#export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications
|
|
||||||
export PIPENV_QUIET=1 # enlève les courtesy notice
|
|
||||||
export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils
|
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
|
||||||
export LANG=fr_FR.UTF-8
|
|
||||||
|
|
||||||
# Preferred editor for local and remote sessions
|
|
||||||
if [[ -n $SSH_CONNECTION ]]; then
|
|
||||||
export EDITOR='vim'
|
|
||||||
else
|
|
||||||
export EDITOR='nvim'
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Enlève le prompt de droite après avoir appuyé sur Entrée
|
|
||||||
setopt transient_rprompt
|
|
||||||
|
|
||||||
# Compilation flags
|
# Compilation flags
|
||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch x86_64"
|
||||||
|
|
||||||
@ -112,59 +88,10 @@ setopt transient_rprompt
|
|||||||
# Example aliases
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
alias e="${EDITOR}"
|
|
||||||
alias r="${EDITOR} -R"
|
|
||||||
alias sm="sublime_merge"
|
|
||||||
alias vi="${EDITOR}"
|
|
||||||
alias mem='free -mt'
|
|
||||||
alias df='df -hT'
|
|
||||||
alias ls='exa'
|
|
||||||
alias ll='exa -l'
|
|
||||||
alias l='exa -F'
|
|
||||||
alias rgrep='rg --no-ignore'
|
|
||||||
export GREP_COLORS='ms=01;33:mc=01;33:s1=:cx=:fn=37;ln=32:bn=32:se=36'
|
|
||||||
alias diff='colordiff'
|
|
||||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
|
||||||
# évite de faire des erreurs
|
|
||||||
alias rm='rm -i'
|
|
||||||
alias cp='cp -i'
|
|
||||||
alias grep='grep --color'
|
|
||||||
# requêtes
|
|
||||||
alias https='http --verify=no --default-scheme=https'
|
|
||||||
# pytest
|
|
||||||
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"
|
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
||||||
|
|
||||||
# Connexion automatique
|
|
||||||
mkdir -p "${HOME}/etc/ssh";
|
|
||||||
function ssh-procure-launch-agent {
|
|
||||||
eval `ssh-agent -s -a ~/etc/ssh/ssh-agent-socket`;
|
|
||||||
ssh-add;
|
|
||||||
}
|
|
||||||
|
|
||||||
if [ ! $SSH_AGENT_PID ]; then
|
|
||||||
if [ -e ~/etc/ssh/ssh-agent-socket ] ; then
|
|
||||||
SSH_AGENT_PID=`ps -fC ssh-agent |grep 'etc/ssh/ssh-agent-socket' |sed -r 's/^\S+\s+(\S+).*$/\1/'`;
|
|
||||||
if [[ $SSH_AGENT_PID =~ [0-9]+ ]]; then
|
|
||||||
# in this case the agent has already been launched and we are just attaching to it.
|
|
||||||
##++ It should check that this pid is actually active & belongs to an ssh instance
|
|
||||||
export SSH_AGENT_PID;
|
|
||||||
SSH_AUTH_SOCK=~/etc/ssh/ssh-agent-socket; export SSH_AUTH_SOCK;
|
|
||||||
else
|
|
||||||
# in this case there is no agent running, so the socket file is left over from a graceless agent termination.
|
|
||||||
rm ~/etc/ssh/ssh-agent-socket;
|
|
||||||
ssh-procure-launch-agent;
|
|
||||||
fi;
|
|
||||||
else
|
|
||||||
ssh-procure-launch-agent;
|
|
||||||
fi;
|
|
||||||
fi;
|
|
||||||
|
|
||||||
# Desktop specificities for development
|
# Desktop specificities for development
|
||||||
case $HOST in
|
case $HOST in
|
||||||
lueur | baloo | sam)
|
lueur | baloo | sam)
|
||||||
@ -175,6 +102,6 @@ case $HOST in
|
|||||||
source /usr/share/nvm/init-nvm.sh
|
source /usr/share/nvm/init-nvm.sh
|
||||||
# Virtualenv (for Python development)
|
# Virtualenv (for Python development)
|
||||||
export WORKON_HOME=~/.virtualenvs
|
export WORKON_HOME=~/.virtualenvs
|
||||||
source /usr/bin/virtualenvwrapper.sh
|
#source /usr/bin/virtualenvwrapper.sh
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
@ -1,5 +1,9 @@
|
|||||||
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
|
33
.config/zsh/.zsh_plugins.txt
Normal file
33
.config/zsh/.zsh_plugins.txt
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
#!/bin/zsh
|
||||||
|
#
|
||||||
|
# .zsh_plugins.txt - antidote plugins file
|
||||||
|
#
|
||||||
|
|
||||||
|
# Completions
|
||||||
|
mattmc3/ez-compinit
|
||||||
|
zsh-users/zsh-completions kind:fpath path:src
|
||||||
|
aloxaf/fzf-tab # Remove if you don't use fzf
|
||||||
|
|
||||||
|
# Completion styles
|
||||||
|
belak/zsh-utils path:completion/functions kind:autoload post:compstyle_zshzoo_setup
|
||||||
|
|
||||||
|
# Keybindings
|
||||||
|
belak/zsh-utils path:editor
|
||||||
|
|
||||||
|
# History
|
||||||
|
belak/zsh-utils path:history
|
||||||
|
|
||||||
|
# Prompt
|
||||||
|
romkatv/powerlevel10k
|
||||||
|
|
||||||
|
# Utilities
|
||||||
|
belak/zsh-utils path:utility
|
||||||
|
romkatv/zsh-bench kind:path
|
||||||
|
ohmyzsh/ohmyzsh path:plugins/extract
|
||||||
|
# a kind of "cd" with shortcuts
|
||||||
|
mfaerevaag/wd
|
||||||
|
|
||||||
|
# Other Fish-like features
|
||||||
|
zdharma-continuum/fast-syntax-highlighting # Syntax highlighting
|
||||||
|
zsh-users/zsh-autosuggestions # Auto-suggestions
|
||||||
|
zsh-users/zsh-history-substring-search # Up/Down to search history
|
40
.config/zsh/.zshrc
Normal file
40
.config/zsh/.zshrc
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
# Scripts that should be loaded before instant prompt
|
||||||
|
# because they ask something in prompt
|
||||||
|
source ${ZDOTDIR:-$HOME}/.before.zshrc.zsh
|
||||||
|
|
||||||
|
# Enable Powerlevel10k instant prompt. Should stay close to the top of .zshrc.
|
||||||
|
# Initialization code that may require console input (password prompts, [y/n]
|
||||||
|
# confirmations, etc.) must go above this block; everything else may go below.
|
||||||
|
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||||
|
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Load fzf
|
||||||
|
source /usr/share/fzf/completion.zsh
|
||||||
|
source /usr/share/fzf/key-bindings.zsh
|
||||||
|
|
||||||
|
# Clone antidote if necessary.
|
||||||
|
if [[ ! -d ${ZDOTDIR:-$HOME}/.antidote ]]; then
|
||||||
|
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-$HOME}/.antidote
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Create an amazing Zsh config using antidote plugins.
|
||||||
|
source ${ZDOTDIR:-$HOME}/.antidote/antidote.zsh
|
||||||
|
antidote load
|
||||||
|
|
||||||
|
# Enlève le prompt de droite après avoir appuyé sur Entrée
|
||||||
|
setopt transient_rprompt
|
||||||
|
|
||||||
|
# Source anything in .zshrc.d.
|
||||||
|
for _rc in ${ZDOTDIR:-$HOME}/.zshrc.d/*.zsh; do
|
||||||
|
# Ignore tilde files.
|
||||||
|
if [[ $_rc:t != '~'* ]]; then
|
||||||
|
source "$_rc"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
unset _rc
|
||||||
|
|
||||||
|
# To customize prompt, run `p10k configure` or edit .p10k.zsh.
|
||||||
|
[[ ! -f ${ZDOTDIR:-$HOME}/.p10k.zsh ]] || source ${ZDOTDIR:-$HOME}/.p10k.zsh
|
237
.config/zsh/.zshrc.d/aliases.zsh
Normal file
237
.config/zsh/.zshrc.d/aliases.zsh
Normal file
@ -0,0 +1,237 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
# editor
|
||||||
|
alias e="${EDITOR}"
|
||||||
|
alias r="${EDITOR} -R"
|
||||||
|
alias sm="sublime_merge"
|
||||||
|
alias vi="${EDITOR}"
|
||||||
|
|
||||||
|
# system
|
||||||
|
alias mem='free -mt'
|
||||||
|
alias df='df -hT'
|
||||||
|
|
||||||
|
# navigation
|
||||||
|
alias ls='eza'
|
||||||
|
alias ll='eza -lah --group --smart-group --icons'
|
||||||
|
alias l='eza -F'
|
||||||
|
|
||||||
|
# web
|
||||||
|
alias https='http --verify=no --default-scheme=https'
|
||||||
|
|
||||||
|
# search
|
||||||
|
alias rgrep='rg --no-ignore'
|
||||||
|
|
||||||
|
# add colors to some commands
|
||||||
|
alias diff='colordiff'
|
||||||
|
export GREP_COLORS='ms=01;33:mc=01;33:s1=:cx=:fn=37;ln=32:bn=32:se=36'
|
||||||
|
alias grep='grep --color'
|
||||||
|
alias ip='ip -c'
|
||||||
|
|
||||||
|
# dotfiles
|
||||||
|
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
|
||||||
|
# be careful!
|
||||||
|
alias rm='rm -i'
|
||||||
|
alias cp='cp -i'
|
||||||
|
alias mv='mv -i'
|
||||||
|
|
||||||
|
# pytest
|
||||||
|
alias pyt='poetry run pytest -vvs --no-cov --disable-warnings'
|
||||||
|
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
|
||||||
|
|
||||||
|
# k8s
|
||||||
|
alias k='kubectl'
|
||||||
|
|
||||||
|
# miscellaneous
|
||||||
|
alias devu="${HOME}/devu/devu/devu"
|
||||||
|
|
||||||
|
# git
|
||||||
|
alias ga='git add'
|
||||||
|
alias gaa='git add --all'
|
||||||
|
alias gam='git am'
|
||||||
|
alias gama='git am --abort'
|
||||||
|
alias gamc='git am --continue'
|
||||||
|
alias gams='git am --skip'
|
||||||
|
alias gamscp='git am --show-current-patch'
|
||||||
|
alias gap='git apply'
|
||||||
|
alias gapa='git add --patch'
|
||||||
|
alias gapt='git apply --3way'
|
||||||
|
alias gau='git add --update'
|
||||||
|
alias gav='git add --verbose'
|
||||||
|
alias gb='git branch'
|
||||||
|
alias gbD='git branch --delete --force'
|
||||||
|
alias gba='git branch --all'
|
||||||
|
alias gbd='git branch --delete'
|
||||||
|
alias gbl='git blame -w'
|
||||||
|
alias gbm='git branch --move'
|
||||||
|
alias gbnm='git branch --no-merged'
|
||||||
|
alias gbr='git branch --remote'
|
||||||
|
alias gbs='git bisect'
|
||||||
|
alias gbsb='git bisect bad'
|
||||||
|
alias gbsg='git bisect good'
|
||||||
|
alias gbsn='git bisect new'
|
||||||
|
alias gbso='git bisect old'
|
||||||
|
alias gbsr='git bisect reset'
|
||||||
|
alias gbss='git bisect start'
|
||||||
|
alias gc='git commit --verbose'
|
||||||
|
alias 'gc!'='git commit --verbose --amend'
|
||||||
|
alias gcB='git checkout -B'
|
||||||
|
alias gca='git commit --verbose --all'
|
||||||
|
alias 'gca!'='git commit --verbose --all --amend'
|
||||||
|
alias gcam='git commit --all --message'
|
||||||
|
alias 'gcan!'='git commit --verbose --all --no-edit --amend'
|
||||||
|
alias 'gcann!'='git commit --verbose --all --date=now --no-edit --amend'
|
||||||
|
alias 'gcans!'='git commit --verbose --all --signoff --no-edit --amend'
|
||||||
|
alias gcas='git commit --all --signoff'
|
||||||
|
alias gcasm='git commit --all --signoff --message'
|
||||||
|
alias gcb='git checkout -b'
|
||||||
|
alias gcd='git checkout $(git_develop_branch)'
|
||||||
|
alias gcf='git config --list'
|
||||||
|
alias gcl='git clone --recurse-submodules'
|
||||||
|
alias gclean='git clean --interactive -d'
|
||||||
|
alias gclf='git clone --recursive --shallow-submodules --filter=blob:none --also-filter-submodules'
|
||||||
|
alias gcm='git checkout $(git_main_branch)'
|
||||||
|
alias gcmsg='git commit --message'
|
||||||
|
alias gcn='git commit --verbose --no-edit'
|
||||||
|
alias 'gcn!'='git commit --verbose --no-edit --amend'
|
||||||
|
alias gco='git checkout'
|
||||||
|
alias gcor='git checkout --recurse-submodules'
|
||||||
|
alias gcount='git shortlog --summary --numbered'
|
||||||
|
alias gcp='git cherry-pick'
|
||||||
|
alias gcpa='git cherry-pick --abort'
|
||||||
|
alias gcpc='git cherry-pick --continue'
|
||||||
|
alias gcs='git commit --gpg-sign'
|
||||||
|
alias gcsm='git commit --signoff --message'
|
||||||
|
alias gcss='git commit --gpg-sign --signoff'
|
||||||
|
alias gcssm='git commit --gpg-sign --signoff --message'
|
||||||
|
alias gd='git diff'
|
||||||
|
alias gdca='git diff --cached'
|
||||||
|
alias gdct='git describe --tags $(git rev-list --tags --max-count=1)'
|
||||||
|
alias gdcw='git diff --cached --word-diff'
|
||||||
|
alias gds='git diff --staged'
|
||||||
|
alias gdt='git diff-tree --no-commit-id --name-only -r'
|
||||||
|
alias gdup='git diff @{upstream}'
|
||||||
|
alias gdw='git diff --word-diff'
|
||||||
|
alias gf='git fetch'
|
||||||
|
alias gfa='git fetch --all --tags --prune --jobs=10'
|
||||||
|
alias gfg='git ls-files | grep'
|
||||||
|
alias gfo='git fetch origin'
|
||||||
|
alias gg='git gui citool'
|
||||||
|
alias gga='git gui citool --amend'
|
||||||
|
alias ggpull='git pull origin "$(git_current_branch)"'
|
||||||
|
alias ggpush='git push origin "$(git_current_branch)"'
|
||||||
|
alias ggsup='git branch --set-upstream-to=origin/$(git_current_branch)'
|
||||||
|
alias ghh='git help'
|
||||||
|
alias gignore='git update-index --assume-unchanged'
|
||||||
|
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
|
||||||
|
alias git-svn-dcommit-push='git svn dcommit && git push github $(git_main_branch):svntrunk'
|
||||||
|
alias gl='git pull'
|
||||||
|
alias glg='git log --stat'
|
||||||
|
alias glgg='git log --graph'
|
||||||
|
alias glgga='git log --graph --decorate --all'
|
||||||
|
alias glgm='git log --graph --max-count=10'
|
||||||
|
alias glgp='git log --stat --patch'
|
||||||
|
alias glo='git log --oneline --decorate'
|
||||||
|
alias glod='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset"'
|
||||||
|
alias glods='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset" --date=short'
|
||||||
|
alias glog='git log --oneline --decorate --graph'
|
||||||
|
alias gloga='git log --oneline --decorate --graph --all'
|
||||||
|
alias glol='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset"'
|
||||||
|
alias glola='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset" --all'
|
||||||
|
alias glols='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset" --stat'
|
||||||
|
alias gluc='git pull upstream $(git_current_branch)'
|
||||||
|
alias glum='git pull upstream $(git_main_branch)'
|
||||||
|
alias gm='git merge'
|
||||||
|
alias gma='git merge --abort'
|
||||||
|
alias gmc='git merge --continue'
|
||||||
|
alias gmff='git merge --ff-only'
|
||||||
|
alias gmom='git merge origin/$(git_main_branch)'
|
||||||
|
alias gms='git merge --squash'
|
||||||
|
alias gmtl='git mergetool --no-prompt'
|
||||||
|
alias gmtlvim='git mergetool --no-prompt --tool=vimdiff'
|
||||||
|
alias gmum='git merge upstream/$(git_main_branch)'
|
||||||
|
alias gp='git push'
|
||||||
|
alias gpd='git push --dry-run'
|
||||||
|
alias gpf='git push --force-with-lease --force-if-includes'
|
||||||
|
alias 'gpf!'='git push --force'
|
||||||
|
alias gpoat='git push origin --all && git push origin --tags'
|
||||||
|
alias gpod='git push origin --delete'
|
||||||
|
alias gpr='git pull --rebase'
|
||||||
|
alias gpra='git pull --rebase --autostash'
|
||||||
|
alias gprav='git pull --rebase --autostash -v'
|
||||||
|
alias gpristine='git reset --hard && git clean --force -dfx'
|
||||||
|
alias gprom='git pull --rebase origin $(git_main_branch)'
|
||||||
|
alias gpromi='git pull --rebase=interactive origin $(git_main_branch)'
|
||||||
|
alias gprum='git pull --rebase upstream $(git_main_branch)'
|
||||||
|
alias gprumi='git pull --rebase=interactive upstream $(git_main_branch)'
|
||||||
|
alias gprv='git pull --rebase -v'
|
||||||
|
alias gpsup='git push --set-upstream origin $(git_current_branch)'
|
||||||
|
alias gpsupf='git push --set-upstream origin $(git_current_branch) --force-with-lease --force-if-includes'
|
||||||
|
alias gpu='git push upstream'
|
||||||
|
alias gpv='git push --verbose'
|
||||||
|
alias gr='git remote'
|
||||||
|
alias gra='git remote add'
|
||||||
|
alias grb='git rebase'
|
||||||
|
alias grba='git rebase --abort'
|
||||||
|
alias grbc='git rebase --continue'
|
||||||
|
alias grbd='git rebase $(git_develop_branch)'
|
||||||
|
alias grbi='git rebase --interactive'
|
||||||
|
alias grbm='git rebase $(git_main_branch)'
|
||||||
|
alias grbo='git rebase --onto'
|
||||||
|
alias grbom='git rebase origin/$(git_main_branch)'
|
||||||
|
alias grbs='git rebase --skip'
|
||||||
|
alias grbum='git rebase upstream/$(git_main_branch)'
|
||||||
|
alias grev='git revert'
|
||||||
|
alias greva='git revert --abort'
|
||||||
|
alias grevc='git revert --continue'
|
||||||
|
alias grf='git reflog'
|
||||||
|
alias grh='git reset'
|
||||||
|
alias grhh='git reset --hard'
|
||||||
|
alias grhk='git reset --keep'
|
||||||
|
alias grhs='git reset --soft'
|
||||||
|
alias grm='git rm'
|
||||||
|
alias grmc='git rm --cached'
|
||||||
|
alias grmv='git remote rename'
|
||||||
|
alias groh='git reset origin/$(git_current_branch) --hard'
|
||||||
|
alias grrm='git remote remove'
|
||||||
|
alias grs='git restore'
|
||||||
|
alias grset='git remote set-url'
|
||||||
|
alias grss='git restore --source'
|
||||||
|
alias grst='git restore --staged'
|
||||||
|
alias gru='git reset --'
|
||||||
|
alias grup='git remote update'
|
||||||
|
alias grv='git remote --verbose'
|
||||||
|
alias gsb='git status --short --branch'
|
||||||
|
alias gsd='git svn dcommit'
|
||||||
|
alias gsh='git show'
|
||||||
|
alias gsi='git submodule init'
|
||||||
|
alias gsps='git show --pretty=short --show-signature'
|
||||||
|
alias gsr='git svn rebase'
|
||||||
|
alias gss='git status --short'
|
||||||
|
alias gst='git status'
|
||||||
|
alias gsta='git stash push'
|
||||||
|
alias gstaa='git stash apply'
|
||||||
|
alias gstall='git stash --all'
|
||||||
|
alias gstc='git stash clear'
|
||||||
|
alias gstd='git stash drop'
|
||||||
|
alias gstl='git stash list'
|
||||||
|
alias gstp='git stash pop'
|
||||||
|
alias gsts='git stash show --patch'
|
||||||
|
alias gsu='git submodule update'
|
||||||
|
alias gsw='git switch'
|
||||||
|
alias gswc='git switch --create'
|
||||||
|
alias gswd='git switch $(git_develop_branch)'
|
||||||
|
alias gswm='git switch $(git_main_branch)'
|
||||||
|
alias gta='git tag --annotate'
|
||||||
|
alias gts='git tag --sign'
|
||||||
|
alias gtv='git tag | sort -V'
|
||||||
|
alias gunignore='git update-index --no-assume-unchanged'
|
||||||
|
alias gunwip='git rev-list --max-count=1 --format="%s" HEAD | grep -q "\--wip--" && git reset HEAD~1'
|
||||||
|
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||||
|
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign --message "--wip-- [skip ci]"'
|
||||||
|
alias gwipe='git reset --hard && git clean --force -df'
|
||||||
|
alias gwt='git worktree'
|
||||||
|
alias gwta='git worktree add'
|
||||||
|
alias gwtls='git worktree list'
|
||||||
|
alias gwtmv='git worktree move'
|
||||||
|
alias gwtrm='git worktree remove'
|
@ -12,6 +12,8 @@
|
|||||||
quotePath = false
|
quotePath = false
|
||||||
#[commit]
|
#[commit]
|
||||||
# template = /home/od/.gitmessage.txt
|
# template = /home/od/.gitmessage.txt
|
||||||
|
[config "pull"]
|
||||||
|
rebase = false
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
[init]
|
[init]
|
||||||
|
28
.profile
28
.profile
@ -14,7 +14,35 @@ for term in kitty termite qterminal urxvt rxvt-unicode sakura gnome-terminal; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Pour la batterie des ordinateurs portables (~/bin/battery)
|
||||||
|
export BATPATH="/sys/class/power_supply/BAT0"
|
||||||
|
|
||||||
# Permit DBUS to be launched
|
# Permit DBUS to be launched
|
||||||
if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then
|
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é
|
||||||
|
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
|
case $HOST in
|
||||||
|
fuz | fuztest)
|
||||||
|
variables_file="${HOME}/.config/environment.d/envvars.conf"
|
||||||
|
if [[ -f "${variables_file}" ]]; then
|
||||||
|
# charge seulement les lignes sans "#" (non commentées)
|
||||||
|
for line in `cat "${variables_file}"|grep -Ev '^#'`; do
|
||||||
|
export "$line"
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
exec sway
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
: # on ne fait rien, car c'est .xinitrc qui lance i3
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
# vim: ts=2 sw=2 et nu
|
||||||
|
74
.ssh/config
74
.ssh/config
@ -26,7 +26,7 @@ Port 22
|
|||||||
Host ovh
|
Host ovh
|
||||||
Hostname 37.187.17.29
|
Hostname 37.187.17.29
|
||||||
User od
|
User od
|
||||||
Port 22
|
Port 4555
|
||||||
|
|
||||||
# ??
|
# ??
|
||||||
Host pi
|
Host pi
|
||||||
@ -90,3 +90,75 @@ Host proxy
|
|||||||
Hostname 163.172.155.15
|
Hostname 163.172.155.15
|
||||||
User root
|
User root
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
|
Host bastion
|
||||||
|
Hostname usine.michalon.eu
|
||||||
|
User od
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host abeille
|
||||||
|
Hostname 192.168.1.90
|
||||||
|
User od
|
||||||
|
Port 22
|
||||||
|
ProxyJump bastion
|
||||||
|
|
||||||
|
Host mattermost
|
||||||
|
Hostname dossmann.net
|
||||||
|
User od
|
||||||
|
Port 4555
|
||||||
|
|
||||||
|
Host wekan
|
||||||
|
Hostname 192.168.101.11
|
||||||
|
User od
|
||||||
|
Port 22
|
||||||
|
ProxyJump mattermost
|
||||||
|
|
||||||
|
Host backup
|
||||||
|
Hostname 37.187.17.29
|
||||||
|
User root
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
## Serveur du salon (Beelink) - SMB / miniDLNA
|
||||||
|
Host suc
|
||||||
|
Hostname 192.168.1.42
|
||||||
|
User od
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
## Labo K8s RPI
|
||||||
|
Host deux
|
||||||
|
Hostname 192.168.1.102
|
||||||
|
User od
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host trois
|
||||||
|
Hostname 192.168.1.103
|
||||||
|
User od
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host quatre
|
||||||
|
Hostname 192.168.1.104
|
||||||
|
User od
|
||||||
|
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
|
||||||
|
11
.tmux.conf
11
.tmux.conf
@ -8,6 +8,9 @@
|
|||||||
# make tmux display things in 256 colors
|
# make tmux display things in 256 colors
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
|
|
||||||
|
# make tmux use the default terminal
|
||||||
|
set -g default-command "${SHELL}"
|
||||||
|
|
||||||
# set scrollback history to 10000 (10k)
|
# set scrollback history to 10000 (10k)
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
@ -81,7 +84,7 @@ set -g status-left "#{pane_current_path}"
|
|||||||
set -g status-left-length 30
|
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 discussion
|
#neww -n autre
|
||||||
selectw -t dev
|
#selectw -t dev
|
||||||
|
10
.warprc
10
.warprc
@ -1,9 +1,9 @@
|
|||||||
ans:/home/od/projets/buffet
|
ans:/home/od/projets/buffet
|
||||||
|
blog:~/projets/blog
|
||||||
buf:/home/od/projets/buffet
|
buf:/home/od/projets/buffet
|
||||||
|
cal:~/projets/effeuillage
|
||||||
cloud:~/freshmile/cloud
|
cloud:~/freshmile/cloud
|
||||||
|
graille:~/projets/graille
|
||||||
|
ops:~/projets/ops
|
||||||
patchwork:/home/od/projets/patchwork
|
patchwork:/home/od/projets/patchwork
|
||||||
p:~/freshmile/pulp
|
trognon:~/projets/trognon
|
||||||
ps:~/freshmile/pulp/Seed
|
|
||||||
s:~/freshmile/seed
|
|
||||||
z:~/freshmile/zest
|
|
||||||
zs:~/freshmile/zest/Seed
|
|
||||||
|
1
.xinitrc
1
.xinitrc
@ -39,4 +39,5 @@ fi
|
|||||||
#exec xterm -geometry 80x66+0+0 -name login
|
#exec xterm -geometry 80x66+0+0 -name login
|
||||||
#exec $1
|
#exec $1
|
||||||
|
|
||||||
|
# Le lancement est fait dans `.profile` pour prendre en compte Wayland
|
||||||
exec i3
|
exec i3
|
||||||
|
41
.zshenv
41
.zshenv
@ -1,8 +1,39 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
#
|
||||||
|
# ENVIRONMENT VARIABLES ONLY
|
||||||
|
|
||||||
|
# Cf. https://wiki.archlinux.org/title/XDG_Base_Directory
|
||||||
|
export XDG_CONFIG_HOME=$HOME/.config
|
||||||
|
|
||||||
|
# Default editor
|
||||||
|
export EDITOR='nvim'
|
||||||
|
|
||||||
|
# ZSH
|
||||||
|
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||||
|
export HISTFILE="$ZDOTDIR/.zhistory" # History filepath
|
||||||
|
export HISTSIZE=10000 # Maximum events for internal history
|
||||||
|
export SAVEHIST=10000 # Maximum events in history file
|
||||||
|
|
||||||
|
# PATH
|
||||||
typeset -U PATH path
|
typeset -U PATH path
|
||||||
path=("$HOME/.local/bin" "$HOME/bin" "/opt/sublime_merge" "$path[@]")
|
path=("$HOME/.local/bin" "$HOME/bin" "/opt/sublime_merge" "$path[@]", "$(go env GOPATH)/bin")
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
# Autocomplètement supplémentaire (Docker)
|
# Language environment
|
||||||
if [ -d "$HOME/.zsh/completion" ] ; then
|
export LANG=fr_FR.UTF-8
|
||||||
fpath=(~/.zsh/completion $fpath)
|
|
||||||
fi
|
# Reading / Browse (manpages, websites, etc.)
|
||||||
|
export PAGER=most
|
||||||
|
export BROWSER=elinks
|
||||||
|
|
||||||
|
# SSH
|
||||||
|
export SSH_ASKPASS=qt4-ssh-askpass
|
||||||
|
|
||||||
|
# Python
|
||||||
|
export PYTHONWARNINGS="ignore::DeprecationWarning"
|
||||||
|
#export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications
|
||||||
|
export PIPENV_QUIET=1 # enlève les courtesy notice
|
||||||
|
|
||||||
|
# k8s
|
||||||
|
export KUBECONFIG=$HOME/kubeconfig
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@ battery_status()
|
|||||||
case $(uname -s) in
|
case $(uname -s) in
|
||||||
"Linux")
|
"Linux")
|
||||||
BATPATH=${BATPATH:-/sys/class/power_supply/BAT1}
|
BATPATH=${BATPATH:-/sys/class/power_supply/BAT1}
|
||||||
|
[[ -h "${BATPATH}" ]] || return 0
|
||||||
STATUS=$BATPATH/status
|
STATUS=$BATPATH/status
|
||||||
[ "$1" = `cat $STATUS` ] || [ "$1" = "" ] || return 0
|
[ "$1" = `cat $STATUS` ] || [ "$1" = "" ] || return 0
|
||||||
if [ -f "$BATPATH/energy_full" ]; then
|
if [ -f "$BATPATH/energy_full" ]; then
|
||||||
|
@ -6,11 +6,20 @@
|
|||||||
|
|
||||||
directory="$HOME/wallpapers"
|
directory="$HOME/wallpapers"
|
||||||
minutes=15
|
minutes=15
|
||||||
|
PROGRAM=`which feh`
|
||||||
|
is_wayland=false
|
||||||
|
|
||||||
# Some tests
|
# Some tests
|
||||||
if [ -z "`which feh`" ]; then
|
if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
|
||||||
|
PROGRAM=`which swaymsg`
|
||||||
|
if [ -z "${PROGRAM}" ]; then
|
||||||
|
echo "This script needs the swaymsg program."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
is_wayland=true
|
||||||
|
elif [ -z "${PROGRAM}" ]; then
|
||||||
echo "This script needs the feh program. Install it."
|
echo "This script needs the feh program. Install it."
|
||||||
i exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d '$directory' ]; then
|
if [ -d '$directory' ]; then
|
||||||
@ -40,7 +49,11 @@ while true; do
|
|||||||
|
|
||||||
# Change background
|
# Change background
|
||||||
file="${array_files["$NUMBER"]}"
|
file="${array_files["$NUMBER"]}"
|
||||||
feh --bg-fill "$directory/$file"
|
if "${is_wayland}"; then
|
||||||
|
$PROGRAM output "*" bg "$directory/$file" fill
|
||||||
|
else
|
||||||
|
feh --bg-fill "$directory/$file"
|
||||||
|
fi
|
||||||
|
|
||||||
# Wait some times
|
# Wait some times
|
||||||
sleep $seconds
|
sleep $seconds
|
||||||
|
3
bin/vpnfreshmile
Executable file
3
bin/vpnfreshmile
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
sudo su - root -c "cd /etc/openvpn/client/ && openvpn --config client.conf --daemon"
|
Reference in New Issue
Block a user