2020-01-11 22:04:45 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
|
|
<head>
|
2020-01-11 22:22:46 +01:00
|
|
|
<!-- 2020-01-11 sam. 22:19 -->
|
2020-01-11 22:04:45 +01:00
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>Rofi Configuration</title>
|
|
|
|
<meta name="generator" content="Org mode" />
|
|
|
|
<meta name="author" content="Dehaeze Thomas" />
|
|
|
|
<style type="text/css">
|
|
|
|
<!--/*--><![CDATA[/*><!--*/
|
|
|
|
.title { text-align: center;
|
|
|
|
margin-bottom: .2em; }
|
|
|
|
.subtitle { text-align: center;
|
|
|
|
font-size: medium;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top:0; }
|
|
|
|
.todo { font-family: monospace; color: red; }
|
|
|
|
.done { font-family: monospace; color: green; }
|
|
|
|
.priority { font-family: monospace; color: orange; }
|
|
|
|
.tag { background-color: #eee; font-family: monospace;
|
|
|
|
padding: 2px; font-size: 80%; font-weight: normal; }
|
|
|
|
.timestamp { color: #bebebe; }
|
|
|
|
.timestamp-kwd { color: #5f9ea0; }
|
|
|
|
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
|
|
|
|
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
|
|
|
|
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
|
|
|
|
.underline { text-decoration: underline; }
|
|
|
|
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
|
|
|
|
p.verse { margin-left: 3%; }
|
|
|
|
pre {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
box-shadow: 3px 3px 3px #eee;
|
|
|
|
padding: 8pt;
|
|
|
|
font-family: monospace;
|
|
|
|
overflow: auto;
|
|
|
|
margin: 1.2em;
|
|
|
|
}
|
|
|
|
pre.src {
|
|
|
|
position: relative;
|
|
|
|
overflow: visible;
|
|
|
|
padding-top: 1.2em;
|
|
|
|
}
|
|
|
|
pre.src:before {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
background-color: white;
|
|
|
|
top: -10px;
|
|
|
|
right: 10px;
|
|
|
|
padding: 3px;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
pre.src:hover:before { display: inline;}
|
|
|
|
/* Languages per Org manual */
|
|
|
|
pre.src-asymptote:before { content: 'Asymptote'; }
|
|
|
|
pre.src-awk:before { content: 'Awk'; }
|
|
|
|
pre.src-C:before { content: 'C'; }
|
|
|
|
/* pre.src-C++ doesn't work in CSS */
|
|
|
|
pre.src-clojure:before { content: 'Clojure'; }
|
|
|
|
pre.src-css:before { content: 'CSS'; }
|
|
|
|
pre.src-D:before { content: 'D'; }
|
|
|
|
pre.src-ditaa:before { content: 'ditaa'; }
|
|
|
|
pre.src-dot:before { content: 'Graphviz'; }
|
|
|
|
pre.src-calc:before { content: 'Emacs Calc'; }
|
|
|
|
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
|
|
|
pre.src-fortran:before { content: 'Fortran'; }
|
|
|
|
pre.src-gnuplot:before { content: 'gnuplot'; }
|
|
|
|
pre.src-haskell:before { content: 'Haskell'; }
|
|
|
|
pre.src-hledger:before { content: 'hledger'; }
|
|
|
|
pre.src-java:before { content: 'Java'; }
|
|
|
|
pre.src-js:before { content: 'Javascript'; }
|
|
|
|
pre.src-latex:before { content: 'LaTeX'; }
|
|
|
|
pre.src-ledger:before { content: 'Ledger'; }
|
|
|
|
pre.src-lisp:before { content: 'Lisp'; }
|
|
|
|
pre.src-lilypond:before { content: 'Lilypond'; }
|
|
|
|
pre.src-lua:before { content: 'Lua'; }
|
|
|
|
pre.src-matlab:before { content: 'MATLAB'; }
|
|
|
|
pre.src-mscgen:before { content: 'Mscgen'; }
|
|
|
|
pre.src-ocaml:before { content: 'Objective Caml'; }
|
|
|
|
pre.src-octave:before { content: 'Octave'; }
|
|
|
|
pre.src-org:before { content: 'Org mode'; }
|
|
|
|
pre.src-oz:before { content: 'OZ'; }
|
|
|
|
pre.src-plantuml:before { content: 'Plantuml'; }
|
|
|
|
pre.src-processing:before { content: 'Processing.js'; }
|
|
|
|
pre.src-python:before { content: 'Python'; }
|
|
|
|
pre.src-R:before { content: 'R'; }
|
|
|
|
pre.src-ruby:before { content: 'Ruby'; }
|
|
|
|
pre.src-sass:before { content: 'Sass'; }
|
|
|
|
pre.src-scheme:before { content: 'Scheme'; }
|
|
|
|
pre.src-screen:before { content: 'Gnu Screen'; }
|
|
|
|
pre.src-sed:before { content: 'Sed'; }
|
|
|
|
pre.src-sh:before { content: 'shell'; }
|
|
|
|
pre.src-sql:before { content: 'SQL'; }
|
|
|
|
pre.src-sqlite:before { content: 'SQLite'; }
|
|
|
|
/* additional languages in org.el's org-babel-load-languages alist */
|
|
|
|
pre.src-forth:before { content: 'Forth'; }
|
|
|
|
pre.src-io:before { content: 'IO'; }
|
|
|
|
pre.src-J:before { content: 'J'; }
|
|
|
|
pre.src-makefile:before { content: 'Makefile'; }
|
|
|
|
pre.src-maxima:before { content: 'Maxima'; }
|
|
|
|
pre.src-perl:before { content: 'Perl'; }
|
|
|
|
pre.src-picolisp:before { content: 'Pico Lisp'; }
|
|
|
|
pre.src-scala:before { content: 'Scala'; }
|
|
|
|
pre.src-shell:before { content: 'Shell Script'; }
|
|
|
|
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
|
|
|
|
/* additional language identifiers per "defun org-babel-execute"
|
|
|
|
in ob-*.el */
|
|
|
|
pre.src-cpp:before { content: 'C++'; }
|
|
|
|
pre.src-abc:before { content: 'ABC'; }
|
|
|
|
pre.src-coq:before { content: 'Coq'; }
|
|
|
|
pre.src-groovy:before { content: 'Groovy'; }
|
|
|
|
/* additional language identifiers from org-babel-shell-names in
|
|
|
|
ob-shell.el: ob-shell is the only babel language using a lambda to put
|
|
|
|
the execution function name together. */
|
|
|
|
pre.src-bash:before { content: 'bash'; }
|
|
|
|
pre.src-csh:before { content: 'csh'; }
|
|
|
|
pre.src-ash:before { content: 'ash'; }
|
|
|
|
pre.src-dash:before { content: 'dash'; }
|
|
|
|
pre.src-ksh:before { content: 'ksh'; }
|
|
|
|
pre.src-mksh:before { content: 'mksh'; }
|
|
|
|
pre.src-posh:before { content: 'posh'; }
|
|
|
|
/* Additional Emacs modes also supported by the LaTeX listings package */
|
|
|
|
pre.src-ada:before { content: 'Ada'; }
|
|
|
|
pre.src-asm:before { content: 'Assembler'; }
|
|
|
|
pre.src-caml:before { content: 'Caml'; }
|
|
|
|
pre.src-delphi:before { content: 'Delphi'; }
|
|
|
|
pre.src-html:before { content: 'HTML'; }
|
|
|
|
pre.src-idl:before { content: 'IDL'; }
|
|
|
|
pre.src-mercury:before { content: 'Mercury'; }
|
|
|
|
pre.src-metapost:before { content: 'MetaPost'; }
|
|
|
|
pre.src-modula-2:before { content: 'Modula-2'; }
|
|
|
|
pre.src-pascal:before { content: 'Pascal'; }
|
|
|
|
pre.src-ps:before { content: 'PostScript'; }
|
|
|
|
pre.src-prolog:before { content: 'Prolog'; }
|
|
|
|
pre.src-simula:before { content: 'Simula'; }
|
|
|
|
pre.src-tcl:before { content: 'tcl'; }
|
|
|
|
pre.src-tex:before { content: 'TeX'; }
|
|
|
|
pre.src-plain-tex:before { content: 'Plain TeX'; }
|
|
|
|
pre.src-verilog:before { content: 'Verilog'; }
|
|
|
|
pre.src-vhdl:before { content: 'VHDL'; }
|
|
|
|
pre.src-xml:before { content: 'XML'; }
|
|
|
|
pre.src-nxml:before { content: 'XML'; }
|
|
|
|
/* add a generic configuration mode; LaTeX export needs an additional
|
|
|
|
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
|
|
|
|
pre.src-conf:before { content: 'Configuration File'; }
|
|
|
|
|
|
|
|
table { border-collapse:collapse; }
|
|
|
|
caption.t-above { caption-side: top; }
|
|
|
|
caption.t-bottom { caption-side: bottom; }
|
|
|
|
td, th { vertical-align:top; }
|
|
|
|
th.org-right { text-align: center; }
|
|
|
|
th.org-left { text-align: center; }
|
|
|
|
th.org-center { text-align: center; }
|
|
|
|
td.org-right { text-align: right; }
|
|
|
|
td.org-left { text-align: left; }
|
|
|
|
td.org-center { text-align: center; }
|
|
|
|
dt { font-weight: bold; }
|
|
|
|
.footpara { display: inline; }
|
|
|
|
.footdef { margin-bottom: 1em; }
|
|
|
|
.figure { padding: 1em; }
|
|
|
|
.figure p { text-align: center; }
|
|
|
|
.equation-container {
|
|
|
|
display: table;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.equation {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.equation-label {
|
|
|
|
display: table-cell;
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.inlinetask {
|
|
|
|
padding: 10px;
|
|
|
|
border: 2px solid gray;
|
|
|
|
margin: 10px;
|
|
|
|
background: #ffffcc;
|
|
|
|
}
|
|
|
|
#org-div-home-and-up
|
|
|
|
{ text-align: right; font-size: 70%; white-space: nowrap; }
|
|
|
|
textarea { overflow-x: auto; }
|
|
|
|
.linenr { font-size: smaller }
|
|
|
|
.code-highlighted { background-color: #ffff00; }
|
|
|
|
.org-info-js_info-navigation { border-style: none; }
|
|
|
|
#org-info-js_console-label
|
|
|
|
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
|
|
|
|
.org-info-js_search-highlight
|
|
|
|
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
|
|
|
.org-svg { width: 90%; }
|
|
|
|
/*]]>*/-->
|
|
|
|
</style>
|
2020-01-11 22:22:46 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
|
|
|
|
<script type="text/javascript" src="./js/jquery.min.js"></script>
|
|
|
|
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
|
|
|
|
<script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
|
|
|
|
<script type="text/javascript" src="./js/readtheorg.js"></script>
|
2020-01-11 22:04:45 +01:00
|
|
|
<script type="text/javascript">
|
|
|
|
/*
|
|
|
|
@licstart The following is the entire license notice for the
|
|
|
|
JavaScript code in this tag.
|
|
|
|
|
|
|
|
Copyright (C) 2012-2020 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
The JavaScript code in this tag is free software: you can
|
|
|
|
redistribute it and/or modify it under the terms of the GNU
|
|
|
|
General Public License (GNU GPL) as published by the Free Software
|
|
|
|
Foundation, either version 3 of the License, or (at your option)
|
|
|
|
any later version. The code is distributed WITHOUT ANY WARRANTY;
|
|
|
|
without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
|
|
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
|
|
|
|
|
|
|
|
As additional permission under GNU GPL version 3 section 7, you
|
|
|
|
may distribute non-source (e.g., minimized or compacted) forms of
|
|
|
|
that code without the copy of the GNU GPL normally required by
|
|
|
|
section 4, provided you include this license notice and a URL
|
|
|
|
through which recipients can access the Corresponding Source.
|
|
|
|
|
|
|
|
|
|
|
|
@licend The above is the entire license notice
|
|
|
|
for the JavaScript code in this tag.
|
|
|
|
*/
|
|
|
|
<!--/*--><![CDATA[/*><!--*/
|
|
|
|
function CodeHighlightOn(elem, id)
|
|
|
|
{
|
|
|
|
var target = document.getElementById(id);
|
|
|
|
if(null != target) {
|
|
|
|
elem.cacheClassElem = elem.className;
|
|
|
|
elem.cacheClassTarget = target.className;
|
|
|
|
target.className = "code-highlighted";
|
|
|
|
elem.className = "code-highlighted";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
function CodeHighlightOff(elem, id)
|
|
|
|
{
|
|
|
|
var target = document.getElementById(id);
|
|
|
|
if(elem.cacheClassElem)
|
|
|
|
elem.className = elem.cacheClassElem;
|
|
|
|
if(elem.cacheClassTarget)
|
|
|
|
target.className = elem.cacheClassTarget;
|
|
|
|
}
|
|
|
|
/*]]>*///-->
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="org-div-home-and-up">
|
|
|
|
<a accesskey="h" href="./index.html"> UP </a>
|
|
|
|
|
|
|
|
|
<a accesskey="H" href="./index.html"> HOME </a>
|
|
|
|
</div><div id="content">
|
|
|
|
<h1 class="title">Rofi Configuration</h1>
|
|
|
|
<div id="table-of-contents">
|
|
|
|
<h2>Table of Contents</h2>
|
|
|
|
<div id="text-table-of-contents">
|
|
|
|
<ul>
|
|
|
|
<li><a href="#orgf46135a">Rofi</a></li>
|
|
|
|
<li><a href="#org0c04f0a">Theme</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="outline-container-orgf46135a" class="outline-2">
|
|
|
|
<h2 id="orgf46135a">Rofi</h2>
|
|
|
|
<div class="outline-text-2" id="text-orgf46135a">
|
|
|
|
<div class="org-src-container">
|
|
|
|
<pre class="src src-conf"><span class="org-type">configuration</span> {
|
|
|
|
modi: <span class="org-string">"window,run,ssh"</span>;
|
|
|
|
width: <span class="org-highlight-numbers-number">50</span>;
|
|
|
|
lines: <span class="org-highlight-numbers-number">15</span>;
|
|
|
|
columns: <span class="org-highlight-numbers-number">1</span>;
|
|
|
|
font: <span class="org-string">"Hack Nerd Font 12"</span>;
|
|
|
|
fixed-num-lines: true;
|
|
|
|
show-icons: false;
|
|
|
|
terminal: <span class="org-string">"rofi-sensible-terminal"</span>;
|
|
|
|
sort: false;
|
|
|
|
case-sensitive: false;
|
|
|
|
cycle: true;
|
|
|
|
sidebar-mode: false;
|
|
|
|
auto-select: false;
|
|
|
|
combi-modi: <span class="org-string">"window,run"</span>;
|
|
|
|
matching: <span class="org-string">"normal"</span>;
|
|
|
|
line-margin: <span class="org-highlight-numbers-number">2</span>;
|
|
|
|
line-padding: <span class="org-highlight-numbers-number">1</span>;
|
|
|
|
separator-style: <span class="org-string">"dash"</span>;
|
|
|
|
hide-scrollbar: true;
|
|
|
|
fullscreen: false;
|
|
|
|
dpi: -1;
|
|
|
|
show-match: true;
|
|
|
|
theme: <span class="org-string">"gruvbox-dark-soft"</span>;
|
|
|
|
kb-move-front: <span class="org-string">"Control+a"</span>;
|
|
|
|
kb-move-end: <span class="org-string">"Control+e"</span>;
|
|
|
|
kb-move-word-back: <span class="org-string">"Alt+b,Control+Left"</span>;
|
|
|
|
kb-move-word-forward: <span class="org-string">"Alt+f,Control+Right"</span>;
|
|
|
|
kb-move-char-back: <span class="org-string">"Left,Control+b"</span>;
|
|
|
|
kb-move-char-forward: <span class="org-string">"Right,Control+f"</span>;
|
|
|
|
kb-remove-char-forward: <span class="org-string">"Delete,Control+d"</span>;
|
|
|
|
kb-remove-char-back: <span class="org-string">"BackSpace,Shift+BackSpace"</span>;
|
|
|
|
kb-remove-to-eol: <span class="org-string">"Control+k"</span>;
|
|
|
|
kb-remove-to-sol: <span class="org-string">"Control+u"</span>;
|
|
|
|
kb-accept-entry: <span class="org-string">"Control+j,Return,KP_Enter"</span>;
|
|
|
|
kb-accept-custom: <span class="org-string">"Control+Return"</span>;
|
|
|
|
kb-accept-alt: <span class="org-string">"Shift+Return"</span>;
|
|
|
|
kb-delete-entry: <span class="org-string">"Shift+Delete"</span>;
|
|
|
|
kb-row-up: <span class="org-string">"Up,Control+p"</span>;
|
|
|
|
kb-row-down: <span class="org-string">"Down,Control+n"</span>;
|
|
|
|
kb-row-tab: <span class="org-string">"Tab"</span>;
|
|
|
|
kb-row-first: <span class="org-string">"Home,KP_Home"</span>;
|
|
|
|
kb-row-last: <span class="org-string">"End,KP_End"</span>;
|
|
|
|
kb-row-select: <span class="org-string">"Control+space"</span>;
|
|
|
|
kb-cancel: <span class="org-string">"Escape,Control+g"</span>;
|
|
|
|
}
|
|
|
|
</pre>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="outline-container-org0c04f0a" class="outline-2">
|
|
|
|
<h2 id="org0c04f0a">Theme</h2>
|
|
|
|
<div class="outline-text-2" id="text-org0c04f0a">
|
|
|
|
<div class="org-src-container">
|
|
|
|
<pre class="src src-conf"><span class="org-type">configuration</span> {
|
|
|
|
me-select-entry: <span class="org-string">"MouseSecondary"</span>;
|
|
|
|
me-accept-entry: <span class="org-string">"MousePrimary"</span>;
|
|
|
|
scroll-method: <span class="org-highlight-numbers-number">1</span>;
|
|
|
|
show-icons: true;
|
|
|
|
sidebar-mode: true;
|
|
|
|
kb-custom-1: <span class="org-string">""</span>;
|
|
|
|
kb-custom-2: <span class="org-string">""</span>;
|
|
|
|
kb-custom-3: <span class="org-string">""</span>;
|
|
|
|
kb-custom-4: <span class="org-string">""</span>;
|
|
|
|
kb-custom-5: <span class="org-string">""</span>;
|
|
|
|
kb-custom-6: <span class="org-string">""</span>;
|
|
|
|
kb-custom-7: <span class="org-string">""</span>;
|
|
|
|
kb-custom-8: <span class="org-string">""</span>;
|
|
|
|
kb-custom-9: <span class="org-string">""</span>;
|
|
|
|
kb-custom-10: <span class="org-string">""</span>;
|
|
|
|
kb-select-1: <span class="org-string">"Alt+1"</span>;
|
|
|
|
kb-select-2: <span class="org-string">"Alt+2"</span>;
|
|
|
|
kb-select-3: <span class="org-string">"Alt+3"</span>;
|
|
|
|
kb-select-4: <span class="org-string">"Alt+4"</span>;
|
|
|
|
kb-select-5: <span class="org-string">"Alt+5"</span>;
|
|
|
|
kb-select-6: <span class="org-string">"Alt+6"</span>;
|
|
|
|
kb-select-7: <span class="org-string">"Alt+7"</span>;
|
|
|
|
kb-select-8: <span class="org-string">"Alt+8"</span>;
|
|
|
|
kb-select-9: <span class="org-string">"Alt+9"</span>;
|
|
|
|
kb-select-10: <span class="org-string">"Alt+0"</span>;
|
|
|
|
}
|
|
|
|
|
|
|
|
<span class="org-type">*</span> {
|
|
|
|
//// COLORS ////
|
|
|
|
|
|
|
|
//// uncomment to match bspwm edition theme
|
|
|
|
background: <span class="org-comment-delimiter">#</span><span class="org-comment">292f34FF;</span>
|
|
|
|
background-color: <span class="org-comment-delimiter">#</span><span class="org-comment">292f3400;</span>
|
|
|
|
foreground: <span class="org-comment-delimiter">#</span><span class="org-comment">F6F9FFFF;</span>
|
|
|
|
selected: <span class="org-comment-delimiter">#</span><span class="org-comment">1ABB9BFF;</span>
|
|
|
|
selected-foreground: @foreground;
|
|
|
|
|
|
|
|
//// uncomment to match Adapta Nokto theme
|
|
|
|
// background: <span class="org-comment-delimiter">#</span><span class="org-comment">222D32E8;</span>
|
|
|
|
// background-color: <span class="org-comment-delimiter">#</span><span class="org-comment">00000000;</span>
|
|
|
|
// foreground: <span class="org-comment-delimiter">#</span><span class="org-comment">CFD8DCFF;</span>
|
|
|
|
// selected: <span class="org-comment-delimiter">#</span><span class="org-comment">00BCD4FF;</span>
|
|
|
|
// selected-foreground: <span class="org-comment-delimiter">#</span><span class="org-comment">FFFFFFFF;</span>
|
|
|
|
|
|
|
|
//// common - active and urgent
|
|
|
|
active-background: <span class="org-comment-delimiter">#</span><span class="org-comment">3A464BFF;</span>
|
|
|
|
urgent-background: <span class="org-comment-delimiter">#</span><span class="org-comment">800000FF;</span>
|
|
|
|
urgent-foreground: @foreground;
|
|
|
|
selected-urgent-background: @urgent-foreground;
|
|
|
|
selected-urgent-foreground: @urgent-background;
|
|
|
|
|
|
|
|
//// TEXT ////
|
|
|
|
|
|
|
|
font: <span class="org-string">"xos4 Terminus 18px"</span>;
|
|
|
|
// font: <span class="org-string">"Knack Nerd Font 16px"</span>;
|
|
|
|
text-color: @foreground;
|
|
|
|
|
|
|
|
//// PADDING ETC ////
|
|
|
|
|
|
|
|
margin: 0px;
|
|
|
|
border: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
spacing: 0px;
|
|
|
|
elementpadding: 2px 0px;
|
|
|
|
elementmargin: 0px 2px;
|
|
|
|
listmargin: 0px 2px 0px 0px;
|
|
|
|
|
|
|
|
//// SIZE ////
|
|
|
|
|
|
|
|
windowwidth: 40ch;
|
|
|
|
buttonwidth: 18ch;
|
|
|
|
lines: <span class="org-highlight-numbers-number">12</span>;
|
|
|
|
fixed-height: false;
|
|
|
|
|
|
|
|
//// POSITION ////
|
|
|
|
|
|
|
|
location: northwest;
|
|
|
|
anchor: northwest;
|
|
|
|
x-offset: 0px;
|
|
|
|
y-offset: 24px;
|
|
|
|
|
|
|
|
//// LAYOUT ////
|
|
|
|
|
|
|
|
scrollbar: true;
|
|
|
|
|
|
|
|
//// uncomment to get submenu-like style
|
|
|
|
menustyle: [ sb-mainbox ];
|
|
|
|
buttonpadding: 2px 1ch;
|
|
|
|
button-bg: @background;
|
|
|
|
dynamic: true;
|
|
|
|
|
|
|
|
//// uncomment to get tabs-like style
|
|
|
|
// menustyle: [ tb-mainbox ];
|
|
|
|
// buttonpadding: 14px 1ch;
|
|
|
|
// dynamic: false;
|
|
|
|
}
|
|
|
|
//////////////////////////////////////////
|
|
|
|
<span class="org-type">window</span> {
|
|
|
|
width: @windowwidth;
|
|
|
|
children: @menustyle;
|
|
|
|
}
|
|
|
|
//submenu-style
|
|
|
|
<span class="org-type">sb-mainbox</span> {
|
|
|
|
orientation: horizontal;
|
|
|
|
children: [ sidebar, vertibox ];
|
|
|
|
}
|
|
|
|
//tabs-style
|
|
|
|
<span class="org-type">tb-mainbox</span> {
|
|
|
|
orientation: vertical;
|
|
|
|
children: [ inputbar, horibox ];
|
|
|
|
background-color: @background;
|
|
|
|
}
|
|
|
|
//desktop-submenu
|
|
|
|
<span class="org-type">dt-mainbox</span> {
|
|
|
|
orientation: vertical;
|
|
|
|
children: [ boxdummy, sb-mainbox ];
|
|
|
|
}
|
|
|
|
<span class="org-type">horibox</span> {
|
|
|
|
orientation: horizontal;
|
|
|
|
children: [ listview, sidebar ];
|
|
|
|
}
|
|
|
|
<span class="org-type">sidebar</span> {
|
|
|
|
orientation: vertical;
|
|
|
|
}
|
|
|
|
<span class="org-type">button</span> {
|
|
|
|
horizontal-align: <span class="org-highlight-numbers-number">0</span>;
|
|
|
|
padding: @buttonpadding;
|
|
|
|
width: @buttonwidth;
|
|
|
|
background-color: @button-bg;
|
|
|
|
expand: false;
|
|
|
|
}
|
|
|
|
<span class="org-type">vertibox</span> {
|
|
|
|
orientation: vertical;
|
|
|
|
children: [ inputbar, listview ];
|
|
|
|
background-color: @background;
|
|
|
|
}
|
|
|
|
<span class="org-type">prompt</span> {
|
|
|
|
enabled: false;
|
|
|
|
}
|
|
|
|
<span class="org-type">listview</span> {
|
|
|
|
margin: @listmargin;
|
|
|
|
}
|
|
|
|
<span class="org-type">scrollbar</span> {
|
|
|
|
handle-width: 0.5ch;
|
|
|
|
handle-color: @selected;
|
|
|
|
}
|
|
|
|
<span class="org-type">boxdummy</span> {
|
|
|
|
enabled: false;
|
|
|
|
orientation: vertical;
|
|
|
|
expand: false;
|
|
|
|
children: [ textboxdummy ];
|
|
|
|
}
|
|
|
|
<span class="org-type">textboxdummy</span> {
|
|
|
|
str: <span class="org-string">" "</span>;
|
|
|
|
}
|
|
|
|
<span class="org-type">element, inputbar, textboxdummy</span> {
|
|
|
|
padding: @elementpadding;
|
|
|
|
margin: @elementmargin;
|
|
|
|
width: @elementwidth;
|
|
|
|
}
|
|
|
|
element.normal.active,
|
|
|
|
<span class="org-type">element.alternate.active</span> {
|
|
|
|
background-color: @active-background;
|
|
|
|
text-color: @selected-foreground;
|
|
|
|
}
|
|
|
|
element.selected,
|
|
|
|
<span class="org-type">button.selected</span> {
|
|
|
|
background-color: @selected;
|
|
|
|
text-color: @selected-foreground;
|
|
|
|
}
|
|
|
|
element.normal.urgent,
|
|
|
|
<span class="org-type">element.alternate.urgent</span> {
|
|
|
|
background-color: @urgent-background;
|
|
|
|
text-color: @urgent-foreground;
|
|
|
|
}
|
|
|
|
<span class="org-type">element.selected.urgent</span> {
|
|
|
|
background-color: @selected-urgent-background;
|
|
|
|
text-color: @selected-urgent-foreground;
|
|
|
|
}
|
|
|
|
</pre>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="postamble" class="status">
|
|
|
|
<p class="author">Author: Dehaeze Thomas</p>
|
2020-01-11 22:22:46 +01:00
|
|
|
<p class="date">Created: 2020-01-11 sam. 22:19</p>
|
2020-01-11 22:04:45 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|