From c21f230f8c9100ad6149bf25d3e1a1799b61d2fb Mon Sep 17 00:00:00 2001 From: LordMathis Date: Mon, 11 Jun 2018 12:33:55 +0200 Subject: [PATCH] Add rofi --- .config/rofi/Pop-Dark-Blue.rasi | 122 ++++++++++++++++++++++++++++++++ .config/rofi/config | 1 + 2 files changed, 123 insertions(+) create mode 100644 .config/rofi/Pop-Dark-Blue.rasi create mode 100644 .config/rofi/config diff --git a/.config/rofi/Pop-Dark-Blue.rasi b/.config/rofi/Pop-Dark-Blue.rasi new file mode 100644 index 0000000..edc0a83 --- /dev/null +++ b/.config/rofi/Pop-Dark-Blue.rasi @@ -0,0 +1,122 @@ +/** + * Author: Primetoxinz + */ +* { + text-color: #f2f2f2; + background-color: #222222; + lightbg: #534c48; + red: #f15d22; + orange: #faa41a; + blue: #0a6cf5; + + selected-normal-foreground: @foreground; + normal-foreground: @foreground; + alternate-normal-background: @background; + selected-urgent-foreground: @foreground; + urgent-foreground: @foreground; + alternate-urgent-background: @background; + active-foreground: @foreground; + selected-active-foreground: @foreground; + alternate-normal-foreground: @foreground; + alternate-active-background: @blue; + bordercolor: @foreground; + normal-background: @background; + selected-normal-background: @blue; + separatorcolor: @orange; + spacing: 2; + urgent-background: @red; + alternate-urgent-foreground: @foreground; + selected-urgent-background: @red; + alternate-active-foreground: @foreground; + selected-active-background: @blue; + active-background: @orange; +} +#window { + border: 0; + text-color: @foreground; + background-color: rgba ( 0, 0, 0, 0 % ); + padding: 5; + text-color: @bordercolor; + background-color: @background; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + text-color: @separatorcolor; + padding: 2px 0px 0px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px 0px 0px ; + padding: 2px 0px 0px ; + text-color: @separatorcolor; +} +#element { + border: 0; +} +#element.normal.normal { + text-color: @normal-foreground; + background-color: @normal-background; +} +#element.normal.urgent { + text-color: @urgent-foreground; + background-color: @urgent-background; +} +#element.normal.active { + text-color: @active-foreground; + background-color: @active-background; +} +#element.selected.normal { + text-color: @selected-normal-foreground; + background-color: @selected-normal-background; +} +#element.selected.urgent { + text-color: @selected-urgent-foreground; + background-color: @selected-urgent-background; +} +#element.selected.active { + text-color: @selected-active-foreground; + background-color: @selected-active-background; +} +#element.alternate.normal { + text-color: @alternate-normal-foreground; + background-color: @alternate-normal-background; +} +#element.alternate.urgent { + text-color: @alternate-urgent-foreground; + background-color: @alternate-urgent-background; +} +#element.alternate.active { + text-color: @alternate-active-foreground; + background-color: @alternate-active-background; +} +#sidebar { + border: 1px dash 0px 0px ; +} +#button selected { + text-color: @selected-normal-foreground; + background-color: @selected-normal-background; +} +#inputbar { + spacing: 0; + border: 0px ; +} +#button normal { + text-color: @foreground; +} + +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/.config/rofi/config b/.config/rofi/config new file mode 100644 index 0000000..0e5ac2c --- /dev/null +++ b/.config/rofi/config @@ -0,0 +1 @@ +rofi.theme: /home/matus/.config/rofi/Pop-Dark-Blue.rasi