news: add workstyle entry

This commit is contained in:
Michael Farber Brodsky
2026-01-05 14:04:16 +02:00
committed by Austin Horstman
parent 90e53291cb
commit 0e4217b2c4

View File

@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
time = "2026-01-05T11:57:57+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: 'programs.workstyle'.
Workstyle dynamically renames Sway/i3/Hyprland workspaces to indicate
which programs are running in each one. For example, with a font icon.
'';
}