From 206bad9856e15f4691165461ac2e77f9b4c87634 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Jan 2023 18:00:51 +0100 Subject: update --- .config/gtk-2.0/gtkfilechooser.ini | 4 ++-- .config/gtk-2.0/gtkrc | 3 +-- .config/gtk-3.0/settings.ini | 2 +- .config/openbox/rc.xml | 6 +++--- .config/tint2/tint2rc | 27 ++++++++++++++++++++++----- .config/x11/xinitrc | 2 +- 6 files changed, 30 insertions(+), 14 deletions(-) (limited to '.config') diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini index 1f2ca4e..369b6a8 100644 --- a/.config/gtk-2.0/gtkfilechooser.ini +++ b/.config/gtk-2.0/gtkfilechooser.ini @@ -2,8 +2,8 @@ LocationMode=path-bar ShowHidden=true ShowSizeColumn=true -GeometryX=3532 -GeometryY=429 +GeometryX=1976 +GeometryY=441 GeometryWidth=948 GeometryHeight=641 SortColumn=name diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc index f81485d..b312015 100644 --- a/.config/gtk-2.0/gtkrc +++ b/.config/gtk-2.0/gtkrc @@ -2,10 +2,9 @@ # Any customization should be done in ~/.gtkrc-2.0.mine instead. include "/home/jozan/.gtkrc-2.0.mine" -gtk-theme-name="TraditionalOk" +gtk-theme-name="Clearlooks-Joe" gtk-icon-theme-name="Faenza" gtk-font-name="sans-serif 12" -gtk-cursor-theme-name="redglass" gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 94e257d..1a83790 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,7 +1,7 @@ [Settings] gtk-font-name=sans-serif 12 gtk-icon-theme-name=Faenza -gtk-theme-name=TraditionalOk +gtk-theme-name=Clearlooks-Joe 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 567ca30..205ee5c 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -42,7 +42,7 @@ 'Active' - where the active window is --> - Clearlooks + Clearlooks-Joe SNLIMC - /home/jozan/.local/bin/dmpass --full + /home/jozan/.local/bin/dmpass --full - /home/jozan/.local/bin/dmpass + /home/jozan/.local/bin/dmpass diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 80655ac..bead895 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,11 +1,11 @@ -#---- Generated by tint2conf a203 ---- +#---- Generated by tint2conf 2ff1 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- # Gradients #------------------------------------- # Backgrounds -# Background 1: Active taskbar, Inactive taskbar, Panel +# Background 1: Active taskbar, Default task, Iconified task, Inactive taskbar, Normal task, Panel rounded = 0 border_width = 1 border_sides = TBLR @@ -13,12 +13,12 @@ border_content_tint_weight = 0 background_content_tint_weight = 0 background_color = #cecece 100 border_color = #4a4a4a 100 -background_color_hover = #cecece 100 +background_color_hover = #ffa5a5 100 border_color_hover = #4a4a4a 100 background_color_pressed = #cecece 100 border_color_pressed = #4a4a4a 100 -# Background 2: Active task +# Background 2: rounded = 0 border_width = 0 border_sides = TBLR @@ -44,6 +44,19 @@ border_color_hover = #000000 100 background_color_pressed = #f1e3bd 100 border_color_pressed = #000000 100 +# Background 4: Active task +rounded = 0 +border_width = 0 +border_sides = TBLR +border_content_tint_weight = 0 +background_content_tint_weight = 0 +background_color = #bc0400 100 +border_color = #000000 100 +background_color_hover = #bc0400 100 +border_color_hover = #000000 100 +background_color_pressed = #da3a36 100 +border_color_pressed = #000000 100 + #------------------------------------- # Panel panel_items = LTSC @@ -105,8 +118,12 @@ task_tooltip = 0 task_thumbnail = 0 task_thumbnail_size = 210 task_font_color = #000000 100 -task_active_background_id = 2 +task_active_font_color = #ffffff 100 +task_background_id = 1 +task_normal_background_id = 1 +task_active_background_id = 4 task_urgent_background_id = 3 +task_iconified_background_id = 1 mouse_left = toggle_iconify mouse_middle = none mouse_right = toggle_iconify diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index fcaa30c..cff5475 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -7,7 +7,7 @@ startif() { export LANG='en_US.UTF-8' pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1 xrandr --output HDMI-1 --primary --mode 2560x1440 --pos 1920x347 --rotate normal --output eDP-1 --mode 1920x1080 --pos 0x1024 --rotate normal --output DP-1 --mode 1280x1024 --pos 640x0 --rotate normal --output DP-2 --mode 2560x1440 --pos 4480x347 --rotate normal -"$HOME"/.local/bin/setwp /home/jozan/pics/wp/4scr/2/4.jpg +"$HOME"/.local/bin/setwp "$HOME"/pics/wp.jpg "$HOME"/.local/bin/kb xset s off xset -dpms -- cgit v1.2.3