Màjs
This commit is contained in:
parent
86fe4882e9
commit
fa57449493
17 changed files with 23 additions and 41 deletions
|
@ -57,7 +57,7 @@ Xautolock.locker: i3lock-wrapper -e
|
|||
XTerm*reverseVideo: on
|
||||
XTerm*selectToClipboard: true
|
||||
|
||||
URxvt.font: xft:IBM Plex Mono:size=11,xft:DejaVu Sans Mono:size=11
|
||||
URxvt.font: xft:IBM Plex Mono:size=10,xft:DejaVu Sans Mono:size=10
|
||||
!URxvt.font: xft:xos4 Terminus:pixsize=14,xft:DejaVu Sans Mono:pixsize=14
|
||||
!URxvt.letterSpace: -1
|
||||
!URxvt.depth: 32
|
||||
|
|
|
@ -21,7 +21,7 @@ if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
|||
export XDG_CURRENT_DESKTOP=i3
|
||||
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
export BROWSER="firefox"
|
||||
export BROWSER="firefox-developer-edition"
|
||||
export TERMINAL=urxvtc
|
||||
export DMENU_OPTIONS="-nb #2d2d2d -nf #747369 -sb #6699cc -sf #2d2d2d"
|
||||
startx
|
||||
|
|
2
.bashrc
2
.bashrc
|
@ -281,7 +281,7 @@ alias news='newsbeuter'
|
|||
alias meteo='curl -H "Accept-Language: fr" wttr.in/Nantes'
|
||||
alias moon='curl -H "Accept-Language: fr" wttr.in/Moon'
|
||||
|
||||
. /usr/share/doc/ranger/examples/bash_automatic_cd.sh
|
||||
. /usr/share/doc/ranger/examples/shell_automatic_cd.sh
|
||||
|
||||
#eval $(thefuck --alias)
|
||||
|
||||
|
|
|
@ -76,8 +76,8 @@ ${template2 4}
|
|||
${template2 5}
|
||||
|
||||
${color2}${font2}Carte graphique $hr${font}${color}
|
||||
${voffset 2}GPU${goto 140}${texeci 3 conky_radeon}
|
||||
VRAM: ${texeci 3 conky_radeon vram mb}${goto 140}${texeci 3 conky_radeon vram}
|
||||
${voffset 2}GPU${goto 140}${texeci 3 conky_radeon}%
|
||||
VRAM: ${texeci 3 conky_radeon vram mb}M${goto 140}${texeci 3 conky_radeon vram}%
|
||||
|
||||
${color2}${font2}Espace disque $hr${font}${color}
|
||||
${voffset 2}${template3 / /}
|
||||
|
|
|
@ -86,6 +86,4 @@ Uptime${goto 140}$uptime
|
|||
|
||||
${color2}${font2}Notes $hr$font$color${voffset 2}
|
||||
${catp /home/breizh/notes}
|
||||
|
||||
#${color2}${font2}$hr${font}${color}
|
||||
]]
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
SETUVAR __fish_classic_git_prompt_initialized:\x1d
|
||||
SETUVAR __fish_init_2_39_8:\x1d
|
||||
SETUVAR __fish_init_2_3_0:\x1d
|
||||
SETUVAR __fish_initialized:3100
|
||||
SETUVAR _fish_abbr_sa:ssh\x2dadd
|
||||
SETUVAR _fish_abbr_up:yay\x20\x2dSyu
|
||||
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
||||
|
@ -16,6 +17,7 @@ SETUVAR fish_color_error:brred
|
|||
SETUVAR fish_color_escape:bryellow\x1e\x2d\x2dbold
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:normal
|
||||
SETUVAR fish_color_host_remote:yellow
|
||||
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
|
||||
SETUVAR fish_color_normal:normal
|
||||
SETUVAR fish_color_operator:bryellow
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Defined in - @ line 1
|
||||
function cp --description 'alias cp advcp -g'
|
||||
advcp -g $argv;
|
||||
advcp -g --reflink=auto $argv;
|
||||
end
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
function man
|
||||
set -x LESS_TERMCAP_mb (tput blink)
|
||||
set -x LESS_TERMCAP_md (tput bold)(tput setaf 1)
|
||||
set -x LESS_TERMCAP_md (tput bold)
|
||||
set -x LESS_TERMCAP_me (tput sgr0)
|
||||
set -x LESS_TERMCAP_so (tput smso)
|
||||
set -x LESS_TERMCAP_se (tput rmso)
|
||||
set -x LESS_TERMCAP_us (tput sitm)(tput setaf 2)
|
||||
set -x LESS_TERMCAP_us (tput sitm)
|
||||
set -x LESS_TERMCAP_ue (tput sgr0)
|
||||
set -x MANWIDTH (tput cols)
|
||||
test $MANWIDTH -gt 80; and set -x MANWIDTH 80
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
file:///home/breizh/.minecraft
|
||||
file:///home/breizh/Documents Documents
|
||||
file:///home/breizh/Images Images
|
||||
file:///home/breizh/Musique Musique
|
||||
|
@ -5,3 +6,4 @@ file:///home/breizh/Vid%C3%A9os Vidéos
|
|||
file:///home/breizh/T%C3%A9l%C3%A9chargements Téléchargements
|
||||
file:///tmp tmp
|
||||
file:///home/breizh/Screenshots Screenshots
|
||||
file:///home/breizh/.wine/drive_c drive_c
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
gtk-application-prefer-dark-theme=false
|
||||
gtk-theme-name=Vertex-Dark
|
||||
gtk-icon-theme-name=Vertex-Icons
|
||||
gtk-font-name=IBM Plex Sans
|
||||
gtk-font-name=IBM Plex Sans 10
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
|
|
|
@ -12,7 +12,7 @@ show_program_path=1
|
|||
highlight_base_name=1
|
||||
highlight_megabytes=1
|
||||
highlight_threads=1
|
||||
tree_view=1
|
||||
tree_view=0
|
||||
header_margin=1
|
||||
detailed_cpu_time=1
|
||||
cpu_count_from_zero=0
|
||||
|
|
|
@ -51,7 +51,7 @@ bindsym $mod+n border normal 1
|
|||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font xft:IBM Plex Sans, DejaVu Sans 11
|
||||
font xft:IBM Plex Sans, DejaVu Sans 10
|
||||
#font xft:xos4 Terminus, DejaVu Sans Mono 14
|
||||
#font xft:Terminus, DejaVu Sans Mono 12
|
||||
|
||||
|
@ -310,7 +310,6 @@ for_window [class="(?i)variety"] floating enable
|
|||
for_window [class="Yad"] floating enable
|
||||
#for_window [class="firefox"] border pixel 1
|
||||
for_window [title="(?i)pinentry"] floating enable
|
||||
for_window [title="(?i)Minecraft"] border none
|
||||
# switch to workspace with urgent window automatically
|
||||
for_window [urgent=latest] focus
|
||||
for_window [title="dclock"] floating enable border pixel 1
|
||||
|
@ -378,7 +377,6 @@ exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
# exec_always --no-startup-id sbxkb
|
||||
exec --no-startup-id conky --config "$HOME/.config/conky/conkyrc1"
|
||||
exec --no-startup-id conky --config "$HOME/.config/conky/conkyrc2"
|
||||
exec --no-startup-id conky --config "$HOME/.config/conky/conkyrc3"
|
||||
#exec --no-startup-id xscreensaver -no-splash
|
||||
exec_always --no-startup-id setcursor
|
||||
exec claws-mail --online
|
||||
|
@ -416,7 +414,7 @@ bar {
|
|||
bindsym button5 nop
|
||||
# font -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1
|
||||
# font xft:IBM Plex Mono, DejaVu Sans Mono 11
|
||||
font xft:Terminus, DejaVu Sans Mono 12
|
||||
font xft:Terminus, DejaVu Sans Mono 10
|
||||
strip_workspace_numbers yes
|
||||
|
||||
colors {
|
||||
|
|
|
@ -186,6 +186,9 @@ signal=10
|
|||
#
|
||||
# bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
|
||||
# bindsym --release Num_Lock exec pkill -SIGRTMIN+12 i3blocks
|
||||
[dunst]
|
||||
interval=once
|
||||
|
||||
[beep]
|
||||
interval=once
|
||||
signal=14
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Exemple (par défaut si aucun argument donné)
|
||||
# ./conky_radeon gpu perc
|
||||
# Autre exemple
|
||||
# ./conky_radeon vram mb
|
||||
|
||||
stats=$(sudo radeontop -d- -l1)
|
||||
#stats=$(cat /dev/shm/radeontop | tail -n 1 | tr -d '\n')
|
||||
|
||||
perc() {
|
||||
echo "$stats" | grep -Eo "$1 [0-9.]{3,5}%" | cut -d' ' -f2
|
||||
}
|
||||
|
||||
mb() {
|
||||
echo "$stats" | grep -Eo "$1 [0-9.]{3,5}% [0-9.]+mb" | cut -d' ' -f3 | sed 's/mb/M/g'
|
||||
}
|
||||
|
||||
echo "$(${2:-perc} ${1:-gpu})"
|
|
@ -1 +0,0 @@
|
|||
/home/breizh/git/testssl.sh/testssl.sh
|
|
@ -10,8 +10,7 @@ set textwidth=79
|
|||
set colorcolumn=+2
|
||||
nnoremap <F3> :set hlsearch!<CR>
|
||||
let g:vimtex_view_method = 'zathura'
|
||||
let g:table_mode_corner_corner='+'
|
||||
let g:table_mode_header_fillchar='='
|
||||
let g:table_mode_corner='|'
|
||||
let g:grammalecte_cli_py='/usr/bin/grammalecte-cli.py'
|
||||
if filereadable(expand("~/.vimrc_background"))
|
||||
if &t_Co >= 256
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# XScreenSaver Preferences File
|
||||
# Written by xscreensaver-demo 5.43 for breizh on Thu Nov 28 21:22:13 2019.
|
||||
# Written by xscreensaver-demo 5.43 for breizh on Sun Feb 23 16:34:34 2020.
|
||||
# https://www.jwz.org/xscreensaver/
|
||||
|
||||
timeout: 0:15:00
|
||||
|
@ -143,7 +143,7 @@ programs: \
|
|||
- GL: dnalogo -root \n\
|
||||
GL: engine -root -titles \n\
|
||||
GL: flipscreen3d -root \n\
|
||||
GL: gltext -root -text '%A%n%d %b %Y%n%r' \n\
|
||||
- GL: gltext -root \n\
|
||||
GL: menger -root \n\
|
||||
GL: molecule -root -no-labels -no-shells \n\
|
||||
rotzoomer -root \n\
|
||||
|
@ -222,7 +222,7 @@ programs: \
|
|||
GL: crackberg -root \n\
|
||||
GL: cube21 -root \n\
|
||||
- fiberlamp -root \n\
|
||||
GL: fliptext -root \n\
|
||||
GL: fliptext -root -alignment left \n\
|
||||
GL: glhanoi -root \n\
|
||||
GL: tangram -root \n\
|
||||
- GL: timetunnel -root \n\
|
||||
|
|
Loading…
Reference in a new issue