Rofi update + small changes

main
Guus van Meerveld 2 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-2 = Roboto Mono:pixelsize=13;1
separator = "|"
separator-padding = 1
background = ${colors.background}
foreground = ${colors.foreground}
@ -55,7 +57,7 @@ module-margin-right = 2
module-margin-left = 2
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
wm-restack = bspwm

@ -1,6 +1,15 @@
configuration {
combi-modi: "drun,window,ssh";
font: "Fira Code 14";
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;
}

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

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

@ -1,29 +1,35 @@
{
"window.zoomLevel": 2,
"editor.codeLensFontFamily": "'Fira Code'",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.inlayHints.fontFamily": "'Fira Code'",
"debug.console.fontFamily": "'Fira Code'",
"terminal.integrated.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"security.workspace.trust.enabled": false,
"workbench.colorTheme": "Super One Dark",
"workbench.iconTheme": "material-icon-theme",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.confirmDelete": false,
"files.associations": {
"sxhkdrc": "sxhkdrc",
"*.rasi": "rasi"
},
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "none",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true
}
"window.zoomLevel": 2,
"editor.codeLensFontFamily": "'Fira Code'",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.inlayHints.fontFamily": "'Fira Code'",
"debug.console.fontFamily": "'Fira Code'",
"terminal.integrated.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"security.workspace.trust.enabled": false,
"workbench.colorTheme": "Super One Dark",
"workbench.iconTheme": "material-icon-theme",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.confirmDelete": false,
"files.associations": {
"sxhkdrc": "sxhkdrc",
"*.rasi": "rasi"
},
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "none",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}