From 66e2b69b3c9f8c1fc965fd148dc77fdc541c38b5 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Sat, 6 Mar 2021 14:06:21 -0400 Subject: [PATCH] Work on the GEM5 theme. --- AtariGem5/{metacity-1 => focused}/close.png | Bin .../max-alt.png} | Bin .../maximize.png => focused/max.png} | Bin .../{metacity-1/icon.png => focused/menu.png} | Bin .../minimize.png => focused/min.png} | Bin .../{metacity-1 => }/metacity-theme-1.xml | 0 .../close-pressed.png => pressed/closepr.png} | Bin .../maximized.png => pressed/maxpr.png} | Bin .../icon-pressed.png => pressed/menupr.png} | Bin .../minpr.png} | Bin AtariGem5/theme.conf | 33 ++++++++++++++++++ AtariGem5/unfocused | 1 + RiscOS/gtk-symlink | 1 - 13 files changed, 34 insertions(+), 1 deletion(-) rename AtariGem5/{metacity-1 => focused}/close.png (100%) rename AtariGem5/{metacity-1/maximize-pressed.png => focused/max-alt.png} (100%) rename AtariGem5/{metacity-1/maximize.png => focused/max.png} (100%) rename AtariGem5/{metacity-1/icon.png => focused/menu.png} (100%) rename AtariGem5/{metacity-1/minimize.png => focused/min.png} (100%) rename AtariGem5/{metacity-1 => }/metacity-theme-1.xml (100%) rename AtariGem5/{metacity-1/close-pressed.png => pressed/closepr.png} (100%) rename AtariGem5/{metacity-1/maximized.png => pressed/maxpr.png} (100%) rename AtariGem5/{metacity-1/icon-pressed.png => pressed/menupr.png} (100%) rename AtariGem5/{metacity-1/minimize-pressed.png => pressed/minpr.png} (100%) create mode 100644 AtariGem5/theme.conf create mode 120000 AtariGem5/unfocused delete mode 120000 RiscOS/gtk-symlink diff --git a/AtariGem5/metacity-1/close.png b/AtariGem5/focused/close.png similarity index 100% rename from AtariGem5/metacity-1/close.png rename to AtariGem5/focused/close.png diff --git a/AtariGem5/metacity-1/maximize-pressed.png b/AtariGem5/focused/max-alt.png similarity index 100% rename from AtariGem5/metacity-1/maximize-pressed.png rename to AtariGem5/focused/max-alt.png diff --git a/AtariGem5/metacity-1/maximize.png b/AtariGem5/focused/max.png similarity index 100% rename from AtariGem5/metacity-1/maximize.png rename to AtariGem5/focused/max.png diff --git a/AtariGem5/metacity-1/icon.png b/AtariGem5/focused/menu.png similarity index 100% rename from AtariGem5/metacity-1/icon.png rename to AtariGem5/focused/menu.png diff --git a/AtariGem5/metacity-1/minimize.png b/AtariGem5/focused/min.png similarity index 100% rename from AtariGem5/metacity-1/minimize.png rename to AtariGem5/focused/min.png diff --git a/AtariGem5/metacity-1/metacity-theme-1.xml b/AtariGem5/metacity-theme-1.xml similarity index 100% rename from AtariGem5/metacity-1/metacity-theme-1.xml rename to AtariGem5/metacity-theme-1.xml diff --git a/AtariGem5/metacity-1/close-pressed.png b/AtariGem5/pressed/closepr.png similarity index 100% rename from AtariGem5/metacity-1/close-pressed.png rename to AtariGem5/pressed/closepr.png diff --git a/AtariGem5/metacity-1/maximized.png b/AtariGem5/pressed/maxpr.png similarity index 100% rename from AtariGem5/metacity-1/maximized.png rename to AtariGem5/pressed/maxpr.png diff --git a/AtariGem5/metacity-1/icon-pressed.png b/AtariGem5/pressed/menupr.png similarity index 100% rename from AtariGem5/metacity-1/icon-pressed.png rename to AtariGem5/pressed/menupr.png diff --git a/AtariGem5/metacity-1/minimize-pressed.png b/AtariGem5/pressed/minpr.png similarity index 100% rename from AtariGem5/metacity-1/minimize-pressed.png rename to AtariGem5/pressed/minpr.png diff --git a/AtariGem5/theme.conf b/AtariGem5/theme.conf new file mode 100644 index 0000000..d66012f --- /dev/null +++ b/AtariGem5/theme.conf @@ -0,0 +1,33 @@ +DestroyDecor AtariGem5 +AddToDecor AtariGem5 + + + Style * FluxBoxHandles + + Style * HandleWidth 10 + + + Colorset 2 fg #CCCCCC + + Colorset 3 fg #CCCCCC, bg #000000, hi #585858, sh #000000, Plain, NoShape + + Colorset 4 fg #FFFFFF, bg #000000, hi #868686, sh #000000, Plain, NoShape + + + Style * HilightBorderColorset 3, BorderColorset 4, HilightColorset 2 + + + ButtonStyle 1 \ + ActiveUp (Pixmap $[FVWM_USERDIR]/assets/themes/AtariGem5/focused/min.png -- Flat) \ + ActiveDown (Pixmap $[FVWM_USERDIR]/assets/themes/AtariGem5/pressed/minpr.png -- Flat) \ + Inactive (Pixmap $[FVWM_USERDIR]/assets/themes/AtariGem5/focused/min.png -- Flat) + + + ButtonStyle 2 \ + ActiveUp (Pixmap $[FVWM_USERDIR]/assets/themes/AtariGem5/focused/close.png -- Flat) \ + ActiveDown (Pixmap $[FVWM_USERDIR]/assets/themes/AtariGem5/pressed/closepr.png -- Flat) \ + Inactive (Pixmap $[FVWM_USERDIR]/assets/themes/AtariGem5/focused/close.png -- Flat) + + + ButtonStyle 4 \ + ActiveUp (Pixmap $[FVWM_USERDIR]/assets/themes/AtariGem5/focused/max.png -- Flat) \ + ActiveDown (Pixmap $[FVWM_USERDIR]/assets/themes/AtariGem5/pressed/maxpr.png -- Flat) \ + Inactive (Pixmap $[FVWM_USERDIR]/assets/themes/AtariGem5/focused/max.png -- Flat) + + + + Mouse 1 1 A Iconify + + Mouse 1 2 A Close + + Mouse 1 4 A Maximize + +Style * UseDecor AtariGem5 diff --git a/AtariGem5/unfocused b/AtariGem5/unfocused new file mode 120000 index 0000000..52ced7f --- /dev/null +++ b/AtariGem5/unfocused @@ -0,0 +1 @@ +focused/ \ No newline at end of file diff --git a/RiscOS/gtk-symlink b/RiscOS/gtk-symlink deleted file mode 120000 index 92edf85..0000000 --- a/RiscOS/gtk-symlink +++ /dev/null @@ -1 +0,0 @@ -/home/midfavila/.config/fxde-themes/gtk-symlink \ No newline at end of file