From 2f8bce8c921271a7bf83079e2c11c23738ca1849 Mon Sep 17 00:00:00 2001 From: Breizh Date: Sat, 31 Jul 2021 17:04:25 +0200 Subject: [PATCH] =?UTF-8?q?Mises=20=C3=A0=20jour=20diverses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/gtk-3.0/settings.ini | 2 ++ .config/htop/htoprc | 3 +-- .config/i3blocks/config | 4 ++-- .i3blocks/rgb | 29 ----------------------------- 4 files changed, 5 insertions(+), 33 deletions(-) delete mode 100755 .i3blocks/rgb diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index e8d0170..d0c1b2b 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -12,3 +12,5 @@ gtk-xft-hinting=1 gtk-xft-hintstyle=hintfull gtk-xft-rgba=rgb gtk-decoration-layout=:menu,appmenu,close +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 50fcff1..7176690 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -24,7 +24,7 @@ header_margin=1 detailed_cpu_time=1 cpu_count_from_one=0 show_cpu_usage=1 -show_cpu_frequency=0 +show_cpu_frequency=1 show_cpu_temperature=1 degree_fahrenheit=0 update_process_names=0 @@ -37,4 +37,3 @@ left_meter_modes=1 2 1 1 1 1 2 2 2 2 2 2 2 2 right_meters=RightCPUs2 Blank CPU Memory LoadAverage Blank Clock Uptime Blank DiskIO NetworkIO Blank PressureStallMemoryFull PressureStallIOFull right_meter_modes=1 2 2 2 2 2 2 2 2 2 2 2 2 2 hide_function_bar=0 - diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 47dfa99..1606d2f 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -203,8 +203,8 @@ interval=once signal=14 separator=false -[rgb] -interval=once +#[rgb] +#interval=once [keyindicator] instance=Caps diff --git a/.i3blocks/rgb b/.i3blocks/rgb deleted file mode 100755 index 01d9c17..0000000 --- a/.i3blocks/rgb +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -runtime="${XDG_RUNTIME_DIR}/i3blocks" -[[ ! -d "$runtime" ]] && mkdir -p "$runtime" - - -if [[ -n "$button" ]] -then - if [[ -f "$runtime/rgb" ]] - then - openrgb -d 0 -m direct -c 000000 &>/dev/null - rm "$runtime/rgb" - else - openrgb -d 0 -m 'Color Cycle' &>/dev/null - touch "$runtime/rgb" - fi -else - touch $runtime/rgb -fi - -if [[ -f "$runtime/rgb" ]] -then - color="#99CC99" -else - color="#747369" -fi - - -echo "rgb"