diff options
author | Joe <rrbo@proton.me> | 2023-01-11 15:18:24 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-11 15:18:24 +0100 |
commit | 029448197669f91b21c15d6d79e8acc88311e19d (patch) | |
tree | 71542010a599b2e66ad093f4f276ddde810b2119 | |
parent | up (diff) | |
download | dotfiles-bsd-029448197669f91b21c15d6d79e8acc88311e19d.tar.gz dotfiles-bsd-029448197669f91b21c15d6d79e8acc88311e19d.tar.bz2 dotfiles-bsd-029448197669f91b21c15d6d79e8acc88311e19d.tar.xz dotfiles-bsd-029448197669f91b21c15d6d79e8acc88311e19d.tar.zst dotfiles-bsd-029448197669f91b21c15d6d79e8acc88311e19d.zip |
update
-rw-r--r-- | .config/conkyrc | 2 | ||||
-rwxr-xr-x | .config/openbox/menu.xml | 5 | ||||
-rwxr-xr-x | .config/tint2/tint2rc | 14 | ||||
-rw-r--r-- | .config/x11/xinitrc | 6 |
4 files changed, 15 insertions, 12 deletions
diff --git a/.config/conkyrc b/.config/conkyrc index 39f035e..1ec7ec7 100644 --- a/.config/conkyrc +++ b/.config/conkyrc @@ -43,8 +43,6 @@ conky.config = { conky.text = [[ ${color grey}${alignc}${time %A %e %B %Y : %Hh%M} ${hr} -${color grey}Fête du jour: ${font Hack:bold:size=12}${color white}${texeci 1000 wget -O - -q http://fetedujour.fr/ --user-agent="Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0" | grep "<span>Fête du jour" | head -1 | cut -d">" -f4 | cut -d"<" -f1 | sed -e 's/Nativité/jozan/' }${font} -${hr} ${color grey}Uptime: ${font Hack:bold:size=12}${color white}${uptime}${font} ${hr} ${color grey}CPU: ${font Hack:bold:size=12}${color white} ${freq_g} GHz ${color white}${if_match ${cpu}>80}${color red}${else}${endif}${cpu}% ${cpubar 6} diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index aa4d1bd..7feb649 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -96,6 +96,11 @@ </menu> <menu id="apps-multimedia-menu" label="Multimedia"> + <item label="Ario"> + <action name="Execute"> + <command>ario</command> + </action> + </item> </menu> <menu id="apps-graphics-menu" label="Graphics"> diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 242f656..c5d5de2 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,11 +1,11 @@ -#---- Generated by tint2conf 5ac8 ---- +#---- Generated by tint2conf 2eb2 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- # Gradients #------------------------------------- # Backgrounds -# Background 1: Active taskbar, Battery, Default task, Iconified task, Inactive taskbar, Normal task, Panel +# Background 1: Active taskbar, Default task, Iconified task, Inactive taskbar, Normal task, Panel rounded = 0 border_width = 1 border_sides = TBLR @@ -191,7 +191,7 @@ battery_font_color = #000000 100 bat1_format = %p bat2_format = %s battery_padding = 0 0 -battery_background_id = 1 +battery_background_id = 0 battery_hide = 100 battery_lclick_command = battery_rclick_command = @@ -205,7 +205,7 @@ ac_disconnected_cmd = notify-send -u low batter 'AC unplugged' # Separator 1 separator = new separator_background_id = 0 -separator_color = #777777 88 +separator_color = #777777 87 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -214,7 +214,7 @@ separator_padding = 1 0 # Separator 2 separator = new separator_background_id = 0 -separator_color = #777777 88 +separator_color = #777777 87 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -223,7 +223,7 @@ separator_padding = 1 0 # Separator 3 separator = new separator_background_id = 0 -separator_color = #777777 88 +separator_color = #777777 87 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -232,7 +232,7 @@ separator_padding = 1 0 # Separator 4 separator = new separator_background_id = 0 -separator_color = #777777 53 +separator_color = #777777 52 separator_style = empty separator_size = 6 separator_padding = 1 0 diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index cff5475..6390f85 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -11,14 +11,14 @@ xrandr --output HDMI-1 --primary --mode 2560x1440 --pos 1920x347 --rotate normal "$HOME"/.local/bin/kb xset s off xset -dpms -xsetroot -name 'Loading bar...' +# xsetroot -name 'Loading bar...' startif dunst startif picom startif lowbat startif mpd-notification startif xscreensaver --no-splash -startif dwmblocks -startif sb-updatempd +# startif dwmblocks +# startif sb-updatempd startif tint2 startif conky -d -c "$HOME"/.config/conkyrc # /compat/linux/usr/lib/protonmail/bridge/proton-bridge --noninteractive |