mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
fix: fzfmenu
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.unstable.alacritty
|
||||
pkgs.st
|
||||
pkgs.unstable.alacritty.terminfo
|
||||
];
|
||||
|
||||
|
||||
@@ -47,12 +47,12 @@ in with config.niveum; {
|
||||
indicator = colours.foreground;
|
||||
childBorder = colours.foreground;
|
||||
};
|
||||
focusedInactive = focused;
|
||||
unfocused = scheme // {
|
||||
border = colours.background;
|
||||
indicator = colours.background;
|
||||
childBorder = colours.background;
|
||||
};
|
||||
focusedInactive = unfocused;
|
||||
urgent = scheme // {
|
||||
border = colours.red.bright;
|
||||
indicator = colours.red.bright;
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
# INTERNET
|
||||
aria2
|
||||
firefox
|
||||
tor-browser-bundle-bin
|
||||
# tor-browser-bundle-bin
|
||||
qutebrowser
|
||||
tdesktop
|
||||
w3m
|
||||
|
||||
Reference in New Issue
Block a user