summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/Adapta-Nokto.pngbin0 -> 21676 bytes
-rw-r--r--themes/Arc-Dark.pngbin0 -> 25511 bytes
-rw-r--r--themes/Arc.pngbin0 -> 21723 bytes
-rw-r--r--themes/DarkBlue.pngbin0 -> 26540 bytes
-rw-r--r--themes/Indego.pngbin0 -> 21950 bytes
-rw-r--r--themes/Monokai.pngbin0 -> 25897 bytes
-rw-r--r--themes/Paper.pngbin0 -> 21850 bytes
-rw-r--r--themes/android_notification.pngbin0 -> 21541 bytes
-rw-r--r--themes/arthur.pngbin0 -> 24043 bytes
-rw-r--r--themes/blue.pngbin0 -> 23114 bytes
-rw-r--r--themes/c64.pngbin0 -> 17303 bytes
-rw-r--r--themes/capture.sh57
-rw-r--r--themes/default.pngbin0 -> 24975 bytes
-rw-r--r--themes/dmenu.pngbin0 -> 11040 bytes
-rw-r--r--themes/docu.pngbin0 -> 129092 bytes
-rw-r--r--themes/fancy.pngbin0 -> 33331 bytes
-rw-r--r--themes/fancy2.pngbin0 -> 29992 bytes
-rw-r--r--themes/fullscreen-preview.pngbin0 -> 173026 bytes
-rw-r--r--themes/glue_pro_blue.pngbin0 -> 25458 bytes
-rw-r--r--themes/gruvbox-dark-hard.pngbin0 -> 21816 bytes
-rw-r--r--themes/gruvbox-dark-soft.pngbin0 -> 21970 bytes
-rw-r--r--themes/gruvbox-dark.pngbin0 -> 21926 bytes
-rw-r--r--themes/gruvbox-light-hard.pngbin0 -> 22171 bytes
-rw-r--r--themes/gruvbox-light-soft.pngbin0 -> 22061 bytes
-rw-r--r--themes/gruvbox-light.pngbin0 -> 22129 bytes
-rw-r--r--themes/iggy.pngbin0 -> 1078652 bytes
-rw-r--r--themes/lb.pngbin0 -> 25160 bytes
-rw-r--r--themes/material.pngbin0 -> 28580 bytes
-rw-r--r--themes/paper-float.pngbin0 -> 25555 bytes
-rw-r--r--themes/purple.pngbin0 -> 21645 bytes
-rw-r--r--themes/sidebar-v2.pngbin0 -> 47820 bytes
-rw-r--r--themes/sidebar.pngbin0 -> 28047 bytes
-rw-r--r--themes/solarized.pngbin0 -> 21140 bytes
-rw-r--r--themes/solarized_alternate.pngbin0 -> 21274 bytes
-rw-r--r--themes/themes/index.html1237
35 files changed, 1294 insertions, 0 deletions
diff --git a/themes/Adapta-Nokto.png b/themes/Adapta-Nokto.png
new file mode 100644
index 00000000..f9ba86c8
--- /dev/null
+++ b/themes/Adapta-Nokto.png
Binary files differ
diff --git a/themes/Arc-Dark.png b/themes/Arc-Dark.png
new file mode 100644
index 00000000..91ee80c4
--- /dev/null
+++ b/themes/Arc-Dark.png
Binary files differ
diff --git a/themes/Arc.png b/themes/Arc.png
new file mode 100644
index 00000000..b3767a1f
--- /dev/null
+++ b/themes/Arc.png
Binary files differ
diff --git a/themes/DarkBlue.png b/themes/DarkBlue.png
new file mode 100644
index 00000000..6039a6e5
--- /dev/null
+++ b/themes/DarkBlue.png
Binary files differ
diff --git a/themes/Indego.png b/themes/Indego.png
new file mode 100644
index 00000000..723d5a0d
--- /dev/null
+++ b/themes/Indego.png
Binary files differ
diff --git a/themes/Monokai.png b/themes/Monokai.png
new file mode 100644
index 00000000..7bf3d177
--- /dev/null
+++ b/themes/Monokai.png
Binary files differ
diff --git a/themes/Paper.png b/themes/Paper.png
new file mode 100644
index 00000000..88d5d559
--- /dev/null
+++ b/themes/Paper.png
Binary files differ
diff --git a/themes/android_notification.png b/themes/android_notification.png
new file mode 100644
index 00000000..dc8fcc74
--- /dev/null
+++ b/themes/android_notification.png
Binary files differ
diff --git a/themes/arthur.png b/themes/arthur.png
new file mode 100644
index 00000000..378ee297
--- /dev/null
+++ b/themes/arthur.png
Binary files differ
diff --git a/themes/blue.png b/themes/blue.png
new file mode 100644
index 00000000..726c10a2
--- /dev/null
+++ b/themes/blue.png
Binary files differ
diff --git a/themes/c64.png b/themes/c64.png
new file mode 100644
index 00000000..29e8bc2e
--- /dev/null
+++ b/themes/c64.png
Binary files differ
diff --git a/themes/capture.sh b/themes/capture.sh
new file mode 100644
index 00000000..bb0be6bb
--- /dev/null
+++ b/themes/capture.sh
@@ -0,0 +1,57 @@
+#!/usr/bin/env bash
+
+THEMES=../../../themes/*.rasi
+ROFI_BIN=../../../build/rofi
+
+
+function generate_options()
+{
+ echo -en "rofi\0icon\x1frofi\n"
+ echo -en "help browser\0icon\x1fhelp-browser\n"
+ echo -en "thunderbird\0icon\x1fthunderbird\n"
+ echo -en "Urgent\0icon\x1femblem-urgent\n"
+ echo -en "Active\0icon\x1fface-wink\n"
+ echo -en "folder\0icon\x1ffolder\n"
+ echo -en "Icon font 🐢 🥳\n"
+ echo -en "Font icon\0icon\x1f<span size='x-large' color='red'>:-)</span>\n"
+ echo -en "Quit\0icon\x1fapplication-exit\n"
+}
+
+function run_theme
+{
+ theme=$1
+ BASE=$(basename ${theme})
+ NAME=${BASE%.rasi}
+ export ROFI_PNG_OUTPUT="${NAME}.png"
+ if [ ${NAME} = "default" ]
+ then
+ echo "# Default theme" >> themes.md
+ else
+ echo "# [${NAME}](https://github.com/davatorium/rofi/blob/next/themes/${BASE})" >> themes.md
+ fi
+ echo "" >> themes.md
+ generate_options | ${ROFI_BIN} -theme-str "@theme \"${theme}\"" \
+ -no-config -dmenu -p "mode" -show-icons \
+ -u 3 -a 4 -mesg "Message box for extra information" \
+ -take-screenshot-quit 1500
+
+ echo "![${NAME}](${NAME}.png)" >> themes.md
+ echo "" >> themes.md
+}
+
+echo "# Included Themes" > themes.md
+
+echo "Below is a list of themes shipped with rofi." >> themes.md
+echo "Use \`rofi-theme-selector\` to select and use one of these themes." >> themes.md
+
+
+Xvfb :1234 -screen 0 1920x1080x24 &
+XEPHYR_PID=$!
+export DISPLAY=:1234
+sleep 0.5;
+run_theme "default"
+for theme in ${THEMES}
+do
+ run_theme ${theme}
+done
+kill ${XEPHYR_PID}
diff --git a/themes/default.png b/themes/default.png
new file mode 100644
index 00000000..3b992b9d
--- /dev/null
+++ b/themes/default.png
Binary files differ
diff --git a/themes/dmenu.png b/themes/dmenu.png
new file mode 100644
index 00000000..84d08176
--- /dev/null
+++ b/themes/dmenu.png
Binary files differ
diff --git a/themes/docu.png b/themes/docu.png
new file mode 100644
index 00000000..147c2ca2
--- /dev/null
+++ b/themes/docu.png
Binary files differ
diff --git a/themes/fancy.png b/themes/fancy.png
new file mode 100644
index 00000000..85b9fa33
--- /dev/null
+++ b/themes/fancy.png
Binary files differ
diff --git a/themes/fancy2.png b/themes/fancy2.png
new file mode 100644
index 00000000..cc315072
--- /dev/null
+++ b/themes/fancy2.png
Binary files differ
diff --git a/themes/fullscreen-preview.png b/themes/fullscreen-preview.png
new file mode 100644
index 00000000..d4201686
--- /dev/null
+++ b/themes/fullscreen-preview.png
Binary files differ
diff --git a/themes/glue_pro_blue.png b/themes/glue_pro_blue.png
new file mode 100644
index 00000000..3a7a789f
--- /dev/null
+++ b/themes/glue_pro_blue.png
Binary files differ
diff --git a/themes/gruvbox-dark-hard.png b/themes/gruvbox-dark-hard.png
new file mode 100644
index 00000000..b5153c7d
--- /dev/null
+++ b/themes/gruvbox-dark-hard.png
Binary files differ
diff --git a/themes/gruvbox-dark-soft.png b/themes/gruvbox-dark-soft.png
new file mode 100644
index 00000000..5223dda2
--- /dev/null
+++ b/themes/gruvbox-dark-soft.png
Binary files differ
diff --git a/themes/gruvbox-dark.png b/themes/gruvbox-dark.png
new file mode 100644
index 00000000..861240a8
--- /dev/null
+++ b/themes/gruvbox-dark.png
Binary files differ
diff --git a/themes/gruvbox-light-hard.png b/themes/gruvbox-light-hard.png
new file mode 100644
index 00000000..0527ac39
--- /dev/null
+++ b/themes/gruvbox-light-hard.png
Binary files differ
diff --git a/themes/gruvbox-light-soft.png b/themes/gruvbox-light-soft.png
new file mode 100644
index 00000000..c2d51c22
--- /dev/null
+++ b/themes/gruvbox-light-soft.png
Binary files differ
diff --git a/themes/gruvbox-light.png b/themes/gruvbox-light.png
new file mode 100644
index 00000000..ed7da0ee
--- /dev/null
+++ b/themes/gruvbox-light.png
Binary files differ
diff --git a/themes/iggy.png b/themes/iggy.png
new file mode 100644
index 00000000..410fce8d
--- /dev/null
+++ b/themes/iggy.png
Binary files differ
diff --git a/themes/lb.png b/themes/lb.png
new file mode 100644
index 00000000..e759fdd1
--- /dev/null
+++ b/themes/lb.png
Binary files differ
diff --git a/themes/material.png b/themes/material.png
new file mode 100644
index 00000000..32ef42b2
--- /dev/null
+++ b/themes/material.png
Binary files differ
diff --git a/themes/paper-float.png b/themes/paper-float.png
new file mode 100644
index 00000000..6d00bf69
--- /dev/null
+++ b/themes/paper-float.png
Binary files differ
diff --git a/themes/purple.png b/themes/purple.png
new file mode 100644
index 00000000..fe13679a
--- /dev/null
+++ b/themes/purple.png
Binary files differ
diff --git a/themes/sidebar-v2.png b/themes/sidebar-v2.png
new file mode 100644
index 00000000..19a40848
--- /dev/null
+++ b/themes/sidebar-v2.png
Binary files differ
diff --git a/themes/sidebar.png b/themes/sidebar.png
new file mode 100644
index 00000000..8e8e7f41
--- /dev/null
+++ b/themes/sidebar.png
Binary files differ
diff --git a/themes/solarized.png b/themes/solarized.png
new file mode 100644
index 00000000..76514419
--- /dev/null
+++ b/themes/solarized.png
Binary files differ
diff --git a/themes/solarized_alternate.png b/themes/solarized_alternate.png
new file mode 100644
index 00000000..a336c056
--- /dev/null
+++ b/themes/solarized_alternate.png
Binary files differ
diff --git a/themes/themes/index.html b/themes/themes/index.html
new file mode 100644
index 00000000..8dfabfbb
--- /dev/null
+++ b/themes/themes/index.html
@@ -0,0 +1,1237 @@
+
+<!doctype html>
+<html lang="en" class="no-js">
+ <head>
+
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+
+
+
+
+ <link rel="prev" href="../../CONFIG/">
+
+
+ <link rel="next" href="../../guides/Transparency/theme3-transparency/">
+
+ <link rel="icon" href="../../assets/images/favicon.png">
+ <meta name="generator" content="mkdocs-1.4.2, mkdocs-material-9.0.6">
+
+
+
+ <title>Themes - Rofi Documentation</title>
+
+
+
+ <link rel="stylesheet" href="../../assets/stylesheets/main.558e4712.min.css">
+
+
+ <link rel="stylesheet" href="../../assets/stylesheets/palette.2505c338.min.css">
+
+
+
+
+
+
+
+
+
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
+ <style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
+
+
+
+ <script>__md_scope=new URL("../..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
+
+
+
+
+
+
+ </head>
+
+
+
+
+
+
+
+ <body dir="ltr" data-md-color-scheme="default" data-md-color-primary="" data-md-color-accent="">
+
+
+
+ <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
+ <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
+ <label class="md-overlay" for="__drawer"></label>
+ <div data-md-component="skip">
+
+
+ <a href="#included-themes" class="md-skip">
+ Skip to content
+ </a>
+
+ </div>
+ <div data-md-component="announce">
+
+ </div>
+
+
+
+
+<header class="md-header" data-md-component="header">
+ <nav class="md-header__inner md-grid" aria-label="Header">
+ <a href="../.." title="Rofi Documentation" class="md-header__button md-logo" aria-label="Rofi Documentation" data-md-component="logo">
+
+
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
+
+ </a>
+ <label class="md-header__button md-icon" for="__drawer">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z"/></svg>
+ </label>
+ <div class="md-header__title" data-md-component="header-title">
+ <div class="md-header__ellipsis">
+ <div class="md-header__topic">
+ <span class="md-ellipsis">
+ Rofi Documentation
+ </span>
+ </div>
+ <div class="md-header__topic" data-md-component="header-topic">
+ <span class="md-ellipsis">
+
+ Themes
+
+ </span>
+ </div>
+ </div>
+ </div>
+
+
+
+
+ <div class="md-header__source">
+ <a href="https://github.com/davatorium/rofi/" title="Go to repository" class="md-source" data-md-component="source">
+ <div class="md-source__icon md-icon">
+
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
+ </div>
+ <div class="md-source__repository">
+ GitHub
+ </div>
+</a>
+ </div>
+
+ </nav>
+
+</header>
+
+ <div class="md-container" data-md-component="container">
+
+
+
+
+
+
+ <main class="md-main" data-md-component="main">
+ <div class="md-main__inner md-grid">
+
+
+
+ <div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
+ <div class="md-sidebar__scrollwrap">
+ <div class="md-sidebar__inner">
+
+
+
+<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
+ <label class="md-nav__title" for="__drawer">
+ <a href="../.." title="Rofi Documentation" class="md-nav__button md-logo" aria-label="Rofi Documentation" data-md-component="logo">
+
+
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
+
+ </a>
+ Rofi Documentation
+ </label>
+
+ <div class="md-nav__source">
+ <a href="https://github.com/davatorium/rofi/" title="Go to repository" class="md-source" data-md-component="source">
+ <div class="md-source__icon md-icon">
+
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
+ </div>
+ <div class="md-source__repository">
+ GitHub
+ </div>
+</a>
+ </div>
+
+ <ul class="md-nav__list" data-md-scrollfix>
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../COPYING/" class="md-nav__link">
+ License
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="https://github.com/davatorium/rofi/issues" class="md-nav__link">
+ Issue Tracker
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="https://github.com/davatorium/rofi/discussions" class="md-nav__link">
+ Discussions Forum
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../downloads/" class="md-nav__link">
+ Downloads
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../INSTALL/" class="md-nav__link">
+ Installation
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../CONFIG/" class="md-nav__link">
+ Configuration
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item md-nav__item--active">
+
+ <input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
+
+
+
+
+
+ <a href="./" class="md-nav__link md-nav__link--active">
+ Themes
+ </a>
+
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item md-nav__item--nested">
+
+
+
+
+ <input class="md-nav__toggle md-toggle " data-md-toggle="__nav_8" type="checkbox" id="__nav_8" >
+
+
+
+ <label class="md-nav__link" for="__nav_8" tabindex="0" aria-expanded="false">
+ Guides
+ <span class="md-nav__icon md-icon"></span>
+ </label>
+
+ <nav class="md-nav" aria-label="Guides" data-md-level="1">
+ <label class="md-nav__title" for="__nav_8">
+ <span class="md-nav__icon md-icon"></span>
+ Guides
+ </label>
+ <ul class="md-nav__list" data-md-scrollfix>
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../guides/Transparency/theme3-transparency/" class="md-nav__link">
+ Transparency
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../guides/Positioning/theme3-positioning/" class="md-nav__link">
+ Positioning
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../guides/Plugins/2017-04-19-rofi-140-sneak-preview-plugins/" class="md-nav__link">
+ Plugins
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../guides/DynamicThemes/dynamic_themes/" class="md-nav__link">
+ Dynamic Theme
+ </a>
+ </li>
+
+
+
+
+ </ul>
+ </nav>
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item md-nav__item--nested">
+
+
+
+
+ <input class="md-nav__toggle md-toggle " data-md-toggle="__nav_9" type="checkbox" id="__nav_9" >
+
+
+
+ <label class="md-nav__link" for="__nav_9" tabindex="0" aria-expanded="false">
+ Current
+ <span class="md-nav__icon md-icon"></span>
+ </label>
+
+ <nav class="md-nav" aria-label="Current" data-md-level="1">
+ <label class="md-nav__title" for="__nav_9">
+ <span class="md-nav__icon md-icon"></span>
+ Current
+ </label>
+ <ul class="md-nav__list" data-md-scrollfix>
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../current/rofi.1/" class="md-nav__link">
+ Rofi
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../current/rofi-theme.5/" class="md-nav__link">
+ Themes
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../current/rofi-dmenu.5/" class="md-nav__link">
+ Dmenu
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../current/rofi-script.5/" class="md-nav__link">
+ Script
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../current/rofi-debugging.5/" class="md-nav__link">
+ Debugging
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../current/rofi-keys.5/" class="md-nav__link">
+ Keys
+ </a>
+ </li>
+
+
+
+
+ </ul>
+ </nav>
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item md-nav__item--nested">
+
+
+
+
+ <input class="md-nav__toggle md-toggle " data-md-toggle="__nav_10" type="checkbox" id="__nav_10" >
+
+
+
+ <label class="md-nav__link" for="__nav_10" tabindex="0" aria-expanded="false">
+ 1.7.5
+ <span class="md-nav__icon md-icon"></span>
+ </label>
+
+ <nav class="md-nav" aria-label="1.7.5" data-md-level="1">
+ <label class="md-nav__title" for="__nav_10">
+ <span class="md-nav__icon md-icon"></span>
+ 1.7.5
+ </label>
+ <ul class="md-nav__list" data-md-scrollfix>
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.5/rofi.1/" class="md-nav__link">
+ Rofi
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.5/rofi-theme.5/" class="md-nav__link">
+ Themes
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.5/rofi-dmenu.5/" class="md-nav__link">
+ Dmenu
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.5/rofi-script.5/" class="md-nav__link">
+ Script
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.5/rofi-debugging.5/" class="md-nav__link">
+ Debugging
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.5/rofi-keys.5/" class="md-nav__link">
+ Keys
+ </a>
+ </li>
+
+
+
+
+ </ul>
+ </nav>
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item md-nav__item--nested">
+
+
+
+
+ <input class="md-nav__toggle md-toggle " data-md-toggle="__nav_11" type="checkbox" id="__nav_11" >
+
+
+
+ <label class="md-nav__link" for="__nav_11" tabindex="0" aria-expanded="false">
+ 1.7.4
+ <span class="md-nav__icon md-icon"></span>
+ </label>
+
+ <nav class="md-nav" aria-label="1.7.4" data-md-level="1">
+ <label class="md-nav__title" for="__nav_11">
+ <span class="md-nav__icon md-icon"></span>
+ 1.7.4
+ </label>
+ <ul class="md-nav__list" data-md-scrollfix>
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.4/rofi.1/" class="md-nav__link">
+ Rofi
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.4/rofi-theme.5/" class="md-nav__link">
+ Themes
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.4/rofi-dmenu.5/" class="md-nav__link">
+ Dmenu
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.4/rofi-script.5/" class="md-nav__link">
+ Script
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.4/rofi-debugging.5/" class="md-nav__link">
+ Debugging
+ </a>
+ </li>
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.4/rofi-keys.5/" class="md-nav__link">
+ Keys
+ </a>
+ </li>
+
+
+
+
+ </ul>
+ </nav>
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+ <li class="md-nav__item md-nav__item--nested">
+
+
+
+
+ <input class="md-nav__toggle md-toggle " data-md-toggle="__nav_12" type="checkbox" id="__nav_12" >
+
+
+
+ <label class="md-nav__link" for="__nav_12" tabindex="0" aria-expanded="false">
+ 1.7.3
+ <span class="md-nav__icon md-icon"></span>
+ </label>
+
+ <nav class="md-nav" aria-label="1.7.3" data-md-level="1">
+ <label class="md-nav__title" for="__nav_12">
+ <span class="md-nav__icon md-icon"></span>
+ 1.7.3
+ </label>
+ <ul class="md-nav__list" data-md-scrollfix>
+
+
+
+
+
+
+ <li class="md-nav__item">
+ <a href="../../1.7.3/rofi.1/" class="md-nav__link">
+ Rofi
+ </a>
+ </li>
+
+
+
+ <