mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
@@ -83,6 +83,15 @@ Features a modern modular architecture with a status bar, notification system, c
|
||||
> There is one more optional dependency.
|
||||
> `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
|
||||
|
||||
@@ -8,8 +8,8 @@ Singleton {
|
||||
id: root
|
||||
|
||||
// Public properties
|
||||
property string baseVersion: "2.8.0"
|
||||
property bool isDevelopment: false
|
||||
property string baseVersion: "2.7.0"
|
||||
property bool isDevelopment: true
|
||||
|
||||
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user