Compare commits
3 Commits
537275d3ef
...
2025
| Author | SHA1 | Date | |
|---|---|---|---|
| 82fa918b98 | |||
|
|
2ff6bc5cf5 | ||
|
|
fa47d246c9 |
@@ -41,7 +41,8 @@ call plug#end()
|
||||
"set background=light
|
||||
colorscheme gruvbox
|
||||
let g:gruvbox_contrast_light = 'hard'
|
||||
|
||||
hi clear SpellBad
|
||||
hi SpellBad cterm=underline ctermfg=red
|
||||
|
||||
|
||||
"Open NERDTree
|
||||
|
||||
@@ -54,7 +54,7 @@ separator-foreground = ${colors.disabled}
|
||||
font-0 = 0xProto Nerd Font:pixelsize=14;3
|
||||
|
||||
modules-left = xworkspaces xwindow
|
||||
modules-right = polytiramisu memory cpu date battery
|
||||
modules-right = polytiramisu memory cpu date battery xkeyboard
|
||||
|
||||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
@@ -68,6 +68,12 @@ enable-ipc = true
|
||||
; wm-restack = i3
|
||||
|
||||
; override-redirect = true
|
||||
[module/xkeyboard]
|
||||
type = internal/xkeyboard
|
||||
|
||||
; List of indicators to ignore
|
||||
blacklist-0 = num lock
|
||||
blacklist-1 = scroll lock
|
||||
|
||||
[module/xworkspaces]
|
||||
type = internal/xworkspaces
|
||||
|
||||
Reference in New Issue
Block a user