Use custom rofi setup

main
Guus van Meerveld 1 year ago
parent ba536feee5
commit f7b86fe36d
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -1,15 +0,0 @@
configuration {
modi: [ combi ];
combi-modi: [drun, window, ssh];
// font: "Fira Code 14";
icon-theme: "Papirus";
show-icons: true;
}
@theme "./material.rasi"
* {
font: "Fira Code 12";
}
element-icon {
size: 30;
}

@ -1,44 +0,0 @@
* {
background-color: #303030;
border-color: #282828;
text-color: #9e9e9e;
spacing: 0;
width: 512px;
}
inputbar {
border: 1px 1px 0 1px;
children: [prompt,entry];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: #2e343f;
border: 0 0 1px 0;
border-color: #282C33;
padding: 8px 16px;
}
entry {
padding: 16px;
}
listview {
cycle: false;
margin: 0 0 -1px 0;
border: 1px;
scrollbar: false;
}
element {
border: 0 0 1px 0;
padding: 16px;
}
element selected {
background-color: #2d2d2d;
}

@ -30,7 +30,6 @@
~/.config/VSCodium/User/settings.json: config/vscodium.json
~/.config/chromium-flags.conf: config/chromium/flags
~/.config/electron-flags.conf: config/chromium/flags
~/.config/rofi: config/rofi/
~/.config/flameshot/flameshot.ini: config/flameshot.ini
~/.config/dunst/dunstrc: config/dunstrc
@ -39,6 +38,7 @@
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [scripts/install-yay, Installing yay]
- [scripts/install-rofi, Installing Rofi]
# - [scripts/ungoogled_chromium, Setting up ungoogled chromium repo]
- create:

@ -0,0 +1,11 @@
#!/bin/sh
TMP_LOCATION=/tmp/rofi
cd $HOME
git -C /tmp/rofi pull || git clone --depth=1 https://github.com/adi1090x/rofi.git $TMP_LOCATION
chmod +x $TMP_LOCATION/setup.sh
$TMP_LOCATION/setup.sh