diff options
author | zachir <zachir@librem.one> | 2023-06-06 10:14:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-06-06 10:14:44 -0500 |
commit | 993917ddcedd58927a068cc804d81f1018d7bc0e (patch) | |
tree | 6c228c3c434ca9d5917839869268893e4338af2e /themes/Plata/openbox-3/iconify.xbm | |
parent | 7aa0ccbc957836f41a215a5f4835c7c80b05228b (diff) |
Fix gtk theme setting
Diffstat (limited to 'themes/Plata/openbox-3/iconify.xbm')
-rw-r--r-- | themes/Plata/openbox-3/iconify.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/Plata/openbox-3/iconify.xbm b/themes/Plata/openbox-3/iconify.xbm new file mode 100644 index 0000000..0f415e0 --- /dev/null +++ b/themes/Plata/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff }; |