Mises à jour diverses
This commit is contained in:
parent
fcd9d358be
commit
a91448b547
8 changed files with 18 additions and 26 deletions
|
@ -16,7 +16,7 @@ conky.config = {
|
||||||
own_window_type = 'override',
|
own_window_type = 'override',
|
||||||
own_window_transparent = false,
|
own_window_transparent = false,
|
||||||
own_window_colour = '#000000',
|
own_window_colour = '#000000',
|
||||||
update_interval = 2.0,
|
update_interval = 1.0,
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
default_color = 'A09F93',
|
default_color = 'A09F93',
|
||||||
format_human_readable = true,
|
format_human_readable = true,
|
||||||
|
@ -76,8 +76,8 @@ ${template2 4}
|
||||||
${template2 5}
|
${template2 5}
|
||||||
|
|
||||||
${color2}${font2}Carte graphique $hr${font}${color}
|
${color2}${font2}Carte graphique $hr${font}${color}
|
||||||
${voffset 2}GPU : ${exec conky_radeon}${goto 140}${execbar conky_radeon}
|
${voffset 2}GPU${goto 140}${texeci 3 conky_radeon}
|
||||||
VRAM: ${exec conky_radeon vram mb}${goto 140}${execbar conky_radeon vram}
|
VRAM: ${texeci 3 conky_radeon vram mb}${goto 140}${texeci 3 conky_radeon vram}
|
||||||
|
|
||||||
${color2}${font2}Espace disque $hr${font}${color}
|
${color2}${font2}Espace disque $hr${font}${color}
|
||||||
${voffset 2}${template3 / /}
|
${voffset 2}${template3 / /}
|
||||||
|
|
|
@ -17,7 +17,7 @@ conky.config = {
|
||||||
own_window_type = 'override',
|
own_window_type = 'override',
|
||||||
own_window_transparent = false,
|
own_window_transparent = false,
|
||||||
own_window_colour = '#000000',
|
own_window_colour = '#000000',
|
||||||
update_interval = 2.0,
|
update_interval = 1.0,
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
default_color = 'A09F93',
|
default_color = 'A09F93',
|
||||||
format_human_readable = true,
|
format_human_readable = true,
|
||||||
|
@ -77,7 +77,7 @@ Disque dur${goto 140}${if_match ${hddtemp /dev/sda}>50}${color F2777A}$endif${hd
|
||||||
CPU${goto 140}${if_match ${execi 5 sensors -j | jq '."k10temp-pci-00c3"."Tdie"."temp1_input"'}>70}${color F2777A}$endif${execi 5 sensors -j | jq '."k10temp-pci-00c3"."Tdie"."temp1_input"' | cut -d. -f1}°C${color}
|
CPU${goto 140}${if_match ${execi 5 sensors -j | jq '."k10temp-pci-00c3"."Tdie"."temp1_input"'}>70}${color F2777A}$endif${execi 5 sensors -j | jq '."k10temp-pci-00c3"."Tdie"."temp1_input"' | cut -d. -f1}°C${color}
|
||||||
GPU${goto 140}${if_match ${execi 5 sensors -j | jq '."amdgpu-pci-0900"."temp1"."temp1_input"'}>70}${color F2777A}$endif${execi 5 sensors -j | jq '."amdgpu-pci-0900"."temp1"."temp1_input"' | cut -d. -f1}°C${color}
|
GPU${goto 140}${if_match ${execi 5 sensors -j | jq '."amdgpu-pci-0900"."temp1"."temp1_input"'}>70}${color F2777A}$endif${execi 5 sensors -j | jq '."amdgpu-pci-0900"."temp1"."temp1_input"' | cut -d. -f1}°C${color}
|
||||||
GPU${goto 140}${if_match ${execi 5 sensors -j | jq '."amdgpu-pci-0900"."power1"."power1_average"'}>180}${color F2777A}$endif${execi 5 sensors -j | jq '."amdgpu-pci-0900"."power1"."power1_average"' | cut -d. -f1} W${color}
|
GPU${goto 140}${if_match ${execi 5 sensors -j | jq '."amdgpu-pci-0900"."power1"."power1_average"'}>180}${color F2777A}$endif${execi 5 sensors -j | jq '."amdgpu-pci-0900"."power1"."power1_average"' | cut -d. -f1} W${color}
|
||||||
Pièce${goto 140}${if_match ${execi 5 sensors -j | jq '."it8792-isa-0a60"."temp2"."temp2_input"'}>30}${color F2777A}$endif${execi 5 sensors -j | jq '."it8792-isa-0a60"."temp2"."temp2_input"' | cut -d. -f1}°C${color}
|
Pièce${goto 140}${if_match ${execi 5 sensors -j | jq '."it8792-isa-0a60"."temp2"."temp2_input"'}>=25}${color F2777A}$endif${execi 5 sensors -j | jq '."it8792-isa-0a60"."temp2"."temp2_input"' | cut -d. -f1}°C${color}
|
||||||
|
|
||||||
${color2}${font2}Système $hr$font$color${voffset 2}
|
${color2}${font2}Système $hr$font$color${voffset 2}
|
||||||
Kernel${goto 140}$kernel
|
Kernel${goto 140}$kernel
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
[Filechooser Settings]
|
|
||||||
LocationMode=path-bar
|
|
||||||
ShowHidden=false
|
|
||||||
ShowSizeColumn=true
|
|
||||||
GeometryX=516
|
|
||||||
GeometryY=246
|
|
||||||
GeometryWidth=887
|
|
||||||
GeometryHeight=585
|
|
||||||
SortColumn=name
|
|
||||||
SortOrder=ascending
|
|
||||||
StartupMode=recent
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||||
# The parser is also very primitive, and not human-friendly.
|
# The parser is also very primitive, and not human-friendly.
|
||||||
fields=0 17 18 48 49 38 39 113 111 46 47 2 1
|
fields=0 17 18 48 49 38 39 113 111 46 47 2 1
|
||||||
sort_key=0
|
sort_key=46
|
||||||
sort_direction=1
|
sort_direction=1
|
||||||
hide_threads=0
|
hide_threads=0
|
||||||
hide_kernel_threads=1
|
hide_kernel_threads=1
|
||||||
|
|
|
@ -32,6 +32,7 @@ client.background $base00
|
||||||
# Set mod key (Mod1=<Alt>, Mod4=<Super>)
|
# Set mod key (Mod1=<Alt>, Mod4=<Super>)
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
exec --no-startup-id urxvtd
|
exec --no-startup-id urxvtd
|
||||||
|
exec --no-startup-id numlockx on
|
||||||
|
|
||||||
# set default desktop layout (default is tiling)
|
# set default desktop layout (default is tiling)
|
||||||
# workspace_layout tabbed <stacking|tabbed>
|
# workspace_layout tabbed <stacking|tabbed>
|
||||||
|
@ -51,7 +52,8 @@ bindsym $mod+n border normal 1
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
# font xft:IBM Plex Sans, DejaVu Sans 10
|
# font xft:IBM Plex Sans, DejaVu Sans 10
|
||||||
font xft:xos4 Terminus, DejaVu Sans Mono 14
|
#font xft:xos4 Terminus, DejaVu Sans Mono 14
|
||||||
|
font xft:Terminus, DejaVu Sans Mono 14
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows
|
# Use Mouse+$mod to drag floating windows
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
@ -303,8 +305,7 @@ for_window [class="Timeset-gui"] floating enable border normal
|
||||||
for_window [class="Xfburn"] floating enable
|
for_window [class="Xfburn"] floating enable
|
||||||
for_window [class="(?i)variety"] floating enable
|
for_window [class="(?i)variety"] floating enable
|
||||||
for_window [class="Yad"] floating enable
|
for_window [class="Yad"] floating enable
|
||||||
for_window [class="Firefox"] border pixel 1
|
for_window [class="firefox"] border pixel 1
|
||||||
for_window [class="Nightly"] border pixel 1
|
|
||||||
for_window [title="(?i)pinentry"] floating enable
|
for_window [title="(?i)pinentry"] floating enable
|
||||||
for_window [title="(?i)Minecraft"] border none
|
for_window [title="(?i)Minecraft"] border none
|
||||||
# switch to workspace with urgent window automatically
|
# switch to workspace with urgent window automatically
|
||||||
|
@ -381,7 +382,7 @@ exec claws-mail --online
|
||||||
#exec claws-mail --alternate-config-dir $HOME/.claws-mail-cognix --online
|
#exec claws-mail --alternate-config-dir $HOME/.claws-mail-cognix --online
|
||||||
exec --no-startup-id jami-gnome -r
|
exec --no-startup-id jami-gnome -r
|
||||||
exec --no-startup-id sleep 2 && urxvtc -e newsboat
|
exec --no-startup-id sleep 2 && urxvtc -e newsboat
|
||||||
exec --no-startup-id sleep 5 && i3-msg '[title="newsboat"] move scratchpad'
|
exec --no-startup-id sleep 7 && i3-msg '[title="newsboat"] move scratchpad'
|
||||||
exec --no-startup-id variety
|
exec --no-startup-id variety
|
||||||
#exec --no-startup-id while true; do feh --bg-center $HOME/Images/wallpapers/396396-blackangel.jpg; sleep 5m; feh --bg-max $HOME/Images/wallpapers/other-clock-tower-time-brick-gears-steampunk-high-quality-picture.jpg; sleep 5m; done
|
#exec --no-startup-id while true; do feh --bg-center $HOME/Images/wallpapers/396396-blackangel.jpg; sleep 5m; feh --bg-max $HOME/Images/wallpapers/other-clock-tower-time-brick-gears-steampunk-high-quality-picture.jpg; sleep 5m; done
|
||||||
exec --no-startup-id xinput --disable "AlpsPS/2 ALPS DualPoint TouchPad"
|
exec --no-startup-id xinput --disable "AlpsPS/2 ALPS DualPoint TouchPad"
|
||||||
|
@ -413,7 +414,7 @@ bar {
|
||||||
bindsym button5 nop
|
bindsym button5 nop
|
||||||
# font -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1
|
# 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:IBM Plex Mono, DejaVu Sans Mono 11
|
||||||
font xft:xos4 Terminus, DejaVu Sans Mono 14
|
# font xft:xos4 Terminus, DejaVu Sans Mono 14
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
|
|
|
@ -370,7 +370,7 @@ replaygain "auto"
|
||||||
# above its original level. If replaygain_limit is disabled such amplification
|
# above its original level. If replaygain_limit is disabled such amplification
|
||||||
# might occur. By default this setting is enabled.
|
# might occur. By default this setting is enabled.
|
||||||
#
|
#
|
||||||
#replaygain_limit "yes"
|
replaygain_limit "no"
|
||||||
#
|
#
|
||||||
# This setting enables on-the-fly normalization volume adjustment. This will
|
# This setting enables on-the-fly normalization volume adjustment. This will
|
||||||
# result in the volume of all playing audio to be adjusted so the output has
|
# result in the volume of all playing audio to be adjusted so the output has
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# XScreenSaver Preferences File
|
# XScreenSaver Preferences File
|
||||||
# Written by xscreensaver-demo 5.42 for breizh on Sun Mar 3 18:00:14 2019.
|
# Written by xscreensaver-demo 5.43 for breizh on Sat Aug 31 16:59:23 2019.
|
||||||
# https://www.jwz.org/xscreensaver/
|
# https://www.jwz.org/xscreensaver/
|
||||||
|
|
||||||
timeout: 0:15:00
|
timeout: 0:15:00
|
||||||
cycle: 0:05:00
|
cycle: 0:03:00
|
||||||
lock: True
|
lock: True
|
||||||
lockTimeout: 0:30:00
|
lockTimeout: 0:30:00
|
||||||
passwdTimeout: 0:00:30
|
passwdTimeout: 0:00:30
|
||||||
|
@ -32,7 +32,7 @@ dpmsOff: 4:00:00
|
||||||
grabDesktopImages: True
|
grabDesktopImages: True
|
||||||
grabVideoFrames: False
|
grabVideoFrames: False
|
||||||
chooseRandomImages: True
|
chooseRandomImages: True
|
||||||
imageDirectory: /home/breizh/Images/wallpapers_bak
|
imageDirectory: /home/breizh/.config/variety
|
||||||
|
|
||||||
mode: random
|
mode: random
|
||||||
selected: -1
|
selected: -1
|
||||||
|
@ -278,6 +278,8 @@ programs: \
|
||||||
glitchpeg -root \n\
|
glitchpeg -root \n\
|
||||||
vfeedback -root \n\
|
vfeedback -root \n\
|
||||||
GL: handsy -root \n\
|
GL: handsy -root \n\
|
||||||
|
GL: deepstars -root \n\
|
||||||
|
GL: gravitywell -root \n\
|
||||||
|
|
||||||
|
|
||||||
pointerPollTime: 0:00:05
|
pointerPollTime: 0:00:05
|
||||||
|
|
Loading…
Reference in a new issue