From b23281e9dcfc0e23eda61eb957a693dc35c98228 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 17 Nov 2023 04:06:26 +0000 Subject: [PATCH] swaync: make the service buttons more compact --- hosts/common/programs/swaynotificationcenter.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/programs/swaynotificationcenter.nix b/hosts/common/programs/swaynotificationcenter.nix index a52d6d28f..1aea97a9b 100644 --- a/hosts/common/programs/swaynotificationcenter.nix +++ b/hosts/common/programs/swaynotificationcenter.nix @@ -155,6 +155,9 @@ in .widget-buttons-grid>flowbox>flowboxchild>button.toggle { /* text color for inactive buttons, and "Clear All" button.*/ color: rgb(172, 172, 172); + /* padding defaults to 16px; tighten, so i can squish it all onto one row */ + padding-left: 0px; + padding-right: 0px; } .widget-buttons-grid>flowbox>flowboxchild>button.toggle.active { color: rgb(255, 255, 255);