Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- config.rasi:
- configuration {
- font: "Tahoma 11";
- show-icons: true;
- cycle: false;
- hide-scrollbar: true;
- disable-history: false;
- modi: "drun";
- columns: 5;
- lines: 3;
- location: 0;
- padding: 5;
- terminal: "rofi-sensible-terminal";
- yoffset: 0;
- xoffset: 0;
- me-select-entry: "MouseDPrimary";
- me-accept-entry: "MousePrimary";
- separator-style: "none";
- display-drun: "Найти";
- line-margin: 0;
- line-padding: 3;
- scroll-method: 0;
- sort: true;
- levenshtein-sort: true;
- }
- theme.rasi:
- * {
- background-color: #2C2B2B;
- border-color: #16A085;
- text-color: #CDF3E9;
- spacing: 0;
- width: 60%;
- height: 40%;
- }
- window {
- background-color: #000000;
- padding: 0;
- border: 0;
- border-color: #16A085;
- }
- inputbar {
- border: 0 0 0 0;
- children: [prompt,entry];
- }
- prompt {
- padding: 16px;
- border: 0 0 0 0;
- }
- entry {
- padding: 16px;
- }
- listview {
- cycle: false;
- margin: 10px 10px 10px 10px;
- scrollbar: false;
- }
- element {
- border: 0 0 0 0;
- padding: 16px;
- }
- element selected {
- background-color: #3F3F3F;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement