Compare commits

..

No commits in common. "0477ff8bc95a31e02c3068dcedddb0d6f5c6fa45" and "ec7dd6c5b9b244db919d0c68dbaa695a8f36fdd1" have entirely different histories.

4 changed files with 0 additions and 84 deletions

View File

@ -43,7 +43,6 @@ pipewire-pulse
# #
# utility # utility
# #
rofi
progress progress
speedtest-cli speedtest-cli
obs-studio obs-studio

View File

@ -3,4 +3,3 @@ c = get_config()
c.TerminalInteractiveShell.editing_mode = "vi" c.TerminalInteractiveShell.editing_mode = "vi"
c.TerminalInteractiveShell.show_rewritten_input = False c.TerminalInteractiveShell.show_rewritten_input = False
c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False
c.TerminalInteractiveShell.confirm_exit = False

View File

@ -1 +0,0 @@
@theme "transparent"

View File

@ -1,81 +0,0 @@
/*
* ROFI color theme
*
* Stolen from https://github.com/Murzchnvok/rofi-collection/blob/master/minimal/minimal.rasi
*
* User: Contributors
* Copyright: *!
*/
configuration {
font: "JetBrains Mono 12";
drun {
display-name: "[^.^]";
}
run {
display-name: "[°.°]";
}
window {
display-name: "[*.*]";
}
timeout {
delay: 10;
action: "kb-cancel";
}
}
* {
border: 0;
margin: 0;
padding: 0;
spacing: 0;
bg: #000000aa;
bg-alt: #232323aa;
fg: #FFFFFF;
fg-alt: #606060;
background-color: @bg;
text-color: @fg;
}
window {
transparency: "real";
}
mainbox {
children: [inputbar, listview];
}
inputbar {
children: [prompt, entry];
}
entry {
padding: 12px 0;
}
prompt {
padding: 12px;
}
listview {
lines: 8;
}
element {
children: [element-text];
}
element-text {
padding: 12px;
text-color: @fg-alt;
}
element-text selected {
text-color: @fg;
}