From ff8b259b6e65c5bd47267c3c22a12e32c40b8583 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 8 Jun 2025 12:06:22 +0530 Subject: adwaita theme --- config/labwc/rc.xml | 29 ++++++++++++++++++++--------- config/themes.nix | 3 ++- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/config/labwc/rc.xml b/config/labwc/rc.xml index 500658e..8097a27 100644 --- a/config/labwc/rc.xml +++ b/config/labwc/rc.xml @@ -172,7 +172,7 @@ - sh -c 'bemenu-run -b --fn "UbuntuMono Nerd Font Mono"' + bemenu-run -b --fn "UbuntuMono Nerd Font Mono" @@ -180,6 +180,14 @@ sh -c 'grim -g "$(slurp)" - | wl-copy' + + + + + + looking-glass-client -m 97 + + @@ -192,6 +200,12 @@ + + + + + + @@ -204,23 +218,20 @@ - - - - + - + - + - + - + diff --git a/config/themes.nix b/config/themes.nix index 3d3fb34..fb6e833 100644 --- a/config/themes.nix +++ b/config/themes.nix @@ -11,7 +11,8 @@ gtk = { enable = true; - theme = { name = "Everforest-Dark-BL-LB"; package = pkgs.everforest-gtk-theme; }; + # theme = { name = "Everforest-Dark-BL-LB"; package = pkgs.everforest-gtk-theme; }; + theme = { name = "adw-gtk3-dark"; package = pkgs.adw-gtk3; }; iconTheme = { name = "Papirus-Dark"; package = pkgs.papirus-icon-theme; }; font = { name = "UbuntuMono Nerd Font Mono"; }; -- cgit v1.2.3