Update configs

This commit is contained in:
Tobias Reisinger 2022-11-16 00:17:08 +01:00
parent ddcc044ec6
commit f0af2d26b0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 3 additions and 6 deletions

View file

@ -10,7 +10,7 @@ def init(c):
c.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}') c.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
c.bind(',rr', 'open {url:scheme}://unddit.com{url:path}{url:query}') c.bind(',rr', 'open {url:scheme}://unddit.com{url:path}{url:query}')
c.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}') c.bind(',rt', 'open {url:scheme}://teddit.net{url:path}{url:query}')
c.bind(',s', 'spawn xdg-open steam://openurl/{url}') c.bind(',s', 'spawn xdg-open steam://openurl/{url}')
gpg_key = '723B78C0BF8D8C721D2C4EEF41E544A54E2533B2' gpg_key = '723B78C0BF8D8C721D2C4EEF41E544A54E2533B2'

View file

@ -1,6 +1,6 @@
configuration { configuration {
modi: "combi,ssh,run,window"; modi: "combi,ssh,run,window";
font: "JetBrains Mono 13"; font: "JetBrains Mono Nerd Font 12";
show-icons: true; show-icons: true;
ssh-command: "{terminal} -e bash -ic "ssh {host} [-p {port}]""; ssh-command: "{terminal} -e bash -ic "ssh {host} [-p {port}]"";
icon-theme: ""Papirus-Dark""; icon-theme: ""Papirus-Dark"";

View file

@ -1,7 +1,7 @@
/*Dracula theme based on the Purple official rofi theme*/ /*Dracula theme based on the Purple official rofi theme*/
* { * {
font: "Jetbrains Mono 12"; font: "Jetbrains Mono Nerd Font 12";
foreground: #f8f8f2; foreground: #f8f8f2;
background-color: #282a36; background-color: #282a36;
active-background: #6272a4; active-background: #6272a4;

View file

@ -88,9 +88,6 @@ autoinstall file \
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=( plugins=(
'colored-man-pages' 'colored-man-pages'
'copypath'
'copyfile'
'cp'
'docker' 'docker'
'docker-compose' 'docker-compose'
'extract' 'extract'