i3: fixed dependencies and rofi config

This commit is contained in:
Julian Mutter 2021-09-09 11:25:26 +02:00
parent f5b78714ce
commit a79ee805eb
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@ firefox
i3exit i3exit
i3-scrot i3-scrot
i3-wm i3-wm
i3blocks
libqalculate libqalculate
nextcloud nextcloud
pavucontrol pavucontrol

View File

@ -152,13 +152,12 @@ configuration {
/* me-accept-custom: "Control+MouseDPrimary";*/ /* me-accept-custom: "Control+MouseDPrimary";*/
} }
/*Dracula theme based on the Purple official rofi theme*/ /*Dracula theme based on the Purple official rofi theme*/
* { * {
font: "Jetbrains Mono 14"; font: "Jetbrains Mono 14";
foreground: #f8f8f2; foreground: #f8f8f2;
background-color: #282a36; background: #282a36;
active-background: #6272a4; active-background: #6272a4;
urgent-background: #ff5555; urgent-background: #ff5555;
selected-background: @active-background; selected-background: @active-background;