]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Add the plugin
authorRuben Beltran del Rio <redacted>
Sat, 11 Feb 2023 18:07:40 +0000 (19:07 +0100)
committerRuben Beltran del Rio <redacted>
Sat, 11 Feb 2023 18:07:40 +0000 (19:07 +0100)
12 files changed:
jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Info.plist [new file with mode: 0644]
jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/MacOS/Flat Bezel [new file with mode: 0755]
jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Resources/BBFlatBezelInterface.nib [new file with mode: 0644]
jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Resources/en.lproj/InfoPlist.strings [new file with mode: 0644]
jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/_CodeSignature/CodeResources [new file with mode: 0644]
jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Info.plist [new file with mode: 0644]
jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/MacOS/Flat Bezel [new file with mode: 0755]
jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Resources/BBFlatBezelInterface.nib [new file with mode: 0644]
jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Resources/en.lproj/InfoPlist.strings [new file with mode: 0644]
jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/_CodeSignature/CodeResources [new file with mode: 0644]
jekyll/flat_bezel.html [new file with mode: 0644]
jekyll/index.html

diff --git a/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Info.plist b/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Info.plist
new file mode 100644 (file)
index 0000000..e8d41a3
--- /dev/null
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>BuildMachineOSBuild</key>
+       <string>22D49</string>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleDisplayName</key>
+       <string>Flat Bezel Interface</string>
+       <key>CFBundleExecutable</key>
+       <string>Flat Bezel</string>
+       <key>CFBundleIdentifier</key>
+       <string>pizza.unlimited.Flat-Bezel</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleName</key>
+       <string>Flat Bezel Interface</string>
+       <key>CFBundlePackageType</key>
+       <string>BNDL</string>
+       <key>CFBundleShortVersionString</key>
+       <string>1.0.0</string>
+       <key>CFBundleSupportedPlatforms</key>
+       <array>
+               <string>MacOSX</string>
+       </array>
+       <key>CFBundleVersion</key>
+       <string>10</string>
+       <key>DTCompiler</key>
+       <string>com.apple.compilers.llvm.clang.1_0</string>
+       <key>DTPlatformBuild</key>
+       <string>14C18</string>
+       <key>DTPlatformName</key>
+       <string>macosx</string>
+       <key>DTPlatformVersion</key>
+       <string>13.1</string>
+       <key>DTSDKBuild</key>
+       <string>22C55</string>
+       <key>DTSDKName</key>
+       <string>macosx13.1</string>
+       <key>DTXcode</key>
+       <string>1420</string>
+       <key>DTXcodeBuild</key>
+       <string>14C18</string>
+       <key>LSMinimumSystemVersion</key>
+       <string>12.0</string>
+       <key>QSPlugIn</key>
+       <dict>
+               <key>author</key>
+               <string>Ruben Beltran del Rio</string>
+               <key>categories</key>
+               <array>
+                       <string>Interfaces</string>
+               </array>
+               <key>description</key>
+               <string>A new take on the Bezel Interface, using a flatter look.</string>
+               <key>extendedDescription</key>
+               <string>&lt;h2&gt;Flat Bezel Interface&lt;/h2&gt;
+&lt;p&gt;A new take on the Bezel Interface, using a flatter look.&lt;/p&gt;
+&lt;h3&gt;Colors&lt;/h3&gt;
+&lt;p&gt;Both light mode and dark mode are supported by this plugin. Choose your color preferences by enabling the Flat Bezel interface in the Appearance preferences, and then clicking the 'Customize' button.&lt;/p&gt;
+
+
+&lt;h3&gt;Credits&lt;/h3&gt;
+
+This plugin was created by Ruben Beltran del Río, building on top of the Yosemite interface that was originally built by Mikkel Malmberg (&lt;a href="https://github.com/mikker/"&gt;@mikker&lt;/a&gt;), and updated by the Patrick Robertson and the Quicksilver Development Team.</string>
+       </dict>
+       <key>QSRegistration</key>
+       <dict>
+               <key>QSCommandInterfaceControllers</key>
+               <dict>
+                       <key>Flat Bezel</key>
+                       <string>BBFlatBezelInterface</string>
+               </dict>
+               <key>QSPreferencePanes</key>
+               <dict>
+                       <key>BBFlatBezelPrefs</key>
+                       <dict>
+                               <key>class</key>
+                               <string>BBFlatBezelPrefs</string>
+                               <key>description</key>
+                               <string>Flat Bezel interface preferences</string>
+                               <key>icon</key>
+                               <string></string>
+                               <key>name</key>
+                               <string>Flat Bezel</string>
+                               <key>nibBundle</key>
+                               <string>pizza.unlimited.Flat-Bezel</string>
+                               <key>nibName</key>
+                               <string>BBFlatBezelPrefs</string>
+                               <key>type</key>
+                               <string>hidden</string>
+                       </dict>
+               </dict>
+       </dict>
+       <key>QSRequirements</key>
+       <dict>
+               <key>minHostVersion</key>
+               <string>4039</string>
+       </dict>
+</dict>
+</plist>
diff --git a/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/MacOS/Flat Bezel b/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/MacOS/Flat Bezel
new file mode 100755 (executable)
index 0000000..9fcbdfa
Binary files /dev/null and b/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/MacOS/Flat Bezel differ
diff --git a/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Resources/BBFlatBezelInterface.nib b/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Resources/BBFlatBezelInterface.nib
new file mode 100644 (file)
index 0000000..a0aeb15
Binary files /dev/null and b/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Resources/BBFlatBezelInterface.nib differ
diff --git a/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Resources/en.lproj/InfoPlist.strings b/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Resources/en.lproj/InfoPlist.strings
new file mode 100644 (file)
index 0000000..5e45963
Binary files /dev/null and b/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/Resources/en.lproj/InfoPlist.strings differ
diff --git a/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/_CodeSignature/CodeResources b/jekyll/files/flat_bezel/Flat Bezel 1.0.0.qsplugin/Contents/_CodeSignature/CodeResources
new file mode 100644 (file)
index 0000000..df7ea0f
--- /dev/null
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>files</key>
+       <dict>
+               <key>Resources/BBFlatBezelInterface.nib</key>
+               <data>
+               zN9acFzJXLDRxOtq8FtdKhyQrwE=
+               </data>
+               <key>Resources/en.lproj/InfoPlist.strings</key>
+               <dict>
+                       <key>hash</key>
+                       <data>
+                       MiLKDDnrUKr4EmuvhS5VQwxHGK8=
+                       </data>
+                       <key>optional</key>
+                       <true/>
+               </dict>
+       </dict>
+       <key>files2</key>
+       <dict>
+               <key>Resources/BBFlatBezelInterface.nib</key>
+               <dict>
+                       <key>hash2</key>
+                       <data>
+                       JBPIwKcrVD3C11VMIbqjKKzfv7gyTXGX3oxqVm36kbQ=
+                       </data>
+               </dict>
+               <key>Resources/en.lproj/InfoPlist.strings</key>
+               <dict>
+                       <key>hash2</key>
+                       <data>
+                       Oc8u4Ht7Mz58F50L9NeYpbcq9qTlhPUeZCcDu/pPyCg=
+                       </data>
+                       <key>optional</key>
+                       <true/>
+               </dict>
+       </dict>
+       <key>rules</key>
+       <dict>
+               <key>^Resources/</key>
+               <true/>
+               <key>^Resources/.*\.lproj/</key>
+               <dict>
+                       <key>optional</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>1000</real>
+               </dict>
+               <key>^Resources/.*\.lproj/locversion.plist$</key>
+               <dict>
+                       <key>omit</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>1100</real>
+               </dict>
+               <key>^Resources/Base\.lproj/</key>
+               <dict>
+                       <key>weight</key>
+                       <real>1010</real>
+               </dict>
+               <key>^version.plist$</key>
+               <true/>
+       </dict>
+       <key>rules2</key>
+       <dict>
+               <key>.*\.dSYM($|/)</key>
+               <dict>
+                       <key>weight</key>
+                       <real>11</real>
+               </dict>
+               <key>^(.*/)?\.DS_Store$</key>
+               <dict>
+                       <key>omit</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>2000</real>
+               </dict>
+               <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
+               <dict>
+                       <key>nested</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>10</real>
+               </dict>
+               <key>^.*</key>
+               <true/>
+               <key>^Info\.plist$</key>
+               <dict>
+                       <key>omit</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>20</real>
+               </dict>
+               <key>^PkgInfo$</key>
+               <dict>
+                       <key>omit</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>20</real>
+               </dict>
+               <key>^Resources/</key>
+               <dict>
+                       <key>weight</key>
+                       <real>20</real>
+               </dict>
+               <key>^Resources/.*\.lproj/</key>
+               <dict>
+                       <key>optional</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>1000</real>
+               </dict>
+               <key>^Resources/.*\.lproj/locversion.plist$</key>
+               <dict>
+                       <key>omit</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>1100</real>
+               </dict>
+               <key>^Resources/Base\.lproj/</key>
+               <dict>
+                       <key>weight</key>
+                       <real>1010</real>
+               </dict>
+               <key>^[^/]+$</key>
+               <dict>
+                       <key>nested</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>10</real>
+               </dict>
+               <key>^embedded\.provisionprofile$</key>
+               <dict>
+                       <key>weight</key>
+                       <real>20</real>
+               </dict>
+               <key>^version\.plist$</key>
+               <dict>
+                       <key>weight</key>
+                       <real>20</real>
+               </dict>
+       </dict>
+</dict>
+</plist>
diff --git a/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Info.plist b/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Info.plist
new file mode 100644 (file)
index 0000000..e8d41a3
--- /dev/null
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>BuildMachineOSBuild</key>
+       <string>22D49</string>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleDisplayName</key>
+       <string>Flat Bezel Interface</string>
+       <key>CFBundleExecutable</key>
+       <string>Flat Bezel</string>
+       <key>CFBundleIdentifier</key>
+       <string>pizza.unlimited.Flat-Bezel</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleName</key>
+       <string>Flat Bezel Interface</string>
+       <key>CFBundlePackageType</key>
+       <string>BNDL</string>
+       <key>CFBundleShortVersionString</key>
+       <string>1.0.0</string>
+       <key>CFBundleSupportedPlatforms</key>
+       <array>
+               <string>MacOSX</string>
+       </array>
+       <key>CFBundleVersion</key>
+       <string>10</string>
+       <key>DTCompiler</key>
+       <string>com.apple.compilers.llvm.clang.1_0</string>
+       <key>DTPlatformBuild</key>
+       <string>14C18</string>
+       <key>DTPlatformName</key>
+       <string>macosx</string>
+       <key>DTPlatformVersion</key>
+       <string>13.1</string>
+       <key>DTSDKBuild</key>
+       <string>22C55</string>
+       <key>DTSDKName</key>
+       <string>macosx13.1</string>
+       <key>DTXcode</key>
+       <string>1420</string>
+       <key>DTXcodeBuild</key>
+       <string>14C18</string>
+       <key>LSMinimumSystemVersion</key>
+       <string>12.0</string>
+       <key>QSPlugIn</key>
+       <dict>
+               <key>author</key>
+               <string>Ruben Beltran del Rio</string>
+               <key>categories</key>
+               <array>
+                       <string>Interfaces</string>
+               </array>
+               <key>description</key>
+               <string>A new take on the Bezel Interface, using a flatter look.</string>
+               <key>extendedDescription</key>
+               <string>&lt;h2&gt;Flat Bezel Interface&lt;/h2&gt;
+&lt;p&gt;A new take on the Bezel Interface, using a flatter look.&lt;/p&gt;
+&lt;h3&gt;Colors&lt;/h3&gt;
+&lt;p&gt;Both light mode and dark mode are supported by this plugin. Choose your color preferences by enabling the Flat Bezel interface in the Appearance preferences, and then clicking the 'Customize' button.&lt;/p&gt;
+
+
+&lt;h3&gt;Credits&lt;/h3&gt;
+
+This plugin was created by Ruben Beltran del Río, building on top of the Yosemite interface that was originally built by Mikkel Malmberg (&lt;a href="https://github.com/mikker/"&gt;@mikker&lt;/a&gt;), and updated by the Patrick Robertson and the Quicksilver Development Team.</string>
+       </dict>
+       <key>QSRegistration</key>
+       <dict>
+               <key>QSCommandInterfaceControllers</key>
+               <dict>
+                       <key>Flat Bezel</key>
+                       <string>BBFlatBezelInterface</string>
+               </dict>
+               <key>QSPreferencePanes</key>
+               <dict>
+                       <key>BBFlatBezelPrefs</key>
+                       <dict>
+                               <key>class</key>
+                               <string>BBFlatBezelPrefs</string>
+                               <key>description</key>
+                               <string>Flat Bezel interface preferences</string>
+                               <key>icon</key>
+                               <string></string>
+                               <key>name</key>
+                               <string>Flat Bezel</string>
+                               <key>nibBundle</key>
+                               <string>pizza.unlimited.Flat-Bezel</string>
+                               <key>nibName</key>
+                               <string>BBFlatBezelPrefs</string>
+                               <key>type</key>
+                               <string>hidden</string>
+                       </dict>
+               </dict>
+       </dict>
+       <key>QSRequirements</key>
+       <dict>
+               <key>minHostVersion</key>
+               <string>4039</string>
+       </dict>
+</dict>
+</plist>
diff --git a/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/MacOS/Flat Bezel b/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/MacOS/Flat Bezel
new file mode 100755 (executable)
index 0000000..9fcbdfa
Binary files /dev/null and b/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/MacOS/Flat Bezel differ
diff --git a/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Resources/BBFlatBezelInterface.nib b/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Resources/BBFlatBezelInterface.nib
new file mode 100644 (file)
index 0000000..a0aeb15
Binary files /dev/null and b/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Resources/BBFlatBezelInterface.nib differ
diff --git a/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Resources/en.lproj/InfoPlist.strings b/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Resources/en.lproj/InfoPlist.strings
new file mode 100644 (file)
index 0000000..5e45963
Binary files /dev/null and b/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/Resources/en.lproj/InfoPlist.strings differ
diff --git a/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/_CodeSignature/CodeResources b/jekyll/files/flat_bezel/Flat Bezel.qsplugin/Contents/_CodeSignature/CodeResources
new file mode 100644 (file)
index 0000000..df7ea0f
--- /dev/null
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>files</key>
+       <dict>
+               <key>Resources/BBFlatBezelInterface.nib</key>
+               <data>
+               zN9acFzJXLDRxOtq8FtdKhyQrwE=
+               </data>
+               <key>Resources/en.lproj/InfoPlist.strings</key>
+               <dict>
+                       <key>hash</key>
+                       <data>
+                       MiLKDDnrUKr4EmuvhS5VQwxHGK8=
+                       </data>
+                       <key>optional</key>
+                       <true/>
+               </dict>
+       </dict>
+       <key>files2</key>
+       <dict>
+               <key>Resources/BBFlatBezelInterface.nib</key>
+               <dict>
+                       <key>hash2</key>
+                       <data>
+                       JBPIwKcrVD3C11VMIbqjKKzfv7gyTXGX3oxqVm36kbQ=
+                       </data>
+               </dict>
+               <key>Resources/en.lproj/InfoPlist.strings</key>
+               <dict>
+                       <key>hash2</key>
+                       <data>
+                       Oc8u4Ht7Mz58F50L9NeYpbcq9qTlhPUeZCcDu/pPyCg=
+                       </data>
+                       <key>optional</key>
+                       <true/>
+               </dict>
+       </dict>
+       <key>rules</key>
+       <dict>
+               <key>^Resources/</key>
+               <true/>
+               <key>^Resources/.*\.lproj/</key>
+               <dict>
+                       <key>optional</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>1000</real>
+               </dict>
+               <key>^Resources/.*\.lproj/locversion.plist$</key>
+               <dict>
+                       <key>omit</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>1100</real>
+               </dict>
+               <key>^Resources/Base\.lproj/</key>
+               <dict>
+                       <key>weight</key>
+                       <real>1010</real>
+               </dict>
+               <key>^version.plist$</key>
+               <true/>
+       </dict>
+       <key>rules2</key>
+       <dict>
+               <key>.*\.dSYM($|/)</key>
+               <dict>
+                       <key>weight</key>
+                       <real>11</real>
+               </dict>
+               <key>^(.*/)?\.DS_Store$</key>
+               <dict>
+                       <key>omit</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>2000</real>
+               </dict>
+               <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
+               <dict>
+                       <key>nested</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>10</real>
+               </dict>
+               <key>^.*</key>
+               <true/>
+               <key>^Info\.plist$</key>
+               <dict>
+                       <key>omit</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>20</real>
+               </dict>
+               <key>^PkgInfo$</key>
+               <dict>
+                       <key>omit</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>20</real>
+               </dict>
+               <key>^Resources/</key>
+               <dict>
+                       <key>weight</key>
+                       <real>20</real>
+               </dict>
+               <key>^Resources/.*\.lproj/</key>
+               <dict>
+                       <key>optional</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>1000</real>
+               </dict>
+               <key>^Resources/.*\.lproj/locversion.plist$</key>
+               <dict>
+                       <key>omit</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>1100</real>
+               </dict>
+               <key>^Resources/Base\.lproj/</key>
+               <dict>
+                       <key>weight</key>
+                       <real>1010</real>
+               </dict>
+               <key>^[^/]+$</key>
+               <dict>
+                       <key>nested</key>
+                       <true/>
+                       <key>weight</key>
+                       <real>10</real>
+               </dict>
+               <key>^embedded\.provisionprofile$</key>
+               <dict>
+                       <key>weight</key>
+                       <real>20</real>
+               </dict>
+               <key>^version\.plist$</key>
+               <dict>
+                       <key>weight</key>
+                       <real>20</real>
+               </dict>
+       </dict>
+</dict>
+</plist>
diff --git a/jekyll/flat_bezel.html b/jekyll/flat_bezel.html
new file mode 100644 (file)
index 0000000..fca14c1
--- /dev/null
@@ -0,0 +1,30 @@
+---
+layout: default
+title: /flat_bezel.html
+description: "Flat Bezel.qsplugin"
+---
+<main>
+  <h2>Flat Bezel.qsplugin</h2>
+  <p>A UI for <a href="https://qsapp.com/">Quicksilver</a>, that takes inspiration from the default Bezel view.</p>
+  <p>
+    → <a href="https://git.sr.ht/~rbdr/Flat-Bezel.qsplugin">view source</a>.
+  </p>
+  <h2>Download</h2>
+  <ul>
+    <li>
+      <p>
+        <a href="/files/flat_bezel/Flat%20Bezel%201.0.0.qsplugin">Flat Bezel.qsplugin</a>:
+          Latest (1.0.0).
+      </p>
+    </li>
+  </ul>
+  <h2>All Versions</h2>
+  <ul>
+    <li>
+      <p>
+        <a href="/files/flat_bezel/Flat%20Bezel%201.0.0.qsplugin">Flat Bezel.qsplugin 1.0.0</a>:
+          Initial release
+      </p>
+    </li>
+  </ul>
+</main>
index 5439ef685123ec35ee2e49a8f71ea578b20fe4bd..52e922dbd4d511b9853172d5818001215950f734 100644 (file)
@@ -51,6 +51,11 @@ description: "unlimited.pizza - ruben beltran del río surfs the internet: progr
   </ul>
   <h2>Plugins</h2>
   <ul>
+    <li>
+      <p>
+        <a href="/flat_bezel.html">Flat-Bezel.qsplugin</a>.
+      </p>
+    </li>
     <li>
       <p>
         <a href="https://git.sr.ht/~rbdr/api-notation.vim">API notation for vim</a>,