dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 0a818616ceb16dead5c2b90a0a84c2eb2871046e
parent 6dfd720e5494c0c3b18c60a308f4fe87b16b15f2
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 14 Dec 2020 15:07:17 +0100

jwm: added config

Currently using this on my Antix setup.


Former-commit-id: e411d8ef69f73e7db5870c4a53a72d9eddd508bf
Diffstat:
Mdot.map | 3+++
Ajwm/jwm/.keys.swp | 0
Ajwm/jwm/keys | 41+++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/menu | 80+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/menu-applications | 2++
Ajwm/jwm/menu-numix-bevel | 62++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/menu-numix-square | 62++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/menu-papirus | 62++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/personal | 3+++
Ajwm/jwm/preferences | 38++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/startup | 10++++++++++
Ajwm/jwm/theme | 75+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/theme.dark | 75+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/theme.light | 75+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes-list | 24++++++++++++++++++++++++
Ajwm/jwm/themes/BlueDay | 75+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/PrettyPink | 75+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/SunnyDay | 75+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/black | 75+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/brown | 69+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/cappuccino | 72++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/clearlooks | 73+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/coffee_cream | 73+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/coper | 74++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/default | 75+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/gold | 76++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/green | 72++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/ice | 74++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/military | 73+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/pastel | 72++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/red | 74++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/shades_of_grey | 74++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/themes/white | 74++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ajwm/jwm/tray | 37+++++++++++++++++++++++++++++++++++++
Ajwm/jwm/tray-numix-bevel | 37+++++++++++++++++++++++++++++++++++++
Ajwm/jwm/tray-numix-square | 37+++++++++++++++++++++++++++++++++++++
Ajwm/jwm/tray-papirus | 37+++++++++++++++++++++++++++++++++++++
Ajwm/jwmrc | 27+++++++++++++++++++++++++++
38 files changed, 2112 insertions(+), 0 deletions(-)

diff --git a/dot.map b/dot.map @@ -12,6 +12,9 @@ gdb: git: - gitconfig: ~/.config/git/config i3: ~/.config/regolith/i3 +jwm: +- jwmrc: ~/.jwmrc +- jwm: ~/.jwm irssi: ~/.config/irssi karabiner: ~/.config/karabiner lf: ~/.config/lf diff --git a/jwm/jwm/.keys.swp b/jwm/jwm/.keys.swp Binary files differ. diff --git a/jwm/jwm/keys b/jwm/jwm/keys @@ -0,0 +1,41 @@ +<JWM> +<!-- Key bindings --> +<Key key="Up">up</Key> +<Key key="Down">down</Key> +<Key key="Right">right</Key> +<Key key="Left">left</Key> +<Key key="h">left</Key> +<Key key="j">down</Key> +<Key key="k">up</Key> +<Key key="l">right</Key> +<Key key="Return">select</Key> +<Key key="Escape">escape</Key> +<Key mask="A" key="Tab">nextstacked</Key> +<Key mask="A" key="F4">close</Key> +<Key mask="A" key="#">desktop#</Key> +<Key mask="A" key="F1">root:1</Key> +<Key mask="A" key="F2">window</Key> +<Key mask="CA" key="KP_Divide">exec: amixer -c 0 set Master 5-</Key> +<Key mask="CA" key="KP_Multiply">exec: amixer -c 0 set Master 5+</Key> +<Key mask="CA" key="KP_Add">exec: amixer sset Master toggle</Key> +<Key mask="4" key="Return">exec: roxterm</Key> +<Key mask="C4" key="R">exec: jwm -restart</Key> +<Key mask="C4" key="BackSpace">exec: xlock</Key> + +<Key mask="C4" key="3">exec: antixscreenshot.sh</Key> +<Key mask="4" key="Escape">exec: desktop-session-exit</Key> +<Key mask="4" key="comma">exec: antixcc.sh</Key> +<Key mask="4" key="r">exec: gexec</Key> + +<!--Wingrid--> +<Key mask="C4" key="h">exec:wingrid-left.sh</Key> +<Key mask="C4" key="l">exec:wingrid-right.sh</Key> +<Key mask="C4" key="k">exec:wingrid-top.sh</Key> +<Key mask="C4" key="j">exec:wingrid-bottom.sh</Key> +<Key mask="C4" key="u">exec:wingrid-topleft.sh</Key> +<Key mask="C4" key="o">exec:wingrid-topright.sh</Key> +<Key mask="C4" key="n">exec:wingrid-bottomleft.sh</Key> +<Key mask="C4" key="m">exec:wingrid-bottomright.sh</Key> +<Key mask="C4" key="f">exec:wingrid-maximize.sh</Key> +<Key mask="4" key="q">exec:wingrid-close.sh</Key> +</JWM> diff --git a/jwm/jwm/menu b/jwm/jwm/menu @@ -0,0 +1,80 @@ +<JWM> + <Program label="Terminal" icon="/usr/share/icons/papirus-antix/48x48/apps/terminal.png">desktop-defaults-run -t</Program> + <Program label="File Manager" icon="/usr/share/icons/papirus-antix/48x48/apps/file-manager.png">desktop-defaults-run -fm</Program> + <Separator/> + <Program label="Web Browser" icon="/usr/share/icons/papirus-antix/48x48/apps/web-browser.png">desktop-defaults-run -b</Program> + <Program label="Editor" icon="/usr/share/icons/papirus-antix/48x48/apps/text-editor.png">desktop-defaults-run -te</Program> + <Program label="App Select" icon="/usr/share/icons/papirus-antix/48x48/apps/gnome-searchtool.png">/usr/local/bin/app-select</Program> + <Separator/> + <Menu label="Personal" icon="/usr/share/icons/papirus-antix/48x48/apps/preferences-desktop-user.png"> + <Include>$HOME/.jwm/personal</Include> + </Menu> + <Menu label="Applications" icon="/usr/share/icons/papirus-antix/48x48/apps/applications.png"> + <Include>$HOME/.jwm/menu-applications</Include> + </Menu> + <Program label="Refresh Menu" icon="/usr/share/icons/papirus-antix/48x48/apps/update-manager.png">desktop-menu --write-out-global &amp;&amp; jwm -restart</Program> + <Separator/> + <Menu label="Desktop" icon="/usr/share/icons/papirus-antix/48x48/apps/user-desktop.png"> + <Menu label="Other Desktops" icon="/usr/share/icons/papirus-antix/48x48/apps/user-desktop.png"> + <Include>/usr/share/desktop-session/wm-menus/jwm-wm-menu</Include> + </Menu> + <Program label="RoxPanel on/off" icon="/usr/share/icons/papirus-antix/48x48/apps/gnome-panel.png">paneltoggle.sh</Program> + <Program label="Conky on/off" icon="/usr/share/icons/papirus-antix/48x48/apps/utilities-system-monitor.png">conkytoggle.sh</Program> + </Menu> + <Program label="App Killer" icon="/usr/share/icons/papirus-antix/48x48/apps/appkill.png">xkill</Program> + <Program label="Control Centre" icon="/usr/share/icons/papirus-antix/48x48/apps/control-center2.png">antixcc.sh</Program> + <Menu label="Sound"> + <Program label="Enable Internal Speaker"> + amixer sset 'Left Mixer Left DAC' playback on + amixer sset 'Power Amplifier Mixer' playback off + amixer sset 'Right Mixer Left DAC' playback off + amixer sset 'Right Mixer Right DAC' playback off + </Program> + <Program label="Disable Internal Speaker"> + amixer sset 'Left Mixer Left DAC' playback off + amixer sset 'Power Amplifier Mixer' playback off + amixer sset 'Right Mixer Left DAC' playback off + amixer sset 'Right Mixer Right DAC' playback off + </Program> + <Separator/> + <Program label="Low">amixer sset 'Power Amplifier' playback 40%</Program> + <Program label="Medium">amixer sset 'Power Amplifier' playback 50%</Program> + <Program label="High">amixer sset 'Power Amplifier' playback 70%</Program> + <Program label="Max">amixer sset 'Power Amplifier' playback 100%</Program> + </Menu> + <Separator/> + <Menu label="Help" icon="/usr/share/icons/papirus-antix/48x48/apps/help-browser.png"> + <Menu label="antiX" icon="/usr/share/icons/papirus-antix/48x48/places/folder.png"> + <Program label="antiX Video">dillo /usr/share/antiX/antix_help_videos.html</Program> + <Program label="antiX FAQ">dillo /usr/share/antiX/FAQ/index.html</Program> + <Program label="antiX-live How-To">dillo /usr/share/antiX/Boot_Menu/antiX-gfxboot.html</Program> + <Separator/> + <Program label="Rox Manual">dillo /usr/share/doc/rox-filer/html/Manual.html</Program> + <Program label="Announcements">dillo https://www.antixforum.com/forums/forum/news/announcements/</Program> + <Program label="antixforum.com">dillo https://www.antixforum.com</Program> + <Program label="MX/antiX Wiki">dillo https://mxlinux.org/wiki/</Program> + </Menu> + <Separator/> + <Menu label="JWM" icon="/usr/share/icons/papirus-antix/48x48/places/folder.png"> + <Program label="Homepage">dillo http://joewing.net/projects/jwm/</Program> + <Program label="Arch Wiki">dillo https://wiki.archlinux.org/index.php/JWM</Program> + </Menu> + <Separator/> + <Menu label="Applications" icon="/usr/share/icons/papirus-antix/48x48/places/folder.png"> + <Program label="Firewall">dillo https://help.ubuntu.com/community/Gufw</Program> + <Program label="Partimage">dillo http://www.partimage.org/Partimage-manual_Usage</Program> + </Menu> + <Menu label="Man Pages" icon="/usr/share/icons/papirus-antix/48x48/places/folder.png"> + <Program label="Irssi">desktop-defaults-run -t man irssi</Program> + <Program label="mc">desktop-defaults-run -t man mc</Program> + <Program label="mocp">desktop-defaults-run -t man mocp</Program> + <Program label="Nano">desktop-defaults-run -t man nano</Program> + <Program label="Rss/Atom">desktop-defaults-run -t man newsboat</Program> + <Program label="Terminal">desktop-defaults-run -t man urxvt</Program> + <Program label="Torrent">desktop-defaults-run -t man rtorrent</Program> + </Menu> + </Menu> + <Program label="Run" icon="/usr/share/icons/papirus-antix/48x48/apps/gnome-run.png">gexec</Program> + <Separator/> + <Include>$HOME/.jwm/themes-list</Include> +</JWM> diff --git a/jwm/jwm/menu-applications b/jwm/jwm/menu-applications @@ -0,0 +1 @@ +/usr/share/desktop-menu/.jwm/menu-applications+ \ No newline at end of file diff --git a/jwm/jwm/menu-numix-bevel b/jwm/jwm/menu-numix-bevel @@ -0,0 +1,62 @@ +<JWM> + <Program label="Terminal" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/terminal.png">desktop-defaults-run -t</Program> + <Program label="File Manager" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/file-manager.png">desktop-defaults-run -fm</Program> + <Separator/> + <Program label="Web Browser" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/web-browser.png">desktop-defaults-run -b</Program> + <Program label="Editor" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/text-editor.png">desktop-defaults-run -te</Program> + <Program label="App Select" icon="/usr/share/icons/papirus-antix/48x48/apps/gnome-searchtool.png">/usr/local/bin/app-select</Program> + <Separator/> + <Menu label="Personal" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/preferences-desktop-user.png"> + <Include>$HOME/.jwm/personal</Include> + </Menu> + <Menu label="Applications" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/applications.png"> + <Include>$HOME/.jwm/menu-applications</Include> + </Menu> + <Program label="Refresh Menu" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/update-manager.png">desktop-menu --write-out-global && jwm -restart</Program> + <Separator/> + <Menu label="Desktop" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/user-desktop.png"> + <Menu label="Other Desktops" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/user-desktop.png"> + <Include>/usr/share/desktop-session/wm-menus/jwm-wm-menu</Include> + </Menu> + <Program label="RoxPanel on/off" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/gnome-panel.png">paneltoggle.sh</Program> + <Program label="Conky on/off" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/utilities-system-monitor.png">conkytoggle.sh</Program> + </Menu> + <Program label="App Killer" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/appkill.png">xkill</Program> + <Program label="Control Centre" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/control-center2.png">antixcc.sh</Program> + <Separator/> + <Menu label="Help" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/help-browser.png"> + <Menu label="antiX" icon="/usr/share/icons/numix-bevel-antix/48x48/places/folder.png"> + <Program label="antiX Video">dillo /usr/share/antiX/antix_help_videos.html</Program> + <Program label="antiX FAQ">dillo /usr/share/antiX/FAQ/index.html</Program> + <Program label="antiX-live How-To">dillo /usr/share/antiX/Boot_Menu/antiX-gfxboot.html</Program> + <Separator/> + <Program label="Rox Manual">dillo /usr/share/doc/rox-filer/html/Manual.html</Program> + <Program label="Announcements">dillo https://www.antixforum.com/forums/forum/news/announcements/</Program> + <Program label="antixforum.com">dillo https://www.antixforum.com</Program> + <Program label="MX/antiX Wiki">dillo https://mxlinux.org/wiki/</Program> + </Menu> + <Separator/> + <Menu label="JWM" icon="/usr/share/icons/numix-bevel-antix/48x48/places/folder.png"> + <Program label="Homepage">dillo http://joewing.net/projects/jwm/</Program> + <Program label="Arch Wiki">dillo https://wiki.archlinux.org/index.php/JWM</Program> + </Menu> + <Separator/> + <Menu label="Applications" icon="/usr/share/icons/numix-bevel-antix/48x48/places/folder.png"> + <Program label="Firewall">dillo https://help.ubuntu.com/community/Gufw</Program> + <Program label="Partimage">dillo http://www.partimage.org/Partimage-manual_Usage</Program> + </Menu> + <Menu label="Man Pages" icon="/usr/share/icons/numix-bevel-antix/48x48/places/folder.png"> + <Program label="Irssi">desktop-defaults-run -t man irssi</Program> + <Program label="mc">desktop-defaults-run -t man mc</Program> + <Program label="mocp">desktop-defaults-run -t man mocp</Program> + <Program label="Nano">desktop-defaults-run -t man nano</Program> + <Program label="Rss/Atom">desktop-defaults-run -t man newsboat</Program> + <Program label="Terminal">desktop-defaults-run -t man urxvt</Program> + <Program label="Torrent">desktop-defaults-run -t man rtorrent</Program> + </Menu> + </Menu> + <Program label="Run" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/gnome-run.png">gexec</Program> + <Separator/> + <Include>$HOME/.jwm/themes-list</Include> + <Program label="antiX Installer" icon="/usr/share/icons/msystem.png">sudo minstall</Program> +</JWM> diff --git a/jwm/jwm/menu-numix-square b/jwm/jwm/menu-numix-square @@ -0,0 +1,62 @@ +<JWM> + <Program label="Terminal" icon="/usr/share/icons/numix-square-antix/48x48/apps/terminal.png">desktop-defaults-run -t</Program> + <Program label="File Manager" icon="/usr/share/icons/numix-square-antix/48x48/apps/file-manager.png">desktop-defaults-run -fm</Program> + <Separator/> + <Program label="Web Browser" icon="/usr/share/icons/numix-square-antix/48x48/apps/web-browser.png">desktop-defaults-run -b</Program> + <Program label="Editor" icon="/usr/share/icons/numix-square-antix/48x48/apps/text-editor.png">desktop-defaults-run -te</Program> + <Program label="App Select" icon="/usr/share/icons/papirus-antix/48x48/apps/gnome-searchtool.png">/usr/local/bin/app-select</Program> + <Separator/> + <Menu label="Personal" icon="/usr/share/icons/numix-square-antix/48x48/apps/preferences-desktop-user.png"> + <Include>$HOME/.jwm/personal</Include> + </Menu> + <Menu label="Applications" icon="/usr/share/icons/numix-square-antix/48x48/apps/applications.png"> + <Include>$HOME/.jwm/menu-applications</Include> + </Menu> + <Program label="Refresh Menu" icon="/usr/share/icons/numix-square-antix/48x48/apps/update-manager.png">desktop-menu --write-out-global && jwm -restart</Program> + <Separator/> + <Menu label="Desktop" icon="/usr/share/icons/numix-square-antix/48x48/apps/user-desktop.png"> + <Menu label="Other Desktops" icon="/usr/share/icons/numix-square-antix/48x48/apps/user-desktop.png"> + <Include>/usr/share/desktop-session/wm-menus/jwm-wm-menu</Include> + </Menu> + <Program label="RoxPanel on/off" icon="/usr/share/icons/numix-square-antix/48x48/apps/gnome-panel.png">paneltoggle.sh</Program> + <Program label="Conky on/off" icon="/usr/share/icons/numix-square-antix/48x48/apps/utilities-system-monitor.png">conkytoggle.sh</Program> + </Menu> + <Program label="App Killer" icon="/usr/share/icons/numix-square-antix/48x48/apps/appkill.png">xkill</Program> + <Program label="Control Centre" icon="/usr/share/icons/numix-square-antix/48x48/apps/control-center2.png">antixcc.sh</Program> + <Separator/> + <Menu label="Help" icon="/usr/share/icons/numix-square-antix/48x48/apps/help-browser.png"> + <Menu label="antiX" icon="/usr/share/icons/numix-square-antix/48x48/places/folder.png"> + <Program label="antiX Video">dillo /usr/share/antiX/antix_help_videos.html</Program> + <Program label="antiX FAQ">dillo /usr/share/antiX/FAQ/index.html</Program> + <Program label="antiX-live How-To">dillo /usr/share/antiX/Boot_Menu/antiX-gfxboot.html</Program> + <Separator/> + <Program label="Rox Manual">dillo /usr/share/doc/rox-filer/html/Manual.html</Program> + <Program label="Announcements">dillo https://www.antixforum.com/forums/forum/news/announcements/</Program> + <Program label="antixforum.com">dillo https://www.antixforum.com</Program> + <Program label="MX/antiX Wiki">dillo https://mxlinux.org/wiki/</Program> + </Menu> + <Separator/> + <Menu label="JWM" icon="/usr/share/icons/numix-square-antix/48x48/places/folder.png"> + <Program label="Homepage">dillo http://joewing.net/projects/jwm/</Program> + <Program label="Arch Wiki">dillo https://wiki.archlinux.org/index.php/JWM</Program> + </Menu> + <Separator/> + <Menu label="Applications" icon="/usr/share/icons/numix-square-antix/48x48/places/folder.png"> + <Program label="Firewall">dillo https://help.ubuntu.com/community/Gufw</Program> + <Program label="Partimage">dillo http://www.partimage.org/Partimage-manual_Usage</Program> + </Menu> + <Menu label="Man Pages" icon="/usr/share/icons/numix-square-antix/48x48/places/folder.png"> + <Program label="Irssi">desktop-defaults-run -t man irssi</Program> + <Program label="mc">desktop-defaults-run -t man mc</Program> + <Program label="mocp">desktop-defaults-run -t man mocp</Program> + <Program label="Nano">desktop-defaults-run -t man nano</Program> + <Program label="Rss/Atom">desktop-defaults-run -t man newsboat</Program> + <Program label="Terminal">desktop-defaults-run -t man urxvt</Program> + <Program label="Torrent">desktop-defaults-run -t man rtorrent</Program> + </Menu> + </Menu> + <Program label="Run" icon="/usr/share/icons/numix-square-antix/48x48/apps/gnome-run.png">gexec</Program> + <Separator/> + <Include>$HOME/.jwm/themes-list</Include> + <Program label="antiX Installer" icon="/usr/share/icons/msystem.png">sudo minstall</Program> +</JWM> diff --git a/jwm/jwm/menu-papirus b/jwm/jwm/menu-papirus @@ -0,0 +1,62 @@ +<JWM> + <Program label="Terminal" icon="/usr/share/icons/papirus-antix/48x48/apps/terminal.png">desktop-defaults-run -t</Program> + <Program label="File Manager" icon="/usr/share/icons/papirus-antix/48x48/apps/file-manager.png">desktop-defaults-run -fm</Program> + <Separator/> + <Program label="Web Browser" icon="/usr/share/icons/papirus-antix/48x48/apps/web-browser.png">desktop-defaults-run -b</Program> + <Program label="Editor" icon="/usr/share/icons/papirus-antix/48x48/apps/text-editor.png">desktop-defaults-run -te</Program> + <Program label="App Select" icon="/usr/share/icons/papirus-antix/48x48/apps/gnome-searchtool.png">/usr/local/bin/app-select</Program> + <Separator/> + <Menu label="Personal" icon="/usr/share/icons/papirus-antix/48x48/apps/preferences-desktop-user.png"> + <Include>$HOME/.jwm/personal</Include> + </Menu> + <Menu label="Applications" icon="/usr/share/icons/papirus-antix/48x48/apps/applications.png"> + <Include>$HOME/.jwm/menu-applications</Include> + </Menu> + <Program label="Refresh Menu" icon="/usr/share/icons/papirus-antix/48x48/apps/update-manager.png">desktop-menu --write-out-global && jwm -restart</Program> + <Separator/> + <Menu label="Desktop" icon="/usr/share/icons/papirus-antix/48x48/apps/user-desktop.png"> + <Menu label="Other Desktops" icon="/usr/share/icons/papirus-antix/48x48/apps/user-desktop.png"> + <Include>/usr/share/desktop-session/wm-menus/jwm-wm-menu</Include> + </Menu> + <Program label="RoxPanel on/off" icon="/usr/share/icons/papirus-antix/48x48/apps/gnome-panel.png">paneltoggle.sh</Program> + <Program label="Conky on/off" icon="/usr/share/icons/papirus-antix/48x48/apps/utilities-system-monitor.png">conkytoggle.sh</Program> + </Menu> + <Program label="App Killer" icon="/usr/share/icons/papirus-antix/48x48/apps/appkill.png">xkill</Program> + <Program label="Control Centre" icon="/usr/share/icons/papirus-antix/48x48/apps/control-center2.png">antixcc.sh</Program> + <Separator/> + <Menu label="Help" icon="/usr/share/icons/papirus-antix/48x48/apps/help-browser.png"> + <Menu label="antiX" icon="/usr/share/icons/papirus-antix/48x48/places/folder.png"> + <Program label="antiX Video">dillo /usr/share/antiX/antix_help_videos.html</Program> + <Program label="antiX FAQ">dillo /usr/share/antiX/FAQ/index.html</Program> + <Program label="antiX-live How-To">dillo /usr/share/antiX/Boot_Menu/antiX-gfxboot.html</Program> + <Separator/> + <Program label="Rox Manual">dillo /usr/share/doc/rox-filer/html/Manual.html</Program> + <Program label="Announcements">dillo https://www.antixforum.com/forums/forum/news/announcements/</Program> + <Program label="antixforum.com">dillo https://www.antixforum.com</Program> + <Program label="MX/antiX Wiki">dillo https://mxlinux.org/wiki/</Program> + </Menu> + <Separator/> + <Menu label="JWM" icon="/usr/share/icons/papirus-antix/48x48/places/folder.png"> + <Program label="Homepage">dillo http://joewing.net/projects/jwm/</Program> + <Program label="Arch Wiki">dillo https://wiki.archlinux.org/index.php/JWM</Program> + </Menu> + <Separator/> + <Menu label="Applications" icon="/usr/share/icons/papirus-antix/48x48/places/folder.png"> + <Program label="Firewall">dillo https://help.ubuntu.com/community/Gufw</Program> + <Program label="Partimage">dillo http://www.partimage.org/Partimage-manual_Usage</Program> + </Menu> + <Menu label="Man Pages" icon="/usr/share/icons/papirus-antix/48x48/places/folder.png"> + <Program label="Irssi">desktop-defaults-run -t man irssi</Program> + <Program label="mc">desktop-defaults-run -t man mc</Program> + <Program label="mocp">desktop-defaults-run -t man mocp</Program> + <Program label="Nano">desktop-defaults-run -t man nano</Program> + <Program label="Rss/Atom">desktop-defaults-run -t man newsboat</Program> + <Program label="Terminal">desktop-defaults-run -t man urxvt</Program> + <Program label="Torrent">desktop-defaults-run -t man rtorrent</Program> + </Menu> + </Menu> + <Program label="Run" icon="/usr/share/icons/papirus-antix/48x48/apps/gnome-run.png">gexec</Program> + <Separator/> + <Include>$HOME/.jwm/themes-list</Include> + <Program label="antiX Installer" icon="/usr/share/icons/msystem.png">sudo minstall</Program> +</JWM> diff --git a/jwm/jwm/personal b/jwm/jwm/personal @@ -0,0 +1,3 @@ +<JWM> +<Program label="Personal Menu Help Video" icon="/usr/share/antiX/FAQ/images/antix-logo-3.png">sh -c "printf 'https://www.youtube.com/watch?v=wwuTtjF6zS0' | xclip | streamlight.sh"</Program> +</JWM> diff --git a/jwm/jwm/preferences b/jwm/jwm/preferences @@ -0,0 +1,37 @@ +<JWM> + + +<!-- Virtual Desktops --> +<!-- Desktop tags can be contained within Desktops for desktop names. --> +<Desktops height="1" width="2"> + <!-- Default background. Note that a Background tag can be contained within a Desktop tag to give a specific background for that desktop. --> +</Desktops> + + +<!-- Double click speed (in milliseconds) --> +<DoubleClickSpeed>400</DoubleClickSpeed> +<!-- Double click delta (in pixels) --> +<DoubleClickDelta>2</DoubleClickDelta> + + +<!-- The focus model (sloppy or click) --> +<FocusModel>click</FocusModel> + + +<!-- The snap mode (none, screen, or border) --> +<SnapMode distance="10">border</SnapMode> + + +<!-- The move mode (outline or opaque) --> +<MoveMode>opaque</MoveMode> + + +<!-- The resize mode (outline or opaque) --> +<ResizeMode>opaque</ResizeMode> + + +<!-- The location of icons displayed in Window-Titlebar and Tray-TaskList items --> +<IconPath>/usr/share/pixmaps/papirus</IconPath> + + +</JWM>+ \ No newline at end of file diff --git a/jwm/jwm/startup b/jwm/jwm/startup @@ -0,0 +1,10 @@ +<JWM> + +<!-- Applications used in conjunction with JWM --> +<StartupCommand> +/usr/bin/setxkbmap -option ctrl:nocaps +/usr/bin/xcape &amp; +/usr/bin/conky &amp; +</StartupCommand> +</JWM> + diff --git a/jwm/jwm/theme b/jwm/jwm/theme @@ -0,0 +1,75 @@ +<!-- Title: Jwm-Vista Author: Tom new for jwm 2.0, replaces borderstyle above --> +<!-- Modified by missTell for antiX 19 --> + +<JWM> + +<WindowStyle> + <Font>Ubuntu Regular 10</Font> + <Width>2</Width + <Height>20</Height> + <Active> + <Foreground>gray20</Foreground> + <Background>gray70</Background> + <Outline>black</Outline> + </Active> + + <Foreground>gray70</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>Ubuntu Regular 12</Font> + <Active> + <Foreground>gray90</Foreground> + <Background>gray30</Background> + </Active> + + <Foreground>gray90</Foreground> + <Background>gray50</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>Ubuntu Regular 12</Font> + <Background>gray20</Background> + <Foreground>gray90</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>Ubuntu Regular 12</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>gray80</Foreground> + <Background>gray50</Background> + <Active> + <Foreground>#2196F3</Foreground> + <Background>gray50</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>Ubuntu Regular 10</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + <Active> + <Foreground>white</Foreground> + <Background>#2196F3</Background> + </Active> + <Opacity>0.1</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>Ubuntu Regular 10</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>gray80</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/theme.dark b/jwm/jwm/theme.dark @@ -0,0 +1,74 @@ +<!-- Title: Jwm-Vista Author: Tom new for jwm 2.0, replaces borderstyle above --> + +<JWM> + +<WindowStyle> + <Font>DejaVu Sans 9</Font> + <Width>4</Width + <Height>20</Height> + <Active> + <Foreground>black</Foreground> + <Background>white:#dce2f2</Background> + <Outline>black</Outline> + </Active> + + <Foreground>#aaaaaa</Foreground> + <Background>:black</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>DejaVu Sans 12</Font> + <Active> + <Foreground>white</Foreground> + <Background>black:#9dbbdb</Background> + </Active> + + <Foreground>white</Foreground> + <Background>gray50:black</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>DejaVu Sans 12</Font> + <Background>gray10</Background> + <Foreground>white</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>DejaVu Sans 12</Font> + <Foreground>white</Foreground> + <Background>gray10</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>white</Foreground> + <Background>gray20</Background> + <Active> + <Foreground>#9dbbdb</Foreground> + <Background>gray20</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>DejaVu Sans 10</Font> + <Foreground>white</Foreground> + <Background>gray20</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>white</Foreground> + <Background>#9dbbdb:black</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>DejaVu Sans 10</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>ivory</Background> +</PopupStyle> + +</JWM>+ \ No newline at end of file diff --git a/jwm/jwm/theme.light b/jwm/jwm/theme.light @@ -0,0 +1,75 @@ +<!-- Title: Jwm-Vista Author: Tom new for jwm 2.0, replaces borderstyle above --> +<!-- Modified by missTell for antiX 19 --> + +<JWM> + +<WindowStyle> + <Font>Ubuntu Regular 10</Font> + <Width>2</Width + <Height>20</Height> + <Active> + <Foreground>gray20</Foreground> + <Background>gray70</Background> + <Outline>black</Outline> + </Active> + + <Foreground>gray70</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>Ubuntu Regular 12</Font> + <Active> + <Foreground>gray90</Foreground> + <Background>gray30</Background> + </Active> + + <Foreground>gray90</Foreground> + <Background>gray50</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>Ubuntu Regular 12</Font> + <Background>gray20</Background> + <Foreground>gray90</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>Ubuntu Regular 12</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>gray80</Foreground> + <Background>gray50</Background> + <Active> + <Foreground>#2196F3</Foreground> + <Background>gray50</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>Ubuntu Regular 10</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + <Active> + <Foreground>white</Foreground> + <Background>#2196F3</Background> + </Active> + <Opacity>0</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>Ubuntu Regular 10</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>gray80</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes-list b/jwm/jwm/themes-list @@ -0,0 +1,24 @@ +<JWM> +<Menu label="Themes"> +<Program label="Update themes list" confirm="false">update-jwm-themes.sh</Program> +<Program label="black" confirm="false">cp -a .jwm/themes/black .jwm/theme</Program> +<Program label="BlueDay" confirm="false">cp -a .jwm/themes/BlueDay .jwm/theme</Program> +<Program label="brown" confirm="false">cp -a .jwm/themes/brown .jwm/theme</Program> +<Program label="cappuccino" confirm="false">cp -a .jwm/themes/cappuccino .jwm/theme</Program> +<Program label="clearlooks" confirm="false">cp -a .jwm/themes/clearlooks .jwm/theme</Program> +<Program label="coffee_cream" confirm="false">cp -a .jwm/themes/coffee_cream .jwm/theme</Program> +<Program label="coper" confirm="false">cp -a .jwm/themes/coper .jwm/theme</Program> +<Program label="default" confirm="false">cp -a .jwm/themes/default .jwm/theme</Program> +<Program label="gold" confirm="false">cp -a .jwm/themes/gold .jwm/theme</Program> +<Program label="green" confirm="false">cp -a .jwm/themes/green .jwm/theme</Program> +<Program label="ice" confirm="false">cp -a .jwm/themes/ice .jwm/theme</Program> +<Program label="military" confirm="false">cp -a .jwm/themes/military .jwm/theme</Program> +<Program label="pastel" confirm="false">cp -a .jwm/themes/pastel .jwm/theme</Program> +<Program label="PrettyPink" confirm="false">cp -a .jwm/themes/PrettyPink .jwm/theme</Program> +<Program label="red" confirm="false">cp -a .jwm/themes/red .jwm/theme</Program> +<Program label="shades_of_grey" confirm="false">cp -a .jwm/themes/shades_of_grey .jwm/theme</Program> +<Program label="SunnyDay" confirm="false">cp -a .jwm/themes/SunnyDay .jwm/theme</Program> +<Program label="white" confirm="false">cp -a .jwm/themes/white .jwm/theme</Program> +<Program label="Restart" confirm="false">jwm -restart</Program> +</Menu> +</JWM> diff --git a/jwm/jwm/themes/BlueDay b/jwm/jwm/themes/BlueDay @@ -0,0 +1,75 @@ +<!-- Title: Jwm-Vista Author: Tom new for jwm 2.0, replaces borderstyle above --> +<!-- Modified by missTell for antiX 19 --> + +<JWM> + +<WindowStyle> + <Font>Ubuntu Regular 10</Font> + <Width>2</Width + <Height>20</Height> + <Active> + <Foreground>gray70</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + </Active> + + <Foreground>gray20</Foreground> + <Background>gray70</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>Ubuntu Regular 12</Font> + <Active> + <Foreground>gray90</Foreground> + <Background>gray30</Background> + </Active> + + <Foreground>gray90</Foreground> + <Background>gray50</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>Ubuntu Regular 12</Font> + <Background>gray20</Background> + <Foreground>gray90</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>Ubuntu Regular 12</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>gray80</Foreground> + <Background>gray50</Background> + <Active> + <Foreground>#2196F3</Foreground> + <Background>gray50</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>Ubuntu Regular 10</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + <Active> + <Foreground>white</Foreground> + <Background>#2196F3</Background> + </Active> + <Opacity>0</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>Ubuntu Regular 10</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>gray80</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/PrettyPink b/jwm/jwm/themes/PrettyPink @@ -0,0 +1,75 @@ +<!-- Title: Jwm-Vista Author: Tom new for jwm 2.0, replaces borderstyle above --> +<!-- Modified by missTell for antiX 19 --> + +<JWM> + +<WindowStyle> + <Font>Ubuntu Regular 10</Font> + <Width>2</Width + <Height>20</Height> + <Active> + <Foreground>gray70</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + </Active> + + <Foreground>gray20</Foreground> + <Background>gray70</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>Ubuntu Regular 12</Font> + <Active> + <Foreground>gray90</Foreground> + <Background>gray30</Background> + </Active> + + <Foreground>gray90</Foreground> + <Background>gray50</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>Ubuntu Regular 12</Font> + <Background>gray20</Background> + <Foreground>gray90</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>Ubuntu Regular 12</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>gray80</Foreground> + <Background>gray50</Background> + <Active> + <Foreground>#ef7aa6</Foreground> + <Background>gray50</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>Ubuntu Regular 10</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + <Active> + <Foreground>gray10</Foreground> + <Background>#ea4c88</Background> + </Active> + <Opacity>0</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>Ubuntu Regular 10</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>gray80</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/SunnyDay b/jwm/jwm/themes/SunnyDay @@ -0,0 +1,75 @@ +<!-- Title: Jwm-Vista Author: Tom new for jwm 2.0, replaces borderstyle above --> +<!-- Modified by missTell for antiX 19 --> + +<JWM> + +<WindowStyle> + <Font>Ubuntu Regular 10</Font> + <Width>2</Width + <Height>20</Height> + <Active> + <Foreground>gray70</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + </Active> + + <Foreground>gray20</Foreground> + <Background>gray70</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>Ubuntu Regular 12</Font> + <Active> + <Foreground>gray90</Foreground> + <Background>gray30</Background> + </Active> + + <Foreground>gray90</Foreground> + <Background>gray50</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>Ubuntu Regular 12</Font> + <Background>gray20</Background> + <Foreground>gray90</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>Ubuntu Regular 12</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>gray80</Foreground> + <Background>gray50</Background> + <Active> + <Foreground>#f07746</Foreground> + <Background>gray50</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>Ubuntu Regular 10</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + <Active> + <Foreground>gray10</Foreground> + <Background>#ffc83f</Background> + </Active> + <Opacity>0</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>Ubuntu Regular 10</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>gray80</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/black b/jwm/jwm/themes/black @@ -0,0 +1,74 @@ +<!-- Title: Jwm-Vista Author: Tom new for jwm 2.0, replaces borderstyle above --> + +<JWM> + +<WindowStyle> + <Font>DejaVu Sans 9</Font> + <Width>4</Width + <Height>20</Height> + <Active> + <Foreground>black</Foreground> + <Background>white:#dce2f2</Background> + <Outline>black</Outline> + </Active> + + <Foreground>#aaaaaa</Foreground> + <Background>:black</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>DejaVu Sans 12</Font> + <Active> + <Foreground>white</Foreground> + <Background>black:#9dbbdb</Background> + </Active> + + <Foreground>white</Foreground> + <Background>gray50:black</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>DejaVu Sans 12</Font> + <Background>gray10</Background> + <Foreground>white</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>DejaVu Sans 12</Font> + <Foreground>white</Foreground> + <Background>gray10</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>white</Foreground> + <Background>gray20</Background> + <Active> + <Foreground>#9dbbdb</Foreground> + <Background>gray20</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>DejaVu Sans 10</Font> + <Foreground>white</Foreground> + <Background>gray20</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>white</Foreground> + <Background>#9dbbdb:black</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>DejaVu Sans 10</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>ivory</Background> +</PopupStyle> + +</JWM>+ \ No newline at end of file diff --git a/jwm/jwm/themes/brown b/jwm/jwm/themes/brown @@ -0,0 +1,69 @@ +<JWM> + +<WindowStyle> + <Font>DejaVu Sans 12:bold</Font> + <Width>5</Width> + <Height>22</Height> + <Active> + <Foreground>white</Foreground> + <Background>#222222:#777777</Background> + <Outline>#444444</Outline> + </Active> + + <Foreground>#555555</Foreground> + <Background>#777777:#bbbbbb</Background> + <Outline>#bbbbbb</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>DejaVu Sans 12</Font> + <Active> + <Foreground>#EDEADE</Foreground> + <Background>#888888:#000000</Background> + </Active> + + <Foreground>gray20</Foreground> + <Background>gray80:gray40</Background> + +</TaskListStyle> + +<TrayStyle> + <Background>#939191</Background> +</TrayStyle> + +<ClockStyle> + <Font>Ionic Charge-12</Font> + <Foreground>#44512E</Foreground> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>#CCCCCC</Foreground> + <Background>gray40</Background> + <Active> + <Foreground>gray30</Foreground> + <Background>gray60</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>DejaVu Sans 12</Font> + <Foreground>#DBD4C1</Foreground> + <Background>gray30</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>gray20</Foreground> + <Background>#FCE08A:#AC510B</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle> + <Font>DejaVu Sans 12</Font> + <Outline>gray10</Outline> + <Foreground>gray10</Foreground> + <Background>#A3A3A3</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/cappuccino b/jwm/jwm/themes/cappuccino @@ -0,0 +1,72 @@ +<JWM> + +<!-- coffee.cream --> +<WindowStyle> + <Font>Ubuntu Regular 14</Font> + <Width>3</Width> + <Height>24</Height> + <Active> + <Foreground>white</Foreground> + <Background>#6F4E37:#DEB887</Background> + <Outline>#7B3F00</Outline> + </Active> + + <Foreground>white</Foreground> + <Background>#DEB887:#6F4E37</Background> + <Outline>#DEB887</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>Ubuntu Regular 12</Font> + <Active> + <Foreground>white</Foreground> + <Background>#6F4E37:#DEB887</Background> + </Active> + + <Foreground>#202020</Foreground> + <Background>#DEB887:#6F4E37</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>Ubuntu Regular 16</Font> + <Background>#DEB887</Background> + <Foreground>#202020</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>Ubuntu Regular 16</Font> + <Foreground>#202020</Foreground> +</ClockStyle> + +<PagerStyle> + <Outline>#202020</Outline> + <Foreground>#D9B383</Foreground> + <Background>#6F4E37</Background> + <Active> + <Foreground>#886649</Foreground> + <Background>#CD9449</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>Ubuntu Regular 14</Font> + <Foreground>#202020</Foreground> + <Background>#DEB887</Background> + <Outline>#886649</Outline> + <Active> + <Foreground>white</Foreground> + <Background>#DEB887:#6F4E37</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>Ubuntu Regular 11</Font> + <Outline>#202020</Outline> + <Foreground>#202020</Foreground> + <Background>wheat</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/clearlooks b/jwm/jwm/themes/clearlooks @@ -0,0 +1,73 @@ +<JWM> + +<!-- Visual Styles --> +<WindowStyle> + <Font>DejaVu Sans 11</Font> + <Width>1</Width> + <Height>21</Height> + <Active> + <Foreground>gray99</Foreground> + <Background>#b2cced:#7aa1d1</Background> + <Outline>black</Outline> + </Active> + + <Foreground>#72716f</Foreground> + <Background>#ecedea:#bfbebd</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>DejaVu Sans 12</Font> + <Active> + <Foreground>black</Foreground> + <Background>gray80:gray65</Background> + </Active> + + <Foreground>black</Foreground> + <Background>gray90:gray65</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>DejaVu Sans 11</Font> + <Background>gray86</Background> + <Foreground>black</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>DejaVu Sans 16</Font> + <Foreground>black</Foreground> + <Background>gray86</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>gray90</Foreground> + <Background>#808488</Background> + <Active> + <Foreground>#70849d</Foreground> + <Background>#2e3a67</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>DejaVu Sans 11</Font> + <Foreground>black</Foreground> + <Background>gray85</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>white</Foreground> + <Background>#afc9eb:#82a7d5</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>DejaVu Sans 10</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>yellow</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/coffee_cream b/jwm/jwm/themes/coffee_cream @@ -0,0 +1,72 @@ +<JWM> + +<!-- coffee.cream --> +<WindowStyle> + <Font>Terminus Bold-14</Font> + <Width>5</Width> + <Height>24</Height> + <Active> + <Foreground>white</Foreground> + <Background>#6F4E37:#DEB887</Background> + <Outline>#7B3F00</Outline> + </Active> + + <Foreground>white</Foreground> + <Background>#DEB887:#6F4E37</Background> + <Outline>#DEB887</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>Terminus Bold-12</Font> + <Active> + <Foreground>white</Foreground> + <Background>#6F4E37:#DEB887</Background> + </Active> + + <Foreground>black</Foreground> + <Background>#DEB887:#6F4E37</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>Terminus Bold-16</Font> + <Background>#DEB887</Background> + <Foreground>black</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>Terminus Bold-16</Font> + <Foreground>black</Foreground> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>#6F4E37</Background> + <Active> + <Foreground>black</Foreground> + <Background>#DEB887</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>Terminus Bold-14</Font> + <Foreground>black</Foreground> + <Background>#DEB887</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>white</Foreground> + <Background>#DEB887:#6F4E37</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>Terminus Bold-11</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>wheat</Background> +</PopupStyle> + +</JWM>+ \ No newline at end of file diff --git a/jwm/jwm/themes/coper b/jwm/jwm/themes/coper @@ -0,0 +1,74 @@ +<!-- Tmix by Tman - Gold color is from LightLook9x-gold --> + +<JWM> + +<WindowStyle> + <Font>DejaVu Sans-12:bold</Font> + <Width>2</Width> + <Height>25</Height> + <Active> + <Foreground>#ffffff</Foreground> + <Background>#621314:#DD1D16</Background> + <Outline>black</Outline> + </Active> + + <Foreground>black</Foreground> + <Background>#b6a767:#ffefad</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>DejaVu Sans-13</Font> + <Active> + <Foreground>#000000</Foreground> + <Background>#f6e7a7:#b6a767</Background> + </Active> + + <Foreground>#ffffff</Foreground> + <Background>#94a974:#d4e9b4</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>DejaVu Sans-13:bold</Font> + <Foreground>#000000</Foreground> + <Background>#D6CEC5</Background> +</TrayStyle> + +<ClockStyle> + <Font>DejaVu Sans-16:bold</Font> + <Foreground>#000000</Foreground> + <Background>#D6CEC5</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>#D6CEC5</Foreground> + <Background>#d6c787</Background> + <Active> + <Foreground>#C2BBB2</Foreground> + <Background>#E6DFD6</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>tahoma-13</Font> + <Foreground>black</Foreground> + <Background>#ABB5C9</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>#ffffff</Foreground> + <Background>#1D35B1:#A1C5FF</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle> + <Font>tahoma-13</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>#EFEBDE</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/default b/jwm/jwm/themes/default @@ -0,0 +1,75 @@ +<!-- Title: Jwm-Vista Author: Tom new for jwm 2.0, replaces borderstyle above --> +<!-- Modified by missTell for antiX 19 --> + +<JWM> + +<WindowStyle> + <Font>Ubuntu Regular 10</Font> + <Width>2</Width + <Height>20</Height> + <Active> + <Foreground>gray20</Foreground> + <Background>gray70</Background> + <Outline>black</Outline> + </Active> + + <Foreground>gray70</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>Ubuntu Regular 12</Font> + <Active> + <Foreground>gray90</Foreground> + <Background>gray30</Background> + </Active> + + <Foreground>gray90</Foreground> + <Background>gray50</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>Ubuntu Regular 12</Font> + <Background>gray20</Background> + <Foreground>gray90</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>Ubuntu Regular 12</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>gray80</Foreground> + <Background>gray50</Background> + <Active> + <Foreground>#2196F3</Foreground> + <Background>gray50</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>Ubuntu Regular 10</Font> + <Foreground>gray90</Foreground> + <Background>gray20</Background> + <Outline>black</Outline> + <Active> + <Foreground>white</Foreground> + <Background>#2196F3</Background> + </Active> + <Opacity>0</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>Ubuntu Regular 10</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>gray80</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/gold b/jwm/jwm/themes/gold @@ -0,0 +1,75 @@ +<JWM> + +<!-- new for jwm 2.0, replaces borderstyle above --> + +<WindowStyle> + <Font>DejaVu Sans 9:bold</Font> + <Width>4</Width + <Height>20</Height> + <Active> + <Foreground>gold</Foreground> + <Background>gray50:lightsteelblue</Background> + <Outline>black</Outline> + </Active> + + <Foreground>gray60</Foreground> + <Background>gray50:black</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>DejaVu Sans 12:bold</Font> + <Active> + <Foreground>black</Foreground> + <Background>orange:yellow</Background> + </Active> + + <Foreground>gray60</Foreground> + <Background>gray50:black</Background> + +</TaskListStyle> + +<!-- Additional TrayStyle attribute: insert --> +<TrayStyle> + <Font>DejaVu Sans 12:bold</Font> + <Background>gray10</Background> + <Foreground>white</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>DejaVu Sans 16:bold</Font> + <Foreground>white</Foreground> + <Background>gray10</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>gray</Foreground> + <Background>gray20</Background> + <Active> + <Foreground>#0E58B3</Foreground> + <Background>gray20</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>DejaVu Sans 12:bold</Font> + <Foreground>white</Foreground> + <Background>gray20</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>black</Foreground> + <Background>yellow:orange</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle> + <Font>DejaVu Sans 10</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>ivory</Background> +</PopupStyle> + +</JWM>+ \ No newline at end of file diff --git a/jwm/jwm/themes/green b/jwm/jwm/themes/green @@ -0,0 +1,72 @@ +<JWM> + +<WindowStyle> + <Font>Sans-12</Font> + <Width>5</Width> + <Height>20</Height> + <Active> + <Foreground>#3C5505</Foreground> + <Background>#74A604:#FEFDF2</Background> + <Outline>#3C5505</Outline> + </Active> + + <Foreground>#517208</Foreground> + <Background>#FEFDF2</Background> + <Outline>#517208</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>-adobe-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*</Font> + <Active> + <Foreground>#3C5505</Foreground> + <Background>#74A604:#FEFDF2</Background> + </Active> + + <Background>#FEFDF2</Background> + <Foreground>#517208</Foreground> + +</TaskListStyle> + +<TrayStyle> + <Font>-adobe-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*</Font> + <Foreground>#517208</Foreground> + <Background>#FEFDF2</Background> +</TrayStyle> + +<ClockStyle> + <Font>-adobe-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*</Font> + <Foreground>#517208</Foreground> + <Background>#FEFDF2</Background> +</ClockStyle> + +<PagerStyle> + <Outline>#517208</Outline> + <Foreground>#517208</Foreground> + <Background>#FEFDF2</Background> + <Active> + <Foreground>#517208</Foreground> + <Background>#FEFDF2</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>-adobe-helvetica-medium-r-*-*-*-140-*-*-*-*-*-*</Font> + <Foreground>#517208</Foreground> + <Background>#FEFDF2</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>#3C5505</Foreground> + <Background>#74A604:#FEFDF2</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle> + <Font>-adobe-helvetica-medium-r-*-*-*-140-*-*-*-*-*-*</Font> + <Outline>#517208</Outline> + <Foreground>#517208</Foreground> + <Background>#FEFDF2</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/ice b/jwm/jwm/themes/ice @@ -0,0 +1,73 @@ +<JWM> +<!-- dsl4ice --> + +<WindowStyle> + <Font antialias="false">smoothansi</Font> + <Width>4</Width> + <Height>20</Height> + <Active> + <Foreground>dodgerblue3</Foreground> + <Background>grey77:white</Background> + <Outline>grey66</Outline> + </Active> + + <Foreground>grey38</Foreground> + <Background>grey44:grey66</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font antialias="false">smoothansi</Font> + <Active> + <Foreground>dodgerblue3</Foreground> + <Background>grey77:white</Background> + </Active> + + <Foreground>grey38</Foreground> + <Background>grey44:grey66</Background> + +</TaskListStyle> + +<TrayStyle> + <Font antialias="false">smoothansi</Font> + <Background>lightsteelblue</Background> + <Foreground>dodgerblue3</Foreground> +</TrayStyle> + +<ClockStyle> + <Font antialias="false">smoothansi</Font> + <Foreground>dodgerblue3</Foreground> + <Background>white</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>grey66</Foreground> + <Background>grey33</Background> + <Active> + <Foreground>dodgerblue3</Foreground> + <Background>white</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font antialias="false">smoothansi</Font> + <Foreground>grey55</Foreground> + <Background>white</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>dodgerblue3</Foreground> + <Background>grey77:white</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle> + <Font antialias="false">smoothansi</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>darkorange</Background> +</PopupStyle> + +</JWM>+ \ No newline at end of file diff --git a/jwm/jwm/themes/military b/jwm/jwm/themes/military @@ -0,0 +1,73 @@ +<JWM> + +<!-- military --> +<WindowStyle> + <Font>Terminus Bold-14</Font> + <Width>5</Width> + <Height>22</Height> + <Active> + <Foreground>white</Foreground> + <Background>olive drab:#a3853f</Background> + <Outline>olive</Outline> + </Active> + + <Foreground>black</Foreground> + <Background>#a3853f:olive drab</Background> + <Outline>olive</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>DejaVu Sans 12</Font> + <Active> + <Foreground>white</Foreground> + <Background>olive drab</Background> + </Active> + + <Foreground>black</Foreground> + <Background>#a3853f</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>DejaVu Sans 11</Font> + <Background>olive</Background> + <Foreground>black</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>Terminus Bold-16</Font> + <Foreground>black</Foreground> + <Background>olive</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>#a3853f</Foreground> + <Background>olive drab</Background> + <Active> + <Foreground>white</Foreground> + <Background>black</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>DejaVu Sans 11</Font> + <Foreground>black</Foreground> + <Background>olive drab</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>white</Foreground> + <Background>#385E3F</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>DejaVu Sans 10</Font> + <Outline>black</Outline> + <Foreground>white</Foreground> + <Background>olive drab</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/pastel b/jwm/jwm/themes/pastel @@ -0,0 +1,72 @@ +<JWM> + +<!-- pastel --> +<WindowStyle> + <Font>Terminus Bold-14</Font> + <Width>5</Width> + <Height>22</Height> + <Active> + <Foreground>black</Foreground> + <Background>#5fa3d8:#C5D0DC</Background> + <Outline>black</Outline> + </Active> + + <Foreground>black</Foreground> + <Background>#7E7E8C:#C5D0DC</Background> + <Outline>#C5D0DC</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>DejaVu Sans 12</Font> + <Active> + <Foreground>black</Foreground> + <Background>#7E7E8C</Background> + </Active> + + <Foreground>black</Foreground> + <Background>#648FC2</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>DejaVu Sans 12</Font> + <Background>#C5D0DC</Background> + <Foreground>black</Foreground> +</TrayStyle> + +<ClockStyle> + <Font>Terminus Bold-16</Font> + <Foreground>black</Foreground> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>#7E7E8C</Background> + <Active> + <Foreground>black</Foreground> + <Background>#5fa3d8</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>DejaVu Sans 12</Font> + <Foreground>black</Foreground> + <Background>#C5D0DC</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>black</Foreground> + <Background>#5fa3d8</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>DejaVu Sans 11</Font> + <Outline>black</Outline> + <Foreground>black</Foreground> + <Background>white</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/red b/jwm/jwm/themes/red @@ -0,0 +1,74 @@ +<!-- 444-Red by Tman --> + +<JWM> + +<WindowStyle> + <Font>DejaVu Sans-13</Font> + <Width>2</Width> + <Height>26</Height> + <Active> + <Foreground>#ffffff</Foreground> + <Backgrund>#8D0D13</Background> + <Outline>black</Outline> + </Active> + + <Foreground>#000000</Foreground> + <Background>#bfbfbf:#ffffff</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>DejaVu Sans 12</Font> + <Active> + <Foreground>#b0b0b0</Foreground> + <Background>#C72628:#621314</Background> + </Active> + + <Foreground>#ffffff</Foreground> + <Background>#621314:#DD1D16</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>DejaVu Sans-13:bold</Font> + <Foreground>#ffffff</Foreground> + <Background>#8D0D13</Background> +</TrayStyle> + +<ClockStyle> + <Font>DejaVu Sans-16:bold</Font> + <Foreground>#ffffff</Foreground> + <Background>#8D0D13</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>#C8E4FF</Foreground> + <Background>#831D22</Background> + <Active> + <Foreground>#BEE4ED</Foreground> + <Background>#AF2323</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>DejaVu Sans 13</Font> + <Foreground>#000000</Foreground> + <Background>#ece9d8</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>#ffffff</Foreground> + <Background>#8D0D13</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>DejaVu Sans 12</Font> + <Outline>black</Outline> + <Foreground>#ffffff</Foreground> + <Background>#8D0D13</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/themes/shades_of_grey b/jwm/jwm/themes/shades_of_grey @@ -0,0 +1,73 @@ +<JWM> +<!-- shades of grey --> + +<WindowStyle> + <Font antialias="false">smoothansi</Font> + <Width>4</Width> + <Height>20</Height> + <Active> + <Foreground>white</Foreground> + <Background>grey33:grey66</Background> + <Outline>grey22</Outline> + </Active> + + <Foreground>grey44</Foreground> + <Background>grey22:black</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font antialias="false">smoothansi</Font> + <Active> + <Foreground>white</Foreground> + <Background>grey33:grey66</Background> + </Active> + + <Foreground>grey44</Foreground> + <Background>grey22:black</Background> + +</TaskListStyle> + +<TrayStyle> + <Font antialias="false">smoothansi</Font> + <Background>grey33</Background> + <Foreground>white</Foreground> +</TrayStyle> + +<ClockStyle> + <Font antialias="false">smoothansi</Font> + <Foreground>grey11</Foreground> + <Background>grey44</Background> +</ClockStyle> + +<PagerStyle> + <Outline>darkred</Outline> + <Foreground>grey44</Foreground> + <Background>grey22</Background> + <Active> + <Foreground>grey55</Foreground> + <Background>grey66</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font antialias="false">smoothansi</Font> + <Foreground>grey11</Foreground> + <Background>grey44</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>white</Foreground> + <Background>grey33:grey66</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle> + <Font antialias="false">smoothansi</Font> + <Outline>darkred</Outline> + <Foreground>black</Foreground> + <Background>grey66</Background> +</PopupStyle> + +</JWM>+ \ No newline at end of file diff --git a/jwm/jwm/themes/white b/jwm/jwm/themes/white @@ -0,0 +1,74 @@ +<!-- Bluelight by Tman --> + +<JWM> + +<WindowStyle> + <Font>DejaVu Sans-13</Font> + <Width>2</Width> + <Height>25</Height> + <Active> + <Foreground>#ffffff</Foreground> + <Background>#004283:#74A2D0</Background> + <Outline>black</Outline> + </Active> + + <Foreground>#000000</Foreground> + <Background>#A2C6E7:#4B82B7</Background> + <Outline>black</Outline> + +</WindowStyle> + +<TaskListStyle> + <Font>DejaVu Sans 12</Font> + <Active> + <Foreground>#000000</Foreground> + <Background>#ffffff:#bfbfbf</Background> + </Active> + + <Foreground>#ffffff</Foreground> + <Background>#75b8f7:#3578b7</Background> + +</TaskListStyle> + +<TrayStyle> + <Font>DejaVu Sans 13:bold</Font> + <Foreground>#000000</Foreground> + <Background>#f1efeb</Background> +</TrayStyle> + +<ClockStyle> + <Font>DejaVu Sans 15:bold</Font> + <Foreground>#ffffff</Foreground> + <Background>#5598d7</Background> +</ClockStyle> + +<PagerStyle> + <Outline>black</Outline> + <Foreground>#f1efeb</Foreground> + <Background>#d7d3ca</Background> + <Active> + <Foreground>#ffffff</Foreground> + <Background>#5598d7</Background> + </Active> +</PagerStyle> + +<MenuStyle> + <Font>DejaVu Sans 12</Font> + <Foreground>#000000</Foreground> + <Background>#f1efeb</Background> + <Outline>#000000</Outline> + <Active> + <Foreground>#ffffff</Foreground> + <Background>#004283:#74A2D0</Background> + </Active> + <Opacity>0.85</Opacity> +</MenuStyle> + +<PopupStyle enabled="true"> + <Font>DejaVu Sans 10</Font> + <Outline>black</Outline> + <Foreground>white</Foreground> + <Background>olive drab</Background> +</PopupStyle> + +</JWM> diff --git a/jwm/jwm/tray b/jwm/jwm/tray @@ -0,0 +1,37 @@ +<JWM> + +<!-- Additional tray attributes: autohide, width, border, layer, layout, valign --> +<Tray x="0" y="-1" height="28" layer="above" valign="bottom"> + + <!-- Additional TrayButton attributes: label, icon, popup --> + <TrayButton label=" Menu ">root:1</TrayButton> + <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/devices/drive-removable-media-usb.png" popup="Unplug Removable Device">exec: unplugdrive.sh</TrayButton> + <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/apps/file-manager.png" popup="File Manager">exec: desktop-defaults-run -fm</TrayButton> + <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/apps/firefox-alt.png" popup="Firefox">exec: desktop-defaults-run -b</TrayButton> + <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/apps/chromium.png" popup="Ungoogled Chromium">exec: chromium</TrayButton> + <TrayButton label="" icon="/usr/share/icons/antix-papirus/camera-on.png" popup="Webcam">exec: guvcview</TrayButton> + <TrayButton label="" icon="/usr/share/icons/antix-papirus/utilities-system-monitor.png" popup="htop">exec: roxterm -e htop</TrayButton> + + <!-- Additional TaskList attribute: maxwidth --> + <TaskList maxwidth="125"/> + + <!-- Additional Pager attributes; width, height --> + <Pager/> + + <!-- Additional Dock attribute: none --> + <Dock/> + + <!-- Additional Swallow attribute: height, width --> + <!-- <Swallow name="xload" height="28" width="30"> xload -update 2 -jumpscroll 1 -nolabel -bg black -fg green -hl black </Swallow> --> + <!-- CLOCK --> + <!-- Additional Clock attributes: format, height, width, zone --> + <Clock format="%H:%M"> + <Button mask="123">exec:yad --calendar --width=400 --no-buttons --title=Calendar --mouse</Button> + </Clock> + + <!-- TRAY BUTTONS - icons to the right of the clock- Exit--> + <TrayButton label="" popup="Exit Session" icon="/usr/share/icons/papirus-antix/48x48/apps/application-exit.png">exec:desktop-session-exit</TrayButton> + +</Tray> + +</JWM> diff --git a/jwm/jwm/tray-numix-bevel b/jwm/jwm/tray-numix-bevel @@ -0,0 +1,37 @@ +<JWM> + +<!-- Additional tray attributes: autohide, width, border, layer, layout, valign --> +<Tray x="0" y="-1" height="28" layer="above" valign="bottom"> + + <!-- Additional TrayButton attributes: label, icon, popup --> + <TrayButton label=" Menu ">root:1</TrayButton> + <TrayButton label="" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/packageinstaller.png" popup="Software Installer">exec: su-to-root -X -c packageinstaller</TrayButton> + <TrayButton label="" icon="/usr/share/icons/numix-bevel-antix/48x48/devices/drive-removable-media-usb.png" popup="Unplug Removable Device">exec: unplugdrive.sh</TrayButton> + <TrayButton label="" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/file-manager.png" popup="File Manager">exec: desktop-defaults-run -fm</TrayButton> + <TrayButton label="" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/file-manager-red.png" popup="File Manager as root">exec: su-to-root -X -c rox</TrayButton> + <TrayButton label="" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/web-browser.png" popup="Web Browser">exec: desktop-defaults-run -b</TrayButton> + + <!-- Additional TaskList attribute: maxwidth --> + <TaskList maxwidth="125"/> + + <!-- Additional Pager attributes; width, height --> + <Pager/> + + <!-- Additional Dock attribute: none --> + <Dock/> + + <!-- Additional Swallow attribute: height, width --> + <!-- <Swallow name="xload" height="28" width="30"> xload -update 2 -jumpscroll 1 -nolabel -bg black -fg green -hl black </Swallow> --> + + <!-- CLOCK --> + <!-- Additional Clock attributes: format, height, width, zone --> + <Clock format="%H:%M"> + <Text>white</Text> + <Button mask="123">exec:yad --calendar --width=400 --no-buttons --title=Calendar --mouse</Button></> + + <!-- TRAY BUTTONS - icons to the right of the clock- Exit--> + <TrayButton label="" popup="Exit Session" icon="/usr/share/icons/numix-bevel-antix/48x48/apps/application-exit.png">exec:desktop-session-exit</TrayButton> + +</Tray> + +</JWM> diff --git a/jwm/jwm/tray-numix-square b/jwm/jwm/tray-numix-square @@ -0,0 +1,37 @@ +<JWM> + +<!-- Additional tray attributes: autohide, width, border, layer, layout, valign --> +<Tray x="0" y="-1" height="28" layer="above" valign="bottom"> + + <!-- Additional TrayButton attributes: label, icon, popup --> + <TrayButton label=" Menu ">root:1</TrayButton> + <TrayButton label="" icon="/usr/share/icons/numix-square-antix/48x48/apps/packageinstaller.png" popup="Software Installer">exec: su-to-root -X -c packageinstaller</TrayButton> + <TrayButton label="" icon="/usr/share/icons/numix-square-antix/48x48/devices/drive-removable-media-usb.png" popup="Unplug Removable Device">exec: unplugdrive.sh</TrayButton> + <TrayButton label="" icon="/usr/share/icons/numix-square-antix/48x48/apps/file-manager.png" popup="File Manager">exec: desktop-defaults-run -fm</TrayButton> + <TrayButton label="" icon="/usr/share/icons/numix-square-antix/48x48/apps/file-manager-red.png" popup="File Manager as root">exec: su-to-root -X -c rox</TrayButton> + <TrayButton label="" icon="/usr/share/icons/numix-square-antix/48x48/apps/web-browser.png" popup="Web Browser">exec: desktop-defaults-run -b</TrayButton> + + <!-- Additional TaskList attribute: maxwidth --> + <TaskList maxwidth="125"/> + + <!-- Additional Pager attributes; width, height --> + <Pager/> + + <!-- Additional Dock attribute: none --> + <Dock/> + + <!-- Additional Swallow attribute: height, width --> + <!-- <Swallow name="xload" height="28" width="30"> xload -update 2 -jumpscroll 1 -nolabel -bg black -fg green -hl black </Swallow> --> + + <!-- CLOCK --> + <!-- Additional Clock attributes: format, height, width, zone --> + <Clock format="%H:%M"> + <Text>white</Text> + <Button mask="123">exec:yad --calendar --width=400 --no-buttons --title=Calendar --mouse</Button></> + + <!-- TRAY BUTTONS - icons to the right of the clock- Exit--> + <TrayButton label="" popup="Exit Session" icon="/usr/share/icons/numix-square-antix/48x48/apps/application-exit.png">exec:desktop-session-exit</TrayButton> + +</Tray> + +</JWM> diff --git a/jwm/jwm/tray-papirus b/jwm/jwm/tray-papirus @@ -0,0 +1,37 @@ +<JWM> + +<!-- Additional tray attributes: autohide, width, border, layer, layout, valign --> +<Tray x="0" y="-1" height="28" layer="above" valign="bottom"> + + <!-- Additional TrayButton attributes: label, icon, popup --> + <TrayButton label=" Menu ">root:1</TrayButton> + <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/apps/packageinstaller.png" popup="Software Installer">exec: su-to-root -X -c packageinstaller</TrayButton> + <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/devices/drive-removable-media-usb.png" popup="Unplug Removable Device">exec: unplugdrive.sh</TrayButton> + <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/apps/file-manager.png" popup="File Manager">exec: desktop-defaults-run -fm</TrayButton> + <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/places/folder-red.png" popup="File Manager as root">exec: su-to-root -X -c rox</TrayButton> + <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/apps/web-browser.png" popup="Web Browser">exec: desktop-defaults-run -b</TrayButton> + + <!-- Additional TaskList attribute: maxwidth --> + <TaskList maxwidth="125"/> + + <!-- Additional Pager attributes; width, height --> + <Pager/> + + <!-- Additional Dock attribute: none --> + <Dock/> + + <!-- Additional Swallow attribute: height, width --> + <!-- <Swallow name="xload" height="28" width="30"> xload -update 2 -jumpscroll 1 -nolabel -bg black -fg green -hl black </Swallow> --> + + <!-- CLOCK --> + <!-- Additional Clock attributes: format, height, width, zone --> + <Clock format="%H:%M"> + <Text>white</Text> + <Button mask="123">exec:yad --calendar --width=400 --no-buttons --title=Calendar --mouse</Button></> + + <!-- TRAY BUTTONS - icons to the right of the clock- Exit--> + <TrayButton label="" popup="Exit Session" icon="/usr/share/icons/papirus-antix/48x48/apps/application-exit.png">exec:desktop-session-exit</TrayButton> + +</Tray> + +</JWM> diff --git a/jwm/jwmrc b/jwm/jwmrc @@ -0,0 +1,27 @@ +<?xml version="1.0"?> + +<JWM> + +<!-- Initialize the applications used in conjunction with JWM --> +<Include>$HOME/.jwm/startup</Include> + +<!-- The root menu, if this is undefined you will not get a menu. --> +<!-- Additional RootMenu attributes: onroot, labeled, label --> +<RootMenu height="20"> + + <!-- The backbone antiX menu --> + <Include>$HOME/.jwm/menu</Include> + + <Separator/> + <Menu label="Logout..." icon="/usr/share/icons/papirus-antix/48x48/apps/application-exit.png"> + <Restart label="Restart JWM" icon="/usr/share/icons/papirus-antix/48x48/apps/view-refresh.png"/> + <Program label="Log Out" icon="/usr/share/icons/papirus-antix/48x48/apps/application-exit.png">desktop-session-exit</Program> + </Menu> +</RootMenu> + +<Include>$HOME/.jwm/keys</Include> +<Include>$HOME/.jwm/theme</Include> +<Include>$HOME/.jwm/tray</Include> +<Include>$HOME/.jwm/preferences</Include> + +</JWM>