aboutsummaryrefslogtreecommitdiff
path: root/rofi/applauncher.rasi
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2024-12-19 16:32:46 +0100
committereric.marin <maarin.eric@gmail.com>2024-12-19 16:32:46 +0100
commit2fe5523e75cb98f1b848d186f909b579ec8ff5c9 (patch)
treeceb5a1835cb775111f11381d5037fc2de1f9d92e /rofi/applauncher.rasi
parent5530697b46d8eb849f211d9923c2e8817cd18759 (diff)
downloaddotfiles-2fe5523e75cb98f1b848d186f909b579ec8ff5c9.tar.gz
dotfiles-2fe5523e75cb98f1b848d186f909b579ec8ff5c9.zip
removed rofi
Diffstat (limited to 'rofi/applauncher.rasi')
-rw-r--r--rofi/applauncher.rasi58
1 files changed, 0 insertions, 58 deletions
diff --git a/rofi/applauncher.rasi b/rofi/applauncher.rasi
deleted file mode 100644
index 68173a5..0000000
--- a/rofi/applauncher.rasi
+++ /dev/null
@@ -1,58 +0,0 @@
-@theme "/dev/null"
-@import "macchiato.rasi"
-
-configuration {
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- terminal: "footclient -o pad=0x0";
-}
-
-* {
- background-color: @mantle;
-}
-
-window {
- children: [ inputbar, listview ];
-
- border: 1;
- border-radius: 10;
- border-color: @surface0;
-
- padding: 15;
-}
-
-inputbar {
- children: [ prompt, entry ];
- spacing: 10;
-}
-prompt {
- font: "Symbols Nerd Font Mono 12.5";
- vertical-align: 0.5;
- text-color: @sky;
-}
-entry {
- font: "Hack Nerd Font 12.5";
- placeholder-color: @overlay0;
- text-color: @text;
- placeholder: "...";
-}
-
-listview {
- padding: 10;
- spacing: 5;
- lines: 8;
-}
-element {
- children: [ element-icon, element-text ];
- spacing: 5;
- text-color: @overlay0;
-}
-element-text {
- font: "Hack Nerd Font 12.5";
- text-color: inherit;
- vertical-align: 0.5;
-}
-element selected {
- text-color: @text;
-}