From 416c02270fe715b03d86d7faab82c67a858466d7 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 28 Dec 2021 19:58:53 +0530 Subject: remove rofi --- x/rofi.nix | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 x/rofi.nix (limited to 'x/rofi.nix') diff --git a/x/rofi.nix b/x/rofi.nix deleted file mode 100644 index ff80b05..0000000 --- a/x/rofi.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ config -, pkgs -, theme -, ... -}: - -with theme; -{ - xresources.properties = { - "rofi.color-enabled" = true; - - "rofi.color-window" = "${base00}, ${base00}, ${base00}, ${base00}, ${base03}"; - "rofi.color-normal" = "${base00}, ${base03}, ${base00}, ${base00}, ${base07}"; - "rofi.color-active" = "${base03}, ${base0E}, ${base00}, ${base0B}, ${base00}"; - "rofi.color-urgent" = "${base00}, ${base03}, ${base00}, ${base00}, ${base03}"; - - "rofi.fake-transparency" = true; - "rofi.font" = "Input 13"; - "rofi.columns" = 1; - "rofi.separator-style" = "none"; - "rofi.hide-scrollbar" = true; - "rofi.location" = 1; - "rofi.yoffset" = 20; - "rofi.xoffset" = 20; - "rofi.padding" = 32; - "rofi.fullscreen" = false; - "rofi.width" = 300; - "rofi.lines" = 6; - }; -} -- cgit v1.2.3