Update Polybar and README

This commit is contained in:
Marco Thomas
2021-03-10 17:02:50 +01:00
parent 7de2836350
commit 19b75b2da2
4 changed files with 36 additions and 25 deletions

View File

@@ -36,10 +36,6 @@ if vim.api.nvim_eval("executable('texlab')") then
vim.api.nvim_set_keymap("n", "gz", "<cmd>ZathuraShow<CR>", { noremap = true, silent = true })
end
if vim.api.nvim_eval("isdirectory($HOME. '/.cache/nvim/lspconfig/jdtls')") then
require'lspconfig'.jdtls.setup{}
end
-- g(o) d(efinition)
vim.api.nvim_set_keymap("n", "gd" , "<cmd>lua vim.lsp.buf.definition()<CR>", { noremap = true, silent = true })
-- g(o) r(eference)

View File

@@ -78,17 +78,28 @@ pin-workspaces = true
wrapping-scroll = false
format = <label-state> <label-mode>
ws-icon-0 = 1;
ws-icon-1 = 2;
ws-icon-2 = 3;
ws-icon-3 = 4;
ws-icon-4 = 5;
ws-icon-5 = 6;
ws-icon-0 = 1;󰅬
ws-icon-1 = 2;󰒋
ws-icon-2 = 3;󰈹
ws-icon-3 = 4;󰙯
ws-icon-4 = 5;󰓇
ws-icon-5 = 6;󰇮
ws-icon-6 = 7;七
ws-icon-7 = 8;八
ws-icon-8 = 9;九
ws-icon-9 = 10;十
#ws-icon-0 = 1;一
#ws-icon-1 = 2;二
#ws-icon-2 = 3;三
#ws-icon-3 = 4;四
#ws-icon-4 = 5;五
#ws-icon-5 = 6;六
#ws-icon-6 = 7;七
#ws-icon-7 = 8;八
#ws-icon-8 = 9;九
#ws-icon-9 = 10;十
label-focused = "%icon%"
label-focused-overline = ${colors.accent}
label-focused-foreground = ${colors.foreground}

View File

@@ -5,7 +5,7 @@
(toggle-scroll-bar -1) ;; Or this
(setq inhibit-startup-screen t) ;; Leave me alone with your tutorials
(setq tramp-default-method "ssh") ;; speed up tramp mode
(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 110) ;; Set font size
(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100) ;; Set font size
;; Make ESC quit prompts
(global-set-key (kbd "<escape>") 'keyboard-escape-quit)