dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 0913287c867483ea052380f15b47785eceb1b9f4
parent c2bbfc54b593ffaa19ea93db424fe7d7931a7cf0
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Fri, 13 May 2022 00:24:25 -0500

Removed rofi in favor to dmenu

Diffstat:
Dlinux/.config/rofi/config.rasi | 98-------------------------------------------------------------------------------
1 file changed, 0 insertions(+), 98 deletions(-)

diff --git a/linux/.config/rofi/config.rasi b/linux/.config/rofi/config.rasi @@ -1,98 +0,0 @@ -configuration { - modi: "window,drun,ssh,combi"; - font: "Fira Mono 9"; - combi-modi: "window,drun,ssh"; - kb-row-down: "Down,Control+n,Super+n"; - kb-row-up: "Up,Control+p,Super+p"; -} - -* { - black: #000000; - red: #cd0000; - green: #00cd00; - yellow: #cdcd00; - blue: #0000cd; - mangenta: #cd00cd; - cyan: #00cdcd; - bg0: #ffffff; - bg1: #e5e5e5; - fg0: #000000; - fg1: #4d4d4d; - - spacing: 0; - - background-color: transparent; - text-color: @red; -} - -window { - background-color: #ffffffee; - border: 1; - border-color: @fg0; - padding: 5; -} - -mainbox { - border: 0; - padding: 0; -} - -inputbar { - margin: 0px 0px 5px 0px; - children: [prompt, textbox-prompt-colon, entry, case-indicator]; -} - -prompt { - text-color: @fg0; -} - -textbox-prompt-colon { - expand: false; - str: ":"; - text-color: @bg1; -} - -entry { - margin: 0px 5px; - text-color: @fg1; -} - -listview { - spacing: 1px; - dynamic: true; - scrollbar: false; -} - -element { - padding: 1px; - text-color: @fg1; - highlight: bold #00cd00; - border-radius: 3px; -} - -element selected { - background-color: @bg1; - text-color: @fg0; -} - -element urgent, element selected urgent { - text-color: @red; -} - -element active, element selected active { - text-color: @magenta; -} - -message { - padding: 5px; - border-radius: 3px; - background-color: @bg1; - border: 1px; - border-color: @cyan; -} - -button selected { - padding: 5px; - border-radius: 3px; - background-color: @bg1; -}