master 0.4.1
Daniel Napora 2022-06-06 10:07:38 +02:00
parent b1dd48e579
commit 27dc78053f
2 changed files with 22 additions and 12 deletions

View File

@ -105,14 +105,15 @@ out2+=("6,jgctl item_radius 6;$me")
out+=("^sep(GLOBAL MENU SETTINGS)")
out+=("^sep(MORE MENU SETTINGS)")
out+=("Global Menu Settings,jgmenusettings-pipe -s")
### COPIED FROM jgmenusettings-pipe for now
out+=("FONT_ITEM [ <b>${menu_font_family:-0} ${menu_font_size:-0}</b> ],mb-setfont menu_item;$me")
out+=("FONT_TITLE [ <b>${menu_sep_font_family:-0} ${menu_sep_font_size:-0}</b> ],mb-setfont menu_sep;$me")
out+=("BORDER [ <b>${jgtools_border:-0}</b> ],^checkout(mborder)")
out+=("PADDING [ <b>${jgtools_padding:-0}</b> ],^checkout(mpadding)")
out+=("RADIUS [ <b>${jgtools_radius:-0}</b> ],^checkout(mradius)")
out+=("SUBSPACING [ <b>${submenu_spacing:-0}</b> ],^checkout(subspacing)")
#out+=("FONT_ITEM [ <b>${menu_font_family:-0} ${menu_font_size:-0}</b> ],mb-setfont menu_item;$me")
#out+=("FONT_TITLE [ <b>${menu_sep_font_family:-0} ${menu_sep_font_size:-0}</b> ],mb-setfont menu_sep;$me")
#out+=("BORDER [ <b>${jgtools_border:-0}</b> ],^checkout(mborder)")
#out+=("PADDING [ <b>${jgtools_padding:-0}</b> ],^checkout(mpadding)")
#out+=("RADIUS [ <b>${jgtools_radius:-0}</b> ],^checkout(mradius)")
#out+=("SUBSPACING [ <b>${submenu_spacing:-0}</b> ],^checkout(subspacing)")
out2+=("^tag(mborder)")
for i in 0 1 2 3 4 5 6 8 10 12; do out2+=("$(printf "<tt>%3s</tt>,%s" "$i" "mb-setvar jgtools_border=${i};$me")");done
out2+=("^tag(mpadding)")

View File

@ -3,6 +3,14 @@
<title>Mabox Colorizer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
div.fixed {
position: fixed;
top: 0;
right: 0;
width: 200px;
}
</style>
<body class="w3-dark-grey">
<div class="w3-sidebar w3-bar-block w3-dark-grey w3-card" style="width:140px">
@ -30,7 +38,7 @@
</section>
<section id="Openbox" class="w3-container tab" style="display:none;min-height:100vh;">
<a class="w3-button w3-round w3-tiny w3-lime w3-margin w3-display-topright" href="run://colorizer-ob -s">Launch OBtheme module</a>
<div class="fixed"><a class="w3-button w3-round w3-tiny w3-lime w3-margin w3-display-topright" href="run://colorizer-ob -s">Launch OBtheme module</a></div>
<h2>Openbox theme</h2>
<p>The Openbox module allows you to easily customize the appearance of window decorations.</p>
@ -142,17 +150,17 @@
</section>
<section id="Conky" class="w3-container tab" style="display:none;min-height:100vh;">
<a class="w3-button w3-round w3-tiny w3-lime w3-margin w3-display-topright" href="run://colorizer-conky -s">Launch Conky module</a>
<div class="fixed"><a class="w3-button w3-round w3-tiny w3-lime w3-margin w3-display-topright" href="run://colorizer-conky -s">Launch Conky module</a></div>
<h2>Conky</h2>
<p>Conky module ...</p>
</section>
<section id="Jgmenu" class="w3-container tab" style="display:none;min-height:100vh">
<a class="w3-button w3-round w3-tiny w3-lime w3-margin w3-display-topright" href="run://colorizer-menus -s">Launch Menus module</a>
<div class="fixed"><a class="w3-button w3-round w3-tiny w3-lime w3-margin w3-display-topright" href="run://colorizer-menus -s">Launch Menus module</a></div>
<h2>Menu / Sidepanels</h2>
<p>Menu / Sidepanels module ...</p>
</section>
<section id="Terminal" class="w3-container tab" style="display:none;min-height:100vh">
<a class="w3-button w3-round w3-tiny w3-lime w3-margin w3-display-topright" href="run://terminator -x theme.sh -i2;bash">Launch Terminal theme seclector</a>
<div class="fixed"><a class="w3-button w3-round w3-tiny w3-lime w3-margin w3-display-topright" href="run://terminator -x theme.sh -i2;bash">Launch Terminal theme seclector</a></div>
<h2>Terminal theme</h2>
[ IMAGE ]
<p>Mabox comes with many terminal themes available (~300)</p>
@ -163,7 +171,8 @@
<p>Use quite powerfull Tint2 config menu for now.</p>
<p><a class="w3-button w3-inline w3-round w3-tiny w3-lime" href="run://jgtint2-pipe -s">tint2 config menu</a></p>
</section>
<section id="Save" class="w3-container tab" style="display:none;min-height:100vh;"><a class="w3-button w3-round w3-tiny w3-lime w3-margin w3-display-topright" href="run://mb-obthemes">Launch Theme Manager</a>
<section id="Save" class="w3-container tab" style="display:none;min-height:100vh;">
<div class="fixed"><a class="w3-button w3-round w3-tiny w3-lime w3-margin w3-display-topright" href="run://mb-obthemes">Launch Theme Manager</a></div>
<h2>Save and Restore</h2>
<p>If you are satisfied with your configuration, you can save it as a meta-theme so that you can restore it later.</p>
<p></p>