From 6bdc17dd9eeb04afb8e9b777886fb706e471e573 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 13 Aug 2024 20:50:45 +0200 Subject: [PATCH] end-rs: Update icon theme --- misc/end-rs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/end-rs/config.toml b/misc/end-rs/config.toml index 8359c08..844c2de 100644 --- a/misc/end-rs/config.toml +++ b/misc/end-rs/config.toml @@ -6,7 +6,7 @@ icon_dirs = [ "/usr/share/pixmaps", ] ### The theme to use for the icons -icon_theme = "Adwaita" +icon_theme = "Qogir" ### The default notification window ### Can be a single string or a vector of strings(for multi-monitor support) eww_notification_window = "notification_overlay"