diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-09 09:42:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-09 09:42:03 -0700 |
| commit | 1125aaa49aec6a220fd3b9d03076fec398b35a14 (patch) | |
| tree | 5570b0c094ead9d7879ca3d360ff3de7f45d4516 /users/fcuny/desktop/wm/launcher.nix | |
| parent | delete all CLI modules (diff) | |
| download | infra-1125aaa49aec6a220fd3b9d03076fec398b35a14.tar.gz | |
add a few more modules to home/ and delete stuff
Diffstat (limited to '')
| -rw-r--r-- | users/fcuny/desktop/wm/launcher.nix | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/users/fcuny/desktop/wm/launcher.nix b/users/fcuny/desktop/wm/launcher.nix deleted file mode 100644 index 9b0b7a3..0000000 --- a/users/fcuny/desktop/wm/launcher.nix +++ /dev/null @@ -1,58 +0,0 @@ -{ pkgs, config, ... }: - -{ - home.packages = with pkgs; [ wofi ]; - - xdg.configFile."wofi/config".text = '' - allow_images=true - image_size=20px - drun-display_generic=true - dynamic_lines=true - ''; - - xdg.configFile."wofi/style.css".text = '' - *{ - font-family: monospace; - } - - window { - color: #5E81AC; - background-color: rgba(27, 27, 28, 0.92); - border: 2px solid #75d5ff; - } - - #input { - margin: 10px 0px; - border-radius: 0px; - border: none; - background: transparent; - color: white; - } - - #inner-box { - background-color: transparent; - } - - #outer-box { - margin: 0px; - padding:5px; - background-color: transparent; - } - - #text { - padding: 5px; - color: white; - } - - #entry:selected { - color: #75d5ff; - background-color: transparent; - border: 0px; - } - - #text:selected { - color: #75d5ff; - background-color: transparent; - } - ''; -} |
