shoji-bar-2
No description available.
File Explorer
- angle-down-dark.svg
- angle-down.svg
- angle-right-dark.svg
- angle-right.svg
- arch-linux-black.svg
- arch-linux-white.svg
- arch-linux.svg
- backward-step.svg
- balanced-dark.svg
- balanced.svg
- battery-charging-dark.svg
- battery-charging.svg
- battery-full-dark.svg
- battery-full.svg
- battery-low-dark.svg
- battery-low.svg
- battery-midium-dark.svg
- battery-midium.svg
- battery-very-low-dark.svg
- battery-very-low.svg
- bell-dark.svg
- bell-no-dark.svg
- bell-no.svg
- bell.svg
- bluetooth-dark.svg
- bluetooth.svg
- cpu-dark.svg
- cpu.svg
- debian-black.svg
- debian-white.svg
- fedora-black.svg
- fedora-white.svg
- float.svg
- forward-step.svg
- leaf-dark.svg
- leaf.svg
- lightning-dark.svg
- lightning.svg
- linux-black.svg
- linux-white.svg
- lock.svg
- memory-dark.svg
- memory.svg
- music-dark.svg
- music.svg
- nixos-black.svg
- nixos-white.svg
- pause.svg
- play.svg
- power.svg
- search.svg
- sun-dark.svg
- sun.svg
- tiled.svg
- ubuntu-black.svg
- ubuntu-white.svg
- volume-dark.svg
- volume-off-dark.svg
- volume-off.svg
- volume.svg
- wallpaper-dark.svg
- wallpaper.svg
- wifi-full-dark.svg
- wifi-full.svg
- wifi-low-dark.svg
- wifi-low.svg
- wifi-midium-dark.svg
- wifi-midium.svg
- wifi-off-dark.svg
- wifi-off.svg
- wifi-reload.svg
- screenshot0.png
- diag-bar-perf.sh
- animation.ts
- clipboard.ts
- dockState.ts
- LayerState.tsx
- osIcon.ts
- pointInside.ts
- shojiIpc.ts
- statusServices.ts
- wallpaperState.ts
- workspaceState.ts
- Bar.tsx
- Battery.tsx
- ClipboardMenu.tsx
- ClockMenu.tsx
- Dock.tsx
- LayoutMode.tsx
- MonitorIdentify.tsx
- NotifPopup.tsx
- SnapPreview.tsx
- StartMenu.tsx
- StatusMenu.tsx
- SystemTray.tsx
- SystemUsage.tsx
- Wallpaper.tsx
- Workspaces.tsx
- .editorconfig
- .gitignore
- .prettierignore
- .prettierrc.json
- app.tsx
- env.d.ts
- LICENSE
- package-lock.json
- package.json
- README.md
- style.scss
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
magick
View Details ▼
magick
Create, edit, compose, or convert between image formats.
This tool replaces `convert` in ImageMagick 7+. See `magick convert` to use the old tool in versions 7+.
Some subcommands, such as `mogrify` have their own usage documentation.
magick {{path/to/input_image.png}} {{path/to/output_image.jpg}}
Convert between image formats:
magick {{path/to/input_image.jpg}} -resize {{100x100}} {{path/to/output_image.jpg}}
Resize an image, making a new copy:
magick {{path/to/input_image.png}} -resize {{50}}% {{path/to/output_image.png}}
Resize an image by a percentage:
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
bluetoothctl
View Details ▼
bluetoothctl
Manage Bluetooth devices.
See also: `bluetui`.
bluetoothctl
Enter the `bluetoothctl` interactive shell:
bluetoothctl devices
List all known devices:
bluetoothctl power {{on|off}}
Power the Bluetooth controller on or off:
brightnessctl
View Details ▼
brightnessctl
Utility for reading and controlling device brightness for Linux operating systems.
brightnessctl {{[-l|--list]}}
List devices with changeable brightness:
brightnessctl {{[g|get]}}
Print the current brightness of the default device:
brightnessctl {{[g|get]}} {{[-d|--device]}} '{{device_name}}'
Print the current brightness of a specific device (can be a wildcard):
cliphist
View Details ▼
cliphist
Manage clipboard history for Wayland compositors.
Works with `wl-copy` and `wl-paste`.
cliphist list
List clipboard history entries:
cliphist list | fzf | cliphist decode | wl-copy
Select and copy a previous clipboard entry (using `fzf`):
cliphist wipe
Delete all stored clipboard entries:
nmcli
View Details ▼
nmcli
Manage the network configuration using NetworkManager.
See also: `nmtui`, `iw`, `iwctl`.
tldr nmcli device
View documentation for managing network interfaces and establishing new Wi-Fi connections:
tldr nmcli connection
View documentation for managing network connections:
tldr nmcli agent
View documentation for running `nmcli` as a NetworkManager secret/polkit agent:
paru
View Details ▼
paru
An AUR helper and pacman wrapper.
See also: `pacman`, `yay`.
paru {{package_name_or_search_term}}
Interactively search for and install a package:
paru
Synchronize and update all packages:
paru -Sua
Upgrade AUR packages:
rfkill
View Details ▼
rfkill
Enable and disable wireless devices.
rfkill
List devices:
rfkill {{[-o|--output]}} {{ID,TYPE,DEVICE,...}}
Filter by columns:
rfkill block {{bluetooth|wifi|gps|nfc|...}}
Block devices by type:
wl-copy
View Details ▼
wl-copy
Clear and copy to Wayland clipboard.
See also: `wl-paste`, `xclip`.
wl-copy "{{text}}"
Copy the text to the clipboard:
{{ls}} | wl-copy
Pipe the command (`ls`) output to the clipboard:
wl-copy --paste-once "{{text}}"
Copy for only one paste and then clear it:
wl-paste
View Details ▼
wl-paste
Paste content in Wayland clipboard.
See also: `wl-copy`, `xclip`.
wl-paste
Paste the contents of the clipboard:
wl-paste --primary
Paste the contents of the primary clipboard (highlighted text):
wl-paste > {{path/to/file}}
Write the contents of the clipboard to a file:
