From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id mJEkAlz/HGYlZwAAqHPOHw:P1 (envelope-from ) for ; Mon, 15 Apr 2024 12:20:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id mJEkAlz/HGYlZwAAqHPOHw (envelope-from ) for ; Mon, 15 Apr 2024 12:20:12 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nicolasgoaziou.fr header.s=mailo header.b="LrhAf/nP"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1713176411; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=qcWhyZ6/SePlIxHq4o3+KBBmwgLUJYjh11mLkaFEsbk=; b=XnHMfF+7nhHBYd4Yqujr5oG/COkH+doAGyLt0r/ree2qhBvNk0eJ05yZnXuQNpUtj0ocqn vE1+51veRQ6G9lG8EjxdZtlpgzn0lMAt7IflXYXjp0kcIlIAbz78+YVDT/YVaHVgKQKIhH TcTPNHMzPtMFhZLklgXVTqgML6K2AbWQaQ3LpKfxtKY20+ut2Mh/Kq+ILmx42zD5gi5zX2 mpuLGeBnOZjkI/E04WcBYVb/OJihxqYTMJbf+k7m041qf1FuRTcKah6PFLYa1q3c6tLYY1 011uqXkUUvbMYDNdLDiRHecDFkdadegLD7VczA11QkqphObzxIEPVu3HN41Emg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nicolasgoaziou.fr header.s=mailo header.b="LrhAf/nP"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1713176411; a=rsa-sha256; cv=none; b=uLvbbQ4QxiLrHq3FdP2ipthfM6C3EIi5sPFN48CyBXDPZlbwASY7URFkkpLQVPMD+FhXp7 CcHhlCYi60NICtZGChTAdGyG9H2knUMB3doM2c/qNpE7o26U/JDMSGCKfvCCYRaK0RatCp zp6eG68KeMTIieLvCjsu+IfLaPDB1t14Voz4zBJt1va6N8A+C0o2cLV3H2rBqSVNbJ6+zx zCQIMS38caVum8AE/vkBtDp7YxszYRHHiIZBGj6yKgs4OXDuIrx00TLWW0gRcxvVoLRh0e Ue2bD7NVvk88B87ZTSIDwy8LDYbSJ6PNkTagzfZzD0sZM1sf5++hoiCe5EPbTw== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B873E775E for ; Mon, 15 Apr 2024 12:20:11 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rwJRI-0000vu-C2; Mon, 15 Apr 2024 06:19:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rwJRG-0000vc-QX for guix-patches@gnu.org; Mon, 15 Apr 2024 06:19:50 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rwJRG-0005AB-Hw for guix-patches@gnu.org; Mon, 15 Apr 2024 06:19:50 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rwJRS-0001ak-0g for guix-patches@gnu.org; Mon, 15 Apr 2024 06:20:02 -0400 Subject: bug#69219: [PATCH v2] gnu/packages/wm.scm(sandbar): New package definition. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 15 Apr 2024 10:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 69219 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Erik Eduardo Cc: 69219-done@debbugs.gnu.org, Erik Eduardo Mail-Followup-To: 69219@debbugs.gnu.org, mail@nicolasgoaziou.fr, eduarskate8@gmail.com Received: via spool by 69219-done@debbugs.gnu.org id=D69219.17131763825901 (code D ref 69219); Mon, 15 Apr 2024 10:20:01 +0000 Received: (at 69219-done) by debbugs.gnu.org; 15 Apr 2024 10:19:42 +0000 Received: from localhost ([127.0.0.1]:36886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwJR6-0001Ws-NO for submit@debbugs.gnu.org; Mon, 15 Apr 2024 06:19:41 -0400 Received: from msg-4.mailo.com ([213.182.54.15]:56728 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwJR3-0001VI-Hp for 69219-done@debbugs.gnu.org; Mon, 15 Apr 2024 06:19:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1713176358; bh=6aT8wCcA5onQt3Mka4xMl9Y5Q1L4rAHEkGLCyqLXRQo=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=LrhAf/nPf9hg2pvA4yZVGXDrZPMcSOtPcTtUj1R7eUIEFuLpCKkbhcWFvjaLIx8vK pU1Z6JPF2cwc+ERGfgFmTyV18dvxVu1Mfj+G/t2GnXI11BKbs4W3Zvnvqe3fi0Ek/C 15iLAZ/nOrC8bozSEqKyI9fbwaE+zt2frAW682XI= Received: by b221-6.in.mailobj.net [192.168.90.26] with ESMTP via ip-20.mailobj.net [213.182.54.20] Mon, 15 Apr 2024 12:19:18 +0200 (CEST) X-EA-Auth: vqZuj8qww0wHZaeXn+K/pqUIWYFTnyHPH1pPjX2FaMZH//thtZQbdIDVPgdZRB8y/zDbUVidivisznIsqPXPl5eAuJWrCoBUf8WlFr9aWko= In-Reply-To: <9cc6d22f07c41b69297791b8cee40d688b688daa.1711884784.git.erik@erikeduardo.xyz> (Erik Eduardo's message of "Sun, 31 Mar 2024 12:33:04 +0100") References: <9cc6d22f07c41b69297791b8cee40d688b688daa.1711884784.git.erik@erikeduardo.xyz> Date: Mon, 15 Apr 2024 12:19:02 +0200 Message-ID: <874jc3lyi1.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Nicolas Goaziou X-ACL-Warn: , Nicolas Goaziou via Guix-patches From: Nicolas Goaziou via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.87 X-Migadu-Scanner: mx11.migadu.com X-Spam-Score: -6.87 X-Migadu-Queue-Id: B873E775E X-TUID: zUdWHeK5HSrn Hello, Erik Eduardo writes: > +(define-public sandbar I normalized the commit message and applied your patch. Thank you. > + (description "@command{sandbar} is a minimalist DWM-like bar designed for River, > + a Wayland compositor. It is triggered through commands sent via > + standard input, providing extensive customization options. This > + behavior allows users to dynamically adjust status text, visibility, > + and bar location, making @command{sandbar} an ideal choice for those > + seeking a lightweight and hackable bar solution in their Wayland > + environment.") I fixed indentation and separated sentences with two spaces. Nitpick: I also used capitalization for Sandbar (the project name) instead of @command{sandbar} (the command), as reducing markup is always better for readability. Regards, -- Nicolas Goaziou