rename to wayvr

This commit is contained in:
galister
2026-01-09 23:38:47 +09:00
parent 7b60b86f46
commit ac05e95e9c
235 changed files with 181 additions and 200 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -8,7 +8,7 @@ on:
- 'test-*'
env:
APPDIR: WlxOverlay-S.AppDir
APPDIR: WayVR.AppDir
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v3
- name: Setup sccache
@@ -35,5 +35,5 @@ jobs:
- name: Upload AppImage
uses: actions/upload-artifact@v4
with:
name: WlxOverlay-S-${{ github.ref_name }}-x86_64.AppImage
path: ./wlx-overlay-s/WlxOverlay-S-x86_64.AppImage
name: WayVR-${{ github.ref_name }}-x86_64.AppImage
path: ./wayvr/WayVR-x86_64.AppImage

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -6,7 +6,7 @@ on:
- 'v**'
env:
APPDIR: WlxOverlay-S.AppDir
APPDIR: WayVR.AppDir
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v3
- name: Setup sccache
@@ -39,7 +39,7 @@ jobs:
pip install portage pycargoebuild
wget https://github.com/gentoo/gentoo/raw/refs/heads/master/metadata/license-mapping.conf
mkdir dist
pycargoebuild --distdir dist --license-mapping license-mapping.conf --crate-tarball --crate-tarball-path wlx-overlay-s-crates.tar.xz
pycargoebuild --distdir dist --license-mapping license-mapping.conf --crate-tarball --crate-tarball-path wayvr-crates.tar.xz
- name: Create Release
id: create_release
uses: actions/create-release@v1
@@ -47,7 +47,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
with:
tag_name: ${{ github.ref_name }}
release_name: WlxOverlay-S ${{ github.ref_name }}
release_name: WayVR ${{ github.ref_name }}
draft: true
prerelease: false
@@ -57,8 +57,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/release/wlx-overlay-s
asset_name: wlx-overlay-s
asset_path: ./target/release/wayvr
asset_name: wayvr
asset_content_type: application/octet-stream
- name: Upload WayVRCtl
@@ -77,8 +77,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./wlx-overlay-s/WlxOverlay-S-x86_64.AppImage
asset_name: WlxOverlay-S-${{ github.ref_name }}-x86_64.AppImage
asset_path: ./wayvr/WayVR-x86_64.AppImage
asset_name: WayVR-${{ github.ref_name }}-x86_64.AppImage
asset_content_type: application/octet-stream
- name: Upload crates tarball
@@ -87,6 +87,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./wlx-overlay-s/wlx-overlay-s-crates.tar.xz
asset_name: WlxOverlay-S-${{ github.ref_name }}-crates.tar.xz
asset_path: ./wayvr/wayvr-crates.tar.xz
asset_name: WayVR-${{ github.ref_name }}-crates.tar.xz
asset_content_type: application/x-gtar

View File

@@ -1,4 +1,4 @@
#!/bin/sh
cargo build --release
chmod +x ../target/release/wlx-overlay-s
cp ../target/release/wlx-overlay-s ${APPDIR}/usr/bin
chmod +x ../target/release/wayvr
cp ../target/release/wayvr ${APPDIR}/usr/bin

View File

@@ -1,4 +1,4 @@
#!/bin/sh
export VERSION=$GITHUB_REF_NAME
./linuxdeploy-x86_64.AppImage -dwlx-overlay-s.desktop -iwlx-overlay-s.png --appdir=${APPDIR} --output appimage --exclude-library '*libpipewire*'
mv WlxOverlay-S-$VERSION-x86_64.AppImage WlxOverlay-S-x86_64.AppImage
./linuxdeploy-x86_64.AppImage -dwayvr.desktop -iwayvr.png --appdir=${APPDIR} --output appimage --exclude-library '*libpipewire*'
mv WayVR-$VERSION-x86_64.AppImage WayVR-x86_64.AppImage

122
Cargo.lock generated
View File

@@ -6289,6 +6289,65 @@ dependencies = [
"pkg-config",
]
[[package]]
name = "wayvr"
version = "26.1.0"
dependencies = [
"anyhow",
"ash",
"bytes",
"chrono",
"chrono-tz",
"clap",
"config",
"dash-frontend",
"dbus",
"futures",
"glam",
"idmap",
"idmap-derive",
"image_dds",
"input-linux",
"interprocess",
"json",
"json5 1.3.0",
"libc",
"libmonado",
"log",
"log-panics",
"mint",
"openxr",
"ovr_overlay",
"regex",
"rosc",
"rust-embed",
"serde",
"serde_json",
"serde_json5",
"serde_yaml",
"signal-hook",
"slotmap",
"smallvec",
"smithay",
"strum",
"sysinfo",
"thiserror 2.0.17",
"tracing",
"tracing-subscriber",
"uuid",
"vulkano",
"vulkano-shaders",
"wayland-client",
"wayvr-ipc",
"wgui",
"winit",
"wlx-capture",
"wlx-common",
"xcb",
"xdg 3.0.0",
"xkbcommon",
]
[[package]]
name = "wayvr-ipc"
version = "0.1.0"
@@ -6306,7 +6365,7 @@ dependencies = [
[[package]]
name = "wayvrctl"
version = "0.1.0"
version = "26.1.0"
dependencies = [
"anyhow",
"clap",
@@ -6898,7 +6957,7 @@ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
[[package]]
name = "wlx-capture"
version = "0.5.3"
version = "0.6.0"
dependencies = [
"ashpd",
"drm-fourcc",
@@ -6936,65 +6995,6 @@ dependencies = [
"xdg 3.0.0",
]
[[package]]
name = "wlx-overlay-s"
version = "25.4.2"
dependencies = [
"anyhow",
"ash",
"bytes",
"chrono",
"chrono-tz",
"clap",
"config",
"dash-frontend",
"dbus",
"futures",
"glam",
"idmap",
"idmap-derive",
"image_dds",
"input-linux",
"interprocess",
"json",
"json5 1.3.0",
"libc",
"libmonado",
"log",
"log-panics",
"mint",
"openxr",
"ovr_overlay",
"regex",
"rosc",
"rust-embed",
"serde",
"serde_json",
"serde_json5",
"serde_yaml",
"signal-hook",
"slotmap",
"smallvec",
"smithay",
"strum",
"sysinfo",
"thiserror 2.0.17",
"tracing",
"tracing-subscriber",
"uuid",
"vulkano",
"vulkano-shaders",
"wayland-client",
"wayvr-ipc",
"wgui",
"winit",
"wlx-capture",
"wlx-common",
"xcb",
"xdg 3.0.0",
"xkbcommon",
]
[[package]]
name = "writeable"
version = "0.6.2"

View File

@@ -25,7 +25,7 @@ members = [
"uidev",
"wgui",
"wlx-common",
"wlx-overlay-s",
"wayvr",
"wlx-capture",
"dash-frontend",
"wayvr-ipc",

View File

@@ -1,12 +1,12 @@
# WlxOverlay-S
# WayVR
A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops, inspired by XSOverlay.
WlxOverlay-S lets you to access your desktop screens while in VR.
WayVR lets you to access your desktop screens while in VR.
In comparison to similar overlays, WlxOverlay-S aims to run alongside VR games and experiences while having as little performance impact as possible. The UI appearance and rendering techniques are kept as simple and efficient as possible, while still allowing a high degree of customizability.
In comparison to similar overlays, WayVR aims to run alongside VR games and experiences while having as little performance impact as possible. The UI appearance and rendering techniques are kept as simple and efficient as possible, while still allowing a high degree of customizability.
![Screenshot of WlxOverlay-S being used as an OpenXR home environment](https://github.com/galister/wlx-overlay-s/blob/guide/wlx-s.png?raw=true)
![Screenshot of WayVR being used as an OpenXR home environment](https://github.com/galister/wlx-overlay-s/blob/guide/wlx-s.png?raw=true)
## Join the Linux VR Community
@@ -14,20 +14,20 @@ We are available on either **Discord** or **Matrix space**:
[![LVRA Discord](https://img.shields.io/discord/1065291958328758352?style=for-the-badge&logo=discord)](https://discord.gg/EHAYe3tTYa) [![LVRA Matrix](https://img.shields.io/matrix/linux-vr-adventures:matrix.org?logo=matrix&style=for-the-badge)](https://matrix.to/#/#linux-vr-adventures:matrix.org)
Questions/issues specific to WlxOverlay-S will be handled in the `wlxoverlay` chat room. Feel free to ask anything.
Questions/issues specific to WayVR will be handled in the `wayvr` chat room. Feel free to ask anything.
## Setup
### Installation
There are multiple ways to install WlxOverlay-S:
There are multiple ways to install WayVR:
1. AppImage: Download from [Releases](https://github.com/galister/wlx-overlay-s/releases)
1. AUR package: [wlx-overlay-s-git](https://aur.archlinux.org/packages/wlx-overlay-s-git)
1. Homebrew:
- Add AtomicXR tap: `brew tap matrixfurry.com/atomicxr https://tangled.sh/@matrixfurry.com/homebrew-atomicxr`
- Install WlxOverlay-S: `brew install wlx-overlay-s`
- Install WayVR: `brew install wlx-overlay-s`
1. [Building from source](https://github.com/galister/wlx-overlay-s/wiki/Building-from-Source).
@@ -36,14 +36,14 @@ There are multiple ways to install WlxOverlay-S:
1. Start Monado, WiVRn or SteamVR.
1. Run the overlay
**Note:** If you are using Monado or WiVRn, no additional setup steps are required for Flatpak Steam compatibility—most people use WlxOverlay-S seamlessly with Monado/WiVRn.
**Note:** If you are using Monado or WiVRn, no additional setup steps are required for Flatpak Steam compatibility—most people use WayVR seamlessly with Monado/WiVRn.
### SteamVR via Steam Flatpak
For users specifically running **SteamVR via Steam Flatpak**, follow these steps:
1. Grab the latest AppImage from [Releases](https://github.com/galister/wlx-overlay-s/releases).
1. `WlxOverlay-S-*.AppImage --appimage-extract`
1. `WayVR-*.AppImage --appimage-extract`
1. `chmod +x squashfs-root/AppRun`
1. Move the newly created `squashfs-root` folder to a location accessible by the Steam Flatpak.
1. `flatpak override com.valvesoftware.Steam --user --filesystem=xdg-run/pipewire-0/:rw`
@@ -58,16 +58,16 @@ For users specifically running **SteamVR via Steam Flatpak**, follow these steps
In case screens were selected in the wrong order:
- Go to Settings and press `Clear PipeWire tokens` and then `Restart software`
- Pay attention to your notifications, it tells you in which order to pick the screens.
- If notifications don't show, try start Wlx from the terminal and look for instructions in there.
- If notifications don't show, try start WayVR from the terminal and look for instructions in there.
**WiVRn users**: Select WlxOverlay-S from the `Application` drop-down. If there's no such entry, select `Custom` and browse to your WlxOverlay-S executable or AppImage.
**WiVRn users**: Select WayVR from the `Application` drop-down. If there's no such entry, select `Custom` and browse to your WayVR executable or AppImage.
**Envision users**: Go to the Plugins menu and select the WlxOverlay-S plugin. This will download and run the AppImage version of the overlay.
In order to run a standalone installation (for instance from the AUR), create a bash script containing `wlx-overlay-s --openxr --show` and then set this bash script as a custom Envision plugin.
**Envision users**: Go to the Plugins menu and select the WayVR plugin. This will download and run the AppImage version of the overlay.
In order to run a standalone installation (for instance from the AUR), create a bash script containing `wayvr --openxr --show` and then set this bash script as a custom Envision plugin.
This will show a home environment with headset passthrough by default or a [customizable background](https://github.com/galister/wlx-overlay-s/wiki/OpenXR-Skybox)!
**SteamVR users**: WlxOverlay-S will register itself for auto-start, so there is no need to start it every time. Disclaimer: SteamVR will sometimes disregard this and not start Wlx anyway.
**SteamVR users**: WayVR will register itself for auto-start, so there is no need to start it every time. Disclaimer: SteamVR will sometimes disregard this and not start WayVR anyway.
**Please continue reading the guide below.**
@@ -88,7 +88,7 @@ See the [bindings](#default-bindings) section on how to grab, move and resize ov
### Pointer Modes AKA Laser Colors
Much of the functionality in WlxOverlay-S depends on what color of laser is used to interact with a UI element. \
Much of the functionality in WayVR depends on what color of laser is used to interact with a UI element. \
Using the default settings, there are 3 modes:
- Regular Mode: Blue laser
@@ -128,14 +128,11 @@ The click type depends on the laser color:
### The keyboard
The keyboard is fully customizable via the [keyboard.yaml](https://raw.githubusercontent.com/galister/wlx-overlay-s/main/wlx-overlay-s/src/res/keyboard.yaml) file. \
Download it into the `~/.config/wlxoverlay/` folder and edit it to your liking.
Typing
- Use the BLUE laser when typing regularly.
- While using ORANGE laser, all keystrokes will have SHIFT applied.
- Purple laser is customizable via the `keyboard.yaml`'s `alt_modifier` settings.
- Purple laser is customizable via the settings, no modifier by default.
**Modifier Keys** are sticky. They will remain pressed until a non-modifier key is pressed, the modifier gets toggled off, or the keyboard gets hidden.
@@ -154,7 +151,7 @@ We would like to work with you and include additional bindings.
When an error is detected, we often print tips for fixing into the log file.
Logs will be at `/tmp/wlx.log` for most distros.
Logs will be at `/tmp/wayvr.log` for most distros.
Check [here](https://github.com/galister/wlx-overlay-s/wiki/Troubleshooting) for tips.
@@ -165,7 +162,7 @@ Check [here](https://github.com/galister/wlx-overlay-s/wiki/Troubleshooting) for
If the mouse is moving on a completely different screen, the screens were likely selected in the wrong order:
- Go to Settings and press `Clear PipeWire tokens` and then `Restart software`
- Pay attention to your notifications, it tells you in which order to pick the screens.
- If notifications don't show, try start Wlx from the terminal and look for instructions in there.
- If notifications don't show, try start WayVR from the terminal and look for instructions in there.
COSMIC destkop:
- Due to limitations with COSMIC, the mouse can only move on a single display.

View File

@@ -2,9 +2,9 @@ You are a translator for the VR application which translates strings from Englis
Info: This program is intended to be used as an utility to easily access your desktop display from within VR.
Glossary:
- wlx-overlay-s: The name of this software (also called WlxOverlay-S)
- WayVR: A Wayland compositor intended to be used in VR
- WayVR Dashboard: An application (and game) launcher which is displayed in front of the user
- WayVR: The name of this software
- WayVR Server: A Wayland compositor intended to be used in VR
- WayVR Dashboard: An control panel and app launcher which is displayed in front of the user
- Monado: A VR compositor
- OpenVR: API made by Valve
- OpenXR: API made by Khronos

View File

@@ -24,7 +24,7 @@ if (lang_path === undefined) {
Try one of these:
LANG_PATH=../../uidev/assets/lang/ ./run.sh
LANG_PATH=../../dash-frontend/assets/lang/ ./run.sh
LANG_PATH=../../wlx-overlay-s/src/assets/lang/ ./run.sh`);
LANG_PATH=../../wayvr/src/assets/lang/ ./run.sh`);
exit(-1);
}
@@ -191,4 +191,4 @@ async function run() {
run().catch((e) => {
console.log("Fatal error:", e);
exit(-1);
});
});

View File

@@ -1,9 +1,9 @@
# WayVR Protocol Specification & Client Implementation
This repository contains the IPC specification and client implementation for the WayVR Server protocol (which is used in wlx-overlay-s). The primary purpose is to enable communication between applications and the WayVR server, offering a range of API functions.
This repository contains the IPC specification and client implementation for the WayVR protocol. The primary purpose is to enable communication between applications and the WayVR server, offering a range of API functions.
[WayVR Server README](https://github.com/galister/wlx-overlay-s/tree/main/contrib/wayvr)
## Usage
[Example WayVR IPC Client usage in WayVR Dashboard](https://github.com/olekolek1000/wayvr-dashboard/blob/master/src-tauri/src/frontend_ipc.rs)
[Example WayVR IPC Client usage in WayVR Dashboard (Legacy)](https://github.com/olekolek1000/wayvr-dashboard/blob/master/src-tauri/src/frontend_ipc.rs)

View File

@@ -1,4 +1,4 @@
// Contents of this file should be the same as on wlx-overlay-s.
// Contents of this file should be the same as on wayvr.
use std::collections::HashMap;

View File

@@ -1,4 +1,4 @@
// Contents of this file should be the same as on wlx-overlay-s.
// Contents of this file should be the same as on wayvr.
use std::collections::HashMap;
@@ -11,7 +11,7 @@ pub struct ServerInfo {}
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct HandshakeSuccess {
pub runtime: String, // Runtime name, for example "wlx-overlay-s"
pub runtime: String, // Runtime name, for example "wayvr"
}
#[derive(Debug, Clone, Serialize, Deserialize)]

View File

@@ -1,11 +1,11 @@
[package]
name = "wlx-overlay-s"
version = "25.4.2"
name = "wayvr"
version = "26.1.0"
edition = "2024"
license = "GPL-3.0-only"
authors = ["galister"]
description = "Access your Wayland/X11 desktop from Monado/WiVRn/SteamVR. Now with Vulkan!"
repository = "https://github.com/galister/wlx-overlay-s"
authors = ["galister", "oo8dev"]
description = "Your way to enjoy VR on Linux! Access your Wayland/X11 desktop from Monado/WiVRn/SteamVR."
repository = "https://github.com/wlx-team/wayvr"
keywords = [
"linux",
"openvr",

View File

@@ -1,12 +1,12 @@
[Unit]
Description=wlx-overlay-s - Lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops
Description=WayVR
After=monado.service
BindsTo=monado.service
Requires=monado.socket
Requires=graphical-session.target
[Service]
ExecStart=@prefix@/bin/wlx-overlay-s
ExecStart=@prefix@/bin/wayvr
[Install]
WantedBy=monado.service

View File

@@ -1,11 +1,11 @@
id: io.github.galister.wlx-overlay-s
id: io.github.wlx-team.wayvr
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
- org.freedesktop.Sdk.Extension.llvm19
command: wlx-overlay-s
command: wayvr
build-options:
append-path: /usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm19/bin
@@ -49,17 +49,17 @@ cleanup:
modules:
# wayvr goes here
- name: wlx-overlay-s
- name: wayvr
buildsystem: simple
build-options:
env:
CARGO_HOME: /run/build/wlx-overlay-s/cargo
CARGO_HOME: /run/build/wayvr/cargo
build-commands:
- cargo --offline fetch --manifest-path Cargo.toml --verbose
- cargo --offline build --release --no-default-features --features=openxr,x11,wayland --verbose
- install -Dm755 ../target/release/wlx-overlay-s -t /app/bin/
- install -Dm755 ../target/release/wayvr -t /app/bin/
sources:
- type: dir
path: ..
- sources-wlx-overlay-s.json
- sources-wayvr.json

View File

Before

Width:  |  Height:  |  Size: 598 B

After

Width:  |  Height:  |  Size: 598 B

View File

Before

Width:  |  Height:  |  Size: 460 B

After

Width:  |  Height:  |  Size: 460 B

View File

Before

Width:  |  Height:  |  Size: 460 B

After

Width:  |  Height:  |  Size: 460 B

View File

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 459 B

View File

Before

Width:  |  Height:  |  Size: 460 B

After

Width:  |  Height:  |  Size: 460 B

View File

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 375 B

View File

Before

Width:  |  Height:  |  Size: 616 B

After

Width:  |  Height:  |  Size: 616 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 495 B

After

Width:  |  Height:  |  Size: 495 B

View File

Before

Width:  |  Height:  |  Size: 403 B

After

Width:  |  Height:  |  Size: 403 B

View File

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 354 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 356 B

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 601 B

After

Width:  |  Height:  |  Size: 601 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

View File

Before

Width:  |  Height:  |  Size: 601 B

After

Width:  |  Height:  |  Size: 601 B

View File

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 447 B

View File

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 353 B

View File

Before

Width:  |  Height:  |  Size: 518 B

After

Width:  |  Height:  |  Size: 518 B

View File

Before

Width:  |  Height:  |  Size: 511 B

After

Width:  |  Height:  |  Size: 511 B

View File

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 383 B

View File

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 371 B

View File

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

View File

Before

Width:  |  Height:  |  Size: 482 B

After

Width:  |  Height:  |  Size: 482 B

View File

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 332 B

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 336 B

View File

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 426 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 385 B

After

Width:  |  Height:  |  Size: 385 B

View File

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 696 B

View File

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 364 B

View File

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 361 B

View File

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 378 B

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -84,7 +84,7 @@
</div>
</div>
<div flex_direction="row" gap="8" justify_content="space_around">
<!-- Timezone names here are only placeholders. Set your timezones via ~/.config/wlxoverlay/conf.d -->
<!-- Timezone names here are only placeholders. Set your timezones via ~/.config/wayvr/conf.d -->
<div flex_direction="column">
<label text="Paris" _source="clock" _display="name" _timezone="0" color="~clock_alt1_color" size="~clock_alt_tz_size" weight="bold" align="center" />
<label text="23:59" _source="clock" _display="time" _timezone="0" color="~clock_alt1_color" size="~clock_alt_size" weight="bold" align="center" />

View File

Before

Width:  |  Height:  |  Size: 556 B

After

Width:  |  Height:  |  Size: 556 B

View File

Before

Width:  |  Height:  |  Size: 449 B

After

Width:  |  Height:  |  Size: 449 B

View File

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 252 B

View File

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 253 B

View File

Before

Width:  |  Height:  |  Size: 590 B

After

Width:  |  Height:  |  Size: 590 B

View File

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 306 B

View File

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 250 B

View File

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 277 B

View File

Before

Width:  |  Height:  |  Size: 869 B

After

Width:  |  Height:  |  Size: 869 B

View File

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 351 B

View File

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 306 B

View File

Before

Width:  |  Height:  |  Size: 251 B

After

Width:  |  Height:  |  Size: 251 B

Some files were not shown because too many files have changed in this diff Show More