aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi/config.rasi
diff options
context:
space:
mode:
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r--.config/rofi/config.rasi156
1 files changed, 0 insertions, 156 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
deleted file mode 100644
index b9deba7..0000000
--- a/.config/rofi/config.rasi
+++ /dev/null
@@ -1,156 +0,0 @@
-@theme "gruvbox"
-
-configuration {
- modi: "drun,run";
- font: "JetBrainsMono Nerd Font bold 20px";
- show-icons: false;
- terminal: "kitty";
- drun-display-format: "{name}";
- location: 0;
- disable-history: false;
- sidebar-mode: true;
- display-drun: "Apps";
- display-run: "Command";
- display-window: "Window";
-}
-
-window {
- background-color: @background;
- border: 6;
- border-radius: 14px;
- padding: 4;
- fullscreen: false;
- width: 750;
- height: 520;
-}
-
-mainbox {
- border: 0;
- padding: 0;
-}
-
-message {
- border: 0 0 0;
- border-color: @separatorcolor;
- padding: 1px;
-}
-
-textbox {
- highlight: @highlight;
- text-color: @foreground;
-}
-
-listview {
- border: 0 0 0;
- padding: 10px -5px 10px 5px;
- border-color: @separatorcolor;
- spacing: 10px;
- scrollbar: @scrollbar;
-}
-
-element {
- padding: 5px 10px;
- border-radius: 5px;
- margin: 0 5px 0 5px;
-}
-
-element.normal.normal {
- background-color: @normal-background;
- text-color: @normal-foreground;
-}
-
-element.normal.urgent {
- background-color: @urgent-background;
- text-color: @urgent-foreground;
-}
-
-element.normal.active {
- background-color: @active-background;
- text-color: @active-foreground;
-}
-
-element.selected.normal {
- background-color: @selected-normal-background;
- text-color: @selected-normal-foreground;
-}
-
-element.selected.urgent {
- background-color: @selected-urgent-background;
- text-color: @selected-urgent-foreground;
-}
-
-element.selected.active {
- background-color: @selected-active-background;
- text-color: @selected-active-foreground;
-}
-
-element.alternate.normal {
- background-color: @alternate-normal-background;
- text-color: @alternate-normal-foreground;
-}
-
-element.alternate.urgent {
- background-color: @alternate-urgent-background;
- text-color: @alternate-urgent-foreground;
-}
-
-element.alternate.active {
- background-color: @alternate-active-background;
- text-color: @alternate-active-foreground;
-}
-
-scrollbar {
- enabled: false;
- width: 0;
- border: 0;
- handle-color: @scrollbar-handle;
- handle-width: 0;
- padding: 0;
- margin: 0;
-}
-
-mode-switcher {
- border: 0 0 0;
- border-color: @separatorcolor;
- margin: 5px;
-}
-
-inputbar {
- spacing: 0;
- text-color: @normal-foreground;
- padding: 2px;
- children: [ prompt, entry, case-indicator ];
-}
-
-case-indicator,
-entry,
-prompt,
-button {
- spacing: 5px;
- text-color: @normal-foreground;
- border-radius: 5px;
- padding: 10px 20px;
- margin: 0px;
-}
-
-prompt {
- background-color: @prompt-background;
- text-color: @prompt-foreground;
- border-radius: 5px;
-}
-
-button.selected {
- background-color: @selected-normal-background;
- text-color: @selected-normal-foreground;
-}
-
-textbox-prompt-sep {
- expand: false;
- str: ">>";
- text-color: @normal-foreground;
- margin: 10px 0 0 0;
-}
-element-text, element-icon {
- background-color: inherit;
- text-color: inherit;
-}