Remove need for polkit, launch any ArchUpdater update through terminal
ArchUpdater: rely on `TERMINAL` environment variable README: Add explanation for the `TERMINAL` environment variable
This commit is contained in:
parent
5ab76c98e5
commit
299add4a15
19 changed files with 1232 additions and 799 deletions
30
README.md
30
README.md
|
|
@ -27,11 +27,11 @@ Features a modern modular architecture with a status bar, notification system, c
|
|||
|
||||
## Preview
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
|
@ -75,14 +75,21 @@ Features a modern modular architecture with a status bar, notification system, c
|
|||
### Optional
|
||||
|
||||
- `cliphist` - For clipboard history support
|
||||
- `swww` - Wallpaper animations and effects
|
||||
- `matugen` - Material You color scheme generation
|
||||
- `cava` - Audio visualizer component
|
||||
- `wlsunset` - To be able to use NightLight
|
||||
|
||||
> There are 2 more optional dependencies.
|
||||
> Any `polkit agent` to be able to use the ArchUpdater widget.
|
||||
> There is one more optional dependency.
|
||||
> And also any `xdg-desktop-portal` to be able to use the "Portal" option from the screenRecorder.
|
||||
|
||||
If you want to use the ArchUpdater please make sure to set your terminal with the `TERMINAL` environment variable.
|
||||
```
|
||||
sudo sed -i '/^TERMINAL=/d' /etc/environment && echo 'TERMINAL=/usr/bin/kitty' | sudo tee -a /etc/environment
|
||||
|
||||
```
|
||||
In that command you **NEED** to replace kitty with whatever your terminal is (and perhaps edit the path depending on the distro).
|
||||
|
||||
---
|
||||
|
||||
## Quick Start
|
||||
|
|
@ -269,6 +276,14 @@ The launcher supports special commands for enhanced functionality:
|
|||
|
||||
## Advanced Configuration
|
||||
|
||||
### Niri Configuration
|
||||
|
||||
Add this to your `layout` section for proper swww integration:
|
||||
|
||||
```
|
||||
background-color "transparent"
|
||||
```
|
||||
|
||||
### Recommended Compositor Settings
|
||||
|
||||
For Niri:
|
||||
|
|
@ -279,6 +294,11 @@ window-rule {
|
|||
clip-to-geometry true
|
||||
}
|
||||
|
||||
layer-rule {
|
||||
match namespace="^swww-daemon$"
|
||||
place-within-backdrop true
|
||||
}
|
||||
|
||||
layer-rule {
|
||||
match namespace="^quickshell-wallpaper$"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue