diff options
Diffstat (limited to 'rofi/.config')
| -rw-r--r-- | rofi/.config/rofi/config.rasi | 29 | ||||
| -rw-r--r-- | rofi/.config/rofi/tokyonight.rasi | 95 |
2 files changed, 0 insertions, 124 deletions
diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi deleted file mode 100644 index 4719a61..0000000 --- a/rofi/.config/rofi/config.rasi +++ /dev/null @@ -1,29 +0,0 @@ -configuration{ - modi: ["drun", "window", "run"]; - icon-theme: "Papirus-Dark"; - show-icons: false; - terminal: "alacritty"; - drun-display-format: "{icon} {name}"; - location: 0; - disable-history: false; - sidebar-mode: false; - display-drun: " "; - display-run: " "; - display-window: " "; - - //adding vim keybindings - kb-row-up: "Up,Control+k"; - kb-row-left: "Left,Control+h"; - kb-row-right: "Right,Control+l"; - kb-row-down: "Down,Control+j"; - - kb-accept-entry: "Control+z,Control+y,Return,KP_Enter"; - - //fixing up - kb-remove-to-eol: ""; - kb-move-char-back: "Control+b"; - kb-remove-char-back: "BackSpace"; - kb-move-char-forward: "Control+f"; - kb-mode-complete: "Control+o"; -} -@theme "tokyonight.rasi" diff --git a/rofi/.config/rofi/tokyonight.rasi b/rofi/.config/rofi/tokyonight.rasi deleted file mode 100644 index bc30294..0000000 --- a/rofi/.config/rofi/tokyonight.rasi +++ /dev/null @@ -1,95 +0,0 @@ -* { - font: "Hasklug Nerd Font Medium 12"; - - bg0: #222436; - bg1: #2f334d; - fg0: #c0caf5; - - accent-color: #7aa2f7; - urgent-color: #e0af68; - - background-color: transparent; - text-color: @fg0; - - margin: 0; - padding: 0; - spacing: 0; -} - -window { - location: center; - width: 750; - border-color: @bg1; - border: 1px; - - background-color: @bg0; -} - -inputbar { - spacing: 8px; - padding: 8px; - - background-color: @bg1; -} - -prompt, entry, element-icon, element-text { - vertical-align: 0.5; -} - -prompt { - text-color: @accent-color; -} - -textbox { - padding: 8px; - background-color: @bg1; -} - -listview { - padding: 4px 0; - lines: 8; - columns: 1; - - fixed-height: false; -} - -element { - padding: 8px; - spacing: 8px; -} - -element normal normal { - text-color: @fg0; -} - -element normal urgent { - text-color: @urgent-color; -} - -element normal active { - text-color: @accent-color; -} - -element alternate active { - text-color: @accent-color; -} - -element selected { - text-color: @bg0; -} - -element selected normal, element selected active { - background-color: @accent-color; -} - -element selected urgent { - background-color: @urgent-color; -} - -element-icon { - size: 0.8em; -} - -element-text { - text-color: inherit; -}
\ No newline at end of file |
