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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Executes a custom script EXEC. The script is expected to return a valid json object.
When INTENSE? is #t changes background color instead of text color when the battery is low or nearly empty. SHOW-PERCENTAGE? controls if current capacity is displayed in label or not, in most cases it's not needed and disctracting, also this information can be obtained from tooltip if really needed. CHARGING-ICON is shown next to battery icon, when battery on AC and not full.
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.
PERSISTENT-WORKSPACES is a list of pairs workspace and vector of outputs.
Configure statusbar.
Displays information about the current CPU load.
Set XDG base (with a few extensions) and user directories.
Set the value to "$HOME" for any user directory if you don't need it. No other environment variables allowed in user directories.
Configure rofi.
Configure Ydotool.
Get key from config. If default-value is not specified,call require-value to make sure that key is present in the config.
Get KEY from rde-config-values, if the value is a function apply it to config one more time.