parent
2de2908509
commit
c2f6c39016
2 changed files with 11 additions and 2 deletions
|
|
@ -83,6 +83,15 @@ Features a modern modular architecture with a status bar, notification system, c
|
||||||
> There is one more optional dependency.
|
> There is one more optional dependency.
|
||||||
> `xdg-desktop-portal` to be able to use the "Portal" option from the screenRecorder.
|
> `xdg-desktop-portal` to be able to use the "Portal" option from the screenRecorder.
|
||||||
|
|
||||||
|
If you want to use the `ArchUpdater` widget, you will have to set your `TERMINAL` environment variable.
|
||||||
|
|
||||||
|
Example command (you can edit the /etc/environment file manually too):
|
||||||
|
|
||||||
|
`sudo sed -i '/^TERMINAL=/d' /etc/environment && echo 'TERMINAL=/usr/bin/kitty' | sudo tee -a /etc/environment
|
||||||
|
`
|
||||||
|
|
||||||
|
Please do not forget to edit `TERMINAL=/usr/bin/kitty` to match your terminal.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@ Singleton {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
// Public properties
|
// Public properties
|
||||||
property string baseVersion: "2.8.0"
|
property string baseVersion: "2.7.0"
|
||||||
property bool isDevelopment: false
|
property bool isDevelopment: true
|
||||||
|
|
||||||
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
|
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue