From 64e40f1e04b5180f7f472ef7a0713a9371f0dc32 Mon Sep 17 00:00:00 2001
From: Joe <rrbo@proton.me>
Date: Tue, 10 Jan 2023 11:54:11 +0100
Subject: update

---
 .config/gtk-2.0/gtkrc  |  1 +
 .config/openbox/rc.xml |  5 ++++
 .config/tint2/tint2rc  | 62 ++++++++++++++++++++++++++++++++++++++++----------
 3 files changed, 56 insertions(+), 12 deletions(-)

diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc
index b312015..70de71a 100644
--- a/.config/gtk-2.0/gtkrc
+++ b/.config/gtk-2.0/gtkrc
@@ -5,6 +5,7 @@ include "/home/jozan/.gtkrc-2.0.mine"
 gtk-theme-name="Clearlooks-Joe"
 gtk-icon-theme-name="Faenza"
 gtk-font-name="sans-serif 12"
+gtk-cursor-theme-name="dmz-aa"
 gtk-cursor-theme-size=0
 gtk-toolbar-style=GTK_TOOLBAR_BOTH
 gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index 82a024d..34a12dc 100755
--- a/.config/openbox/rc.xml
+++ b/.config/openbox/rc.xml
@@ -422,6 +422,11 @@
         <command>alacritty -e newsboat</command>
       </action>
     </keybind>
+    <keybind key="W-F7">
+      <action name="Execute">
+        <command>alacritty -e calcurse -C /home/jozan/.config/calcurse -D /home/jozan/.local/share/calcurse</command>
+      </action>
+    </keybind>
     <keybind key="W-C-F12">
       <action name="Execute">
         <command>/home/jozan/.local/bin/dmlog</command>
diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc
index b2a1fe9..afeac38 100755
--- a/.config/tint2/tint2rc
+++ b/.config/tint2/tint2rc
@@ -1,4 +1,4 @@
-#---- Generated by tint2conf a5a1 ----
+#---- Generated by tint2conf b2cd ----
 # See https://gitlab.com/o9000/tint2/wikis/Configure for 
 # full documentation of the configuration options.
 #-------------------------------------
@@ -31,7 +31,7 @@ border_color_hover = #000000 100
 background_color_pressed = #bdd1f1 100
 border_color_pressed = #000000 100
 
-# Background 3: Urgent task
+# Background 3: Executor, Urgent task
 rounded = 0
 border_width = 0
 border_sides = TBLR
@@ -60,7 +60,7 @@ border_color_pressed = #000000 100
 
 #-------------------------------------
 # Panel
-panel_items = LTSC
+panel_items = L:T:S:B:C
 panel_size = 100% 25
 panel_margin = 0 0
 panel_padding = 0 0 0
@@ -96,11 +96,12 @@ taskbar_active_background_id = 1
 taskbar_name = 1
 taskbar_hide_inactive_tasks = 0
 taskbar_hide_different_monitor = 1
-taskbar_hide_different_desktop = 0
+taskbar_hide_different_desktop = 1
 taskbar_always_show_all_desktop_tasks = 0
 taskbar_name_padding = 0 0
 taskbar_name_background_id = 0
 taskbar_name_active_background_id = 0
+taskbar_name_font = Cantarell Medium 10
 taskbar_name_font_color = #000000 100
 taskbar_name_active_font_color = #000000 100
 taskbar_distribute_size = 0
@@ -109,15 +110,15 @@ task_align = left
 
 #-------------------------------------
 # Task
-task_text = 0
-task_icon = 0
+task_text = 1
+task_icon = 1
 task_centered = 0
 urgent_nb_of_blink = 0
 task_maximum_size = 0 0
 task_padding = 0 0 0
-task_tooltip = 0
-task_thumbnail = 0
-task_thumbnail_size = 210
+task_tooltip = 1
+task_thumbnail = 1
+task_thumbnail_size = 300
 task_font_color = #000000 100
 task_active_font_color = #ffffff 100
 task_background_id = 1
@@ -173,7 +174,7 @@ clock_padding = 0 0
 clock_background_id = 0
 clock_tooltip = 
 clock_tooltip_timezone = 
-clock_lclick_command = 
+clock_lclick_command = ndate
 clock_rclick_command = 
 clock_mclick_command = 
 clock_uwheel_command = 
@@ -185,6 +186,7 @@ battery_tooltip = 1
 battery_low_status = 0
 battery_low_cmd = 
 battery_full_cmd = 
+bat1_font = Cantarell Medium 11
 battery_font_color = #000000 100
 bat1_format = 
 bat2_format = 
@@ -196,8 +198,44 @@ battery_rclick_command =
 battery_mclick_command = 
 battery_uwheel_command = 
 battery_dwheel_command = 
-ac_connected_cmd = 
-ac_disconnected_cmd = 
+ac_connected_cmd = notify-send -u low batter 'AC plugged'
+ac_disconnected_cmd = notify-send -u low batter 'AC unplugged'
+
+#-------------------------------------
+# Separator 1
+separator = new
+separator_background_id = -1
+separator_color = #777777 89
+separator_style = empty
+separator_size = 6
+separator_padding = 1 0
+
+#-------------------------------------
+# Separator 2
+separator = new
+separator_background_id = -1
+separator_color = #777777 89
+separator_style = empty
+separator_size = 6
+separator_padding = 1 0
+
+#-------------------------------------
+# Separator 3
+separator = new
+separator_background_id = -1
+separator_color = #777777 89
+separator_style = empty
+separator_size = 6
+separator_padding = 1 0
+
+#-------------------------------------
+# Separator 4
+separator = new
+separator_background_id = 0
+separator_color = #777777 54
+separator_style = empty
+separator_size = 6
+separator_padding = 1 0
 
 #-------------------------------------
 # Tooltip
-- 
cgit v1.2.3