Revert readme
This commit is contained in:
34
README.md
34
README.md
@@ -1,15 +1,23 @@
|
|||||||
|
Requirements:
|
||||||
# Starter Config
|
Bun (may require sudo)
|
||||||
|
```sh
|
||||||
if suggestions don't work, first make sure
|
curl -fsSL https://bun.sh/install | bash && \
|
||||||
you have TypeScript LSP working in your editor
|
ln -s $HOME/.bun/bin/bun /usr/local/bin/bun
|
||||||
|
|
||||||
if you do not want typechecking only suggestions
|
|
||||||
|
|
||||||
```json
|
|
||||||
// tsconfig.json
|
|
||||||
"checkJs": false
|
|
||||||
```
|
```
|
||||||
|
|
||||||
types are symlinked to:
|
```
|
||||||
/usr/share/com.github.Aylur.ags/types
|
pipewire
|
||||||
|
bluez
|
||||||
|
bluez-utils
|
||||||
|
grimblast
|
||||||
|
gpu-screen-recorder
|
||||||
|
hyprpicker
|
||||||
|
btop
|
||||||
|
nmcli
|
||||||
|
networkmanager
|
||||||
|
dart-sass
|
||||||
|
brightnessctl
|
||||||
|
python
|
||||||
|
python-gpustat
|
||||||
|
|
||||||
|
```
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ const widget = {
|
|||||||
bluetooth: () => WidgetContainer(Bluetooth()),
|
bluetooth: () => WidgetContainer(Bluetooth()),
|
||||||
clock: () => WidgetContainer(Clock()),
|
clock: () => WidgetContainer(Clock()),
|
||||||
systray: () => WidgetContainer(SysTray()),
|
systray: () => WidgetContainer(SysTray()),
|
||||||
// expander: () => Widget.Box({ expand: true }),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const Bar = (monitor: number) => {
|
export const Bar = (monitor: number) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user