Rofi update + small changes

main
Guus van Meerveld 3 years ago
parent 5954b378b0
commit 606fc68e2a
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -41,6 +41,8 @@ font-0 = Roboto:pixelsize=13;1
font-1 = Material Icons:pixelsize=15;4 font-1 = Material Icons:pixelsize=15;4
font-2 = Roboto Mono:pixelsize=13;1 font-2 = Roboto Mono:pixelsize=13;1
separator = "|"
separator-padding = 1
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
@ -55,7 +57,7 @@ module-margin-right = 2
module-margin-left = 2 module-margin-left = 2
modules-left = bspwm modules-left = bspwm
modules-center = spotify spotify-prev spotify-play-pause spotify-next modules-center = spotify
modules-right = temperature memory cpu battery wlan eth date powermenu modules-right = temperature memory cpu battery wlan eth date powermenu
wm-restack = bspwm wm-restack = bspwm

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

@ -13,7 +13,6 @@ Host gitlab.com
Host server Host server
User ubuntu User ubuntu
HostName 152.70.52.247 HostName 152.70.52.247
PreferredAuthentications publickey
IdentityFile ~/.ssh/server IdentityFile ~/.ssh/server
Host local-server Host local-server
@ -23,5 +22,5 @@ Host local-server
Host mail-server Host mail-server
User ubuntu User ubuntu
HostName 81.206.144.139 HostName 158.101.217.202
IdentityFile ~/.ssh/mail-server IdentityFile ~/.ssh/mail-server

@ -8,7 +8,7 @@ super + Return
# program launcher # program launcher
super + @space super + @space
rofi -show drun -show-icons rofi -show combi
# make sxhkd reload its configuration files: # make sxhkd reload its configuration files:
super + Escape super + Escape

@ -25,5 +25,11 @@
"workbench.startupEditor": "none", "workbench.startupEditor": "none",
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"git.confirmSync": false, "git.confirmSync": false,
"git.autofetch": true "git.autofetch": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
} }