diff options
| author | Syndamia <kamen@syndamia.com> | 2022-12-31 19:40:21 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-12-31 19:40:21 +0200 |
| commit | b5395ea31e494fa3e77849533c38d5a5539e0569 (patch) | |
| tree | b7ade8acc8be96a54099219d2fd16e32a7c88fe3 /.b/usr/share/themes/Blocks/openbox-3/max_disabled.xbm | |
| parent | a49034a8be52a79cf65a8797605085d48f84f4e8 (diff) | |
| download | dotfiles-b5395ea31e494fa3e77849533c38d5a5539e0569.tar dotfiles-b5395ea31e494fa3e77849533c38d5a5539e0569.tar.gz dotfiles-b5395ea31e494fa3e77849533c38d5a5539e0569.zip | |
[.b/usr/share] Added dunst script icons and Blocks openbox theme
Diffstat (limited to '.b/usr/share/themes/Blocks/openbox-3/max_disabled.xbm')
| -rwxr-xr-x | .b/usr/share/themes/Blocks/openbox-3/max_disabled.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.b/usr/share/themes/Blocks/openbox-3/max_disabled.xbm b/.b/usr/share/themes/Blocks/openbox-3/max_disabled.xbm new file mode 100755 index 0000000..a64ed70 --- /dev/null +++ b/.b/usr/share/themes/Blocks/openbox-3/max_disabled.xbm @@ -0,0 +1,5 @@ +#define close_width 10 +#define close_height 10 +static unsigned char close_bits[] = { + 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, + 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 }; |
