From db969326d3ad411c52188774feac60e4735d7d3f Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 14 Jul 2021 12:49:02 +0200 Subject: [PATCH] Change theme --- config | 2 +- config.rasi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index bfe4383..615c904 100644 --- a/config +++ b/config @@ -1,4 +1,4 @@ -rofi.theme: /usr/share/rofi/themes/sidebar.rasi +rofi.theme: /usr/share/rofi/themes/Pop-Dark.rasi rofi.mode: run rofi.show: run rofi.font: FiraCode 12 diff --git a/config.rasi b/config.rasi index a4e09ca..dc78857 100644 --- a/config.rasi +++ b/config.rasi @@ -1,4 +1,4 @@ configuration { font: "FiraCode 12"; - theme: "/usr/share/rofi/themes/sidebar.rasi"; + theme: "/usr/share/rofi/themes/Pop-Dark.rasi"; }