This commit is contained in:
tactonbishop 2022-07-02 13:39:56 +01:00
parent 23f25cfd75
commit 4c4db7cfdb
5 changed files with 36 additions and 23 deletions

View file

@ -1,5 +1,6 @@
include ./theme.conf include ./theme.conf
font_family LigaLiberationMono font_family JetbrainsMono
font_size 10 font_size 10
window_padding_width 12 window_padding_width 12
wayland_titlebar_color #000e07 wayland_titlebar_color #000e07
enabled_layouts tall

View file

@ -1,6 +1,6 @@
" --- Standard Vim settings ---" " --- Standard Vim settings ---"
set number "set number
set showmatch set showmatch
set ignorecase set ignorecase
set hlsearch set hlsearch
@ -19,7 +19,7 @@ set clipboard=unnamedplus
" set cursorline " set cursorline
set ttyfast set ttyfast
set hidden set hidden
set t_Co=256 set background=dark
"--- Plugins --- " "--- Plugins --- "
@ -29,13 +29,8 @@ Plug 'sheerun/vim-polyglot'
Plug 'jiangmiao/auto-pairs' Plug 'jiangmiao/auto-pairs'
Plug 'ap/vim-css-color' Plug 'ap/vim-css-color'
Plug 'plasticboy/vim-markdown' Plug 'plasticboy/vim-markdown'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'psliwka/vim-smoothie' Plug 'psliwka/vim-smoothie'
call plug#end() call plug#end()
" --- Airline settings --- " syntax on
"colorscheme greenisgood
let g:airline_theme='minimalist'
let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1

View file

@ -16,7 +16,7 @@
; ;
;========================================================== ;==========================================================
[colors] [colors]
background = #112615 background = #0f1610
foreground = #637d75 foreground = #637d75
foreground-alt = #717f24 foreground-alt = #717f24
primary = #2f7e25 primary = #2f7e25
@ -56,8 +56,8 @@ font-3 = SymbolsNerdFont:size=15;3
modules-left = my-text-label modules-left = my-text-label
;modules-center = modules-center =
modules-right = filesystem memory cpu battery temperature backlight pulseaudio bluetooth wlan wakatime date time modules-right = filesystem1 filesystem2 memory cpu battery temperature backlight pulseaudio bluetooth wlan wakatime date time
tray-position = right tray-position = right
tray-padding = 2 tray-padding = 2
@ -90,17 +90,29 @@ label-empty-padding = 3
type = internal/xwindow type = internal/xwindow
label = %title:0:60:...% label = %title:0:60:...%
[module/filesystem] [module/filesystem1]
type = internal/fs type = internal/fs
interval = 25 interval = 25
mount-0 = / mount-0 = /
#label-mounted = %{F#2f7e25}  %{F-} %percentage_used%% (%used%/%free%) #label-mounted = %{F#2f7e25}  %{F-} %percentage_used%% (%used%/%free%)
label-mounted = %{F#2f7e25} %{F-} %percentage_used%% label-mounted = %{F#2f7e25} %{F-} %percentage_used%%
label-mounted-underline = #2f7e25 label-mounted-underline = #2f7e25
label-unmounted = %mountpoint% not mounted label-unmounted = %mountpoint% not mounted
label-unmounted-foreground = ${colors.disabled} label-unmounted-foreground = ${colors.disabled}
[module/filesystem2]
type = internal/fs
interval = 25
mount-0 = /home
#label-mounted = %{F#2f7e25}  %{F-} %percentage_used%% (%used%/%free%)
label-mounted = %{F#2f7e25}  %{F-} %percentage_used%%
label-mounted-underline = #2f7e25
label-unmounted = %mountpoint% not mounted
label-unmounted-foreground = ${colors.disabled}
[module/pulseaudio] [module/pulseaudio]
type = internal/pulseaudio type = internal/pulseaudio
format-volume-prefix = " " format-volume-prefix = " "
@ -290,4 +302,4 @@ label-padding = 1
[settings] [settings]
screenchange-reload = true screenchange-reload = true
pseudo-transparency = true pseudo-transparency = false

View file

@ -1,19 +1,19 @@
{ {
"editor.fontFamily": "Liga Liberation Mono", "editor.fontFamily": "Jetbrains Mono",
"editor.fontLigatures": true, "editor.fontLigatures": true,
"editor.fontSize": 12, "editor.fontSize": 13,
"editor.fontWeight": 400, "editor.fontWeight": 300,
"editor.formatOnPaste": false, "editor.formatOnPaste": false,
"editor.wordWrap": "on", "editor.wordWrap": "on",
"editor.cursorBlinking": "smooth", "editor.cursorBlinking": "smooth",
"editor.smoothScrolling": true, "editor.smoothScrolling": true,
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.bracketPairColorization.enabled": true, "editor.bracketPairColorization.enabled": true,
"terminal.integrated.fontFamily": "Liga Liberation Mono", "terminal.integrated.fontFamily": "Jetbrains Mono",
"terminal.integrated.fontSize": 11, "terminal.integrated.fontSize": 11,
"terminal.integrated.fontWeight": "400", "terminal.integrated.fontWeight": "400",
"terminal.integrated.tabs.enabled": true, "terminal.integrated.tabs.enabled": true,
"debug.console.fontFamily": "Liga Liberation Mono", "debug.console.fontFamily": "Jetbrains Mono",
"debug.console.fontSize": 12, "debug.console.fontSize": 12,
"explorer.confirmDelete": false, "explorer.confirmDelete": false,
"workbench.list.smoothScrolling": true, "workbench.list.smoothScrolling": true,
@ -42,7 +42,7 @@
{ {
"scope": "comment", "scope": "comment",
"settings": { "settings": {
"fontStyle": "" "fontStyle": "italic"
} }
} }
] ]

View file

@ -22,6 +22,7 @@ case "$OSTYPE" in
SPACESHIP_TIME_SHOW=true SPACESHIP_TIME_SHOW=true
SPACESHIP_NODE_SHOW=true SPACESHIP_NODE_SHOW=true
SPACESHIP_PACKAGE_SYMBOL="" SPACESHIP_PACKAGE_SYMBOL=""
SPACESHIP_NODE_SYMBOL=""
SPACESHIP_PACKAGE_COLOR="#e08009" SPACESHIP_PACKAGE_COLOR="#e08009"
SPACESHIP_GIT_BRANCH_COLOR="#00aae0" SPACESHIP_GIT_BRANCH_COLOR="#00aae0"
SPACESHIP_DIR_COLOR="#18e000" SPACESHIP_DIR_COLOR="#18e000"
@ -35,7 +36,11 @@ case "$OSTYPE" in
SPACESHIP_PACKAGE_SHOW=true SPACESHIP_PACKAGE_SHOW=true
SPACESHIP_TIME_SHOW=true SPACESHIP_TIME_SHOW=true
SPACESHIP_NODE_SHOW=true SPACESHIP_NODE_SHOW=true
SPACESHIP_PACKAGE_SHOW=true
SPACESHIP_TIME_SHOW=true
SPACESHIP_NODE_SHOW=true
SPACESHIP_PACKAGE_SYMBOL=""
SPACESHIP_NODE_SYMBOL=""
;; ;;
esac esac