Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Left click opens pavucontrol, scroll changes volume, but it seems buggy and SCROLL-STEP is 0 by default. People rarely care about precise percentage, only icons for every 25% is provided by default, controlled by SHOW-PERCENTAGE?.
Returns a function, which accepts rde config and returns waybar clock module. Left click on the module open world-clock in emacs client, right click opens calendar.
Configure slurp, grim and other tools for screenshot capabilities. Feature is sway dependent, because it relies on swaymsg.
If xdg-user-directories-configuration value provided, feature uses $XDG_PICTURES_DIR/screenshots directory for saving swappy results (and changes filename format by removing swappy- prefix and using ISO date), otherwise $HOME directory is used.
Configure swaylock.
Setup and configure sway. When PRIMARY-WAYLAND-COMPOSITOR? is #t, set the primary-wayland-compositor rde value to sway. This is kept for compatibility with deprecated feature-wayland-compositor-run-on-tty.
Configure desktop notifications for battery status levels.
Sets per-application or per-tab layout. List app_id in tab-applications, can be obtained with swaymsg -t get_tree.
We don't set tab-applications, because it uses window title to determine the layout for a tab, which works horrible for sites with dynamic titles (for example translators or search engines, which change the title depending on the content you input) and for sites with the same title, but having different session. So for consistent experience it's recommended not to use this functionality.
Configure swayidle.
Configure Sway Notification Center.
Displays information about the current CPU load.
Configure statusbar.
It's more minimalistic counterpart of waybar-volume, but for input audio device. It has no configuration options yet.
Deprecated. Use greetd login sessions provided by the compositor feature.
Launch the primary Wayland compositor on specified tty upon user login. Also, automatically switch to TTY-NUMBER on boot. The compositor is determined by the primary-wayland-compositor rde value, which should be a symbol (e.g. sway, niri). The corresponding rde value with that symbol as key should contain a file-like package object. The compositor is launched with additional list of strings LAUNCH-ARGUMENTS. The log file is written to $XDG_STATE_HOME/log/<compositor-name>.log.
Configure waybar. Each element of WAYBAR-MODULES is a home service or a function accepting an rde config and returning a home-service, which extends home-waybar-service-type. Set TRANSITIONS? to #t if you prefer a smooth animation. Define a list of additional bars using EXTRA-CONFIG, you can use waybar modules with #:bar-id equal to the name of the bar. By default, the main bar will be shown on every output. Use OUTPUT to set a specific output for the main bar.
Executes a custom script EXEC. The script is expected to return a valid json object.
Configure kanshi.
Displays information about the memory.
PERSISTENT-WORKSPACES is a list of pairs workspace and vector of outputs.