From 03847dc4265047c67d47b894d3367ca2cd3cebf6 Mon Sep 17 00:00:00 2001 From: 299792458ms <152849182+299792458ms@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:05:59 +0000 Subject: [PATCH] Useful Utilities/Other: add gammastep, arewewaylandyet -> wearewaylandnow(#827) --- pages/Useful Utilities/Other.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/Useful Utilities/Other.md b/pages/Useful Utilities/Other.md index 60d016f..1fb4a46 100644 --- a/pages/Useful Utilities/Other.md +++ b/pages/Useful Utilities/Other.md @@ -28,9 +28,10 @@ for Hyprland's IPC written in Rust. ### Screen shaders/color temperature -[hyprshade](https://github.com/loqusion/hyprshade) by _loqusion_: Utility for +- [hyprshade](https://github.com/loqusion/hyprshade) by _loqusion_: Utility for swapping and scheduling screen shaders; also functions as an [automatic color temperature shifter](https://en.wikipedia.org/wiki/F.lux). +- [gammastep](https://gitlab.com/chinstrap/gammastep) by _Chinstrap_: Control temperature color automatically depending on the time of the day and location. ### Wireless settings - [iwgtk](https://github.com/J-Lentz/iwgtk) by _Jesse Lentz_: WiFi settings frontend for `iwd` in GTK @@ -69,4 +70,4 @@ exec-once = udiskie ### Other useful utilities -The website [Are we Wayland Yet](https://arewewaylandyet.com/) details some other useful utilities and applications for Wayland like docks, email clients, and so on, along with some other useful information about compatibility on Wayland. +The website [We Are Wayland Now](https://wearewaylandnow.com/) details some other useful utilities and applications for Wayland like docks, email clients, and so on, along with some other useful information about compatibility on Wayland.