From a79ee805eb75255ee805886fb4ee299b5bd99c2d Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 9 Sep 2021 11:25:26 +0200 Subject: [PATCH] i3: fixed dependencies and rofi config --- dependencies | 1 + i3/.config/rofi/config.rasi | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies b/dependencies index 68c7317..8e5decb 100644 --- a/dependencies +++ b/dependencies @@ -5,6 +5,7 @@ firefox i3exit i3-scrot i3-wm +i3blocks libqalculate nextcloud pavucontrol diff --git a/i3/.config/rofi/config.rasi b/i3/.config/rofi/config.rasi index aa1b16a..dd3277a 100644 --- a/i3/.config/rofi/config.rasi +++ b/i3/.config/rofi/config.rasi @@ -152,13 +152,12 @@ configuration { /* me-accept-custom: "Control+MouseDPrimary";*/ } - /*Dracula theme based on the Purple official rofi theme*/ * { font: "Jetbrains Mono 14"; foreground: #f8f8f2; - background-color: #282a36; + background: #282a36; active-background: #6272a4; urgent-background: #ff5555; selected-background: @active-background;