From ade164717f9240b04f0d4a374f52fe5a550f9eb9 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 27 Oct 2021 20:56:26 +0300 Subject: [PATCH] Playing with flavours --- .config/kitty/kitty.conf | 6 +- .config/networkmanager-dmenu/config.ini | 2 +- .config/nvim/config/main.vim | 10 +- .config/nvim/config/plugin-settings.vim | 2 +- .config/polybar/colors.ini | 18 ++ .config/polybar/config | 268 +++++++++--------- .config/rofi/config.rasi | 2 +- .config/wpg/templates/config_twmn_twmn.conf | 1 - .../wpg/templates/config_twmn_twmn.conf.base | 34 --- .zshrc | 2 +- addons/yay-packages | 1 + 11 files changed, 165 insertions(+), 181 deletions(-) create mode 100644 .config/polybar/colors.ini delete mode 120000 .config/wpg/templates/config_twmn_twmn.conf delete mode 100644 .config/wpg/templates/config_twmn_twmn.conf.base diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 937dc6a..bd798b3 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,6 +1,6 @@ # vim:fileencoding=utf-8:ft=conf -include ~/.cache/wal/colors-kitty.conf +include ~/.config/kitty/colors.conf # Font family. You can also specify different fonts for the # bold/italic/bold-italic variants. By default they are derived automatically, @@ -27,10 +27,10 @@ box_drawing_scale 0.001, 1, 1.5, 2 #background #202020 # The foreground for selections -selection_foreground #2f2f2f +#selection_foreground #2f2f2f # The background for selections -selection_background #d75f5f +#selection_background #d75f5f # The cursor color #cursor #8fee96 diff --git a/.config/networkmanager-dmenu/config.ini b/.config/networkmanager-dmenu/config.ini index 2e25f6f..dceb480 100644 --- a/.config/networkmanager-dmenu/config.ini +++ b/.config/networkmanager-dmenu/config.ini @@ -15,7 +15,7 @@ dmenu_command = rofi -dmenu -theme-str '@import "network.rasi"' # m = number of monitor to display on # p = Custom Prompt for the networks menu pinentry = /usr/bin/pinentry -rofi_highlight = False +rofi_highlight = True compact = True # wifi_chars = wifi_chars = ▂▄▆█ diff --git a/.config/nvim/config/main.vim b/.config/nvim/config/main.vim index 10b7b69..4b883ff 100644 --- a/.config/nvim/config/main.vim +++ b/.config/nvim/config/main.vim @@ -11,13 +11,16 @@ " Enable true colors support. Do not use this option if your terminal does not " support true colors! For a comprehensive list of terminals supporting true " colors, see https://github.com/termstandard/colors and https://bit.ly/2InF97t. -set termguicolors " Use dark background set background=dark +" Enable syntax highlighting +syntax on + " Colorscheme -colorscheme nord +colorscheme base16 +set termguicolors augroup specify_filetype autocmd! @@ -68,9 +71,6 @@ set autoindent set smartindent set shiftround -" Enable syntax highlighting -syntax on - " Print syntax highlighting. set printoptions+=syntax:y diff --git a/.config/nvim/config/plugin-settings.vim b/.config/nvim/config/plugin-settings.vim index 5175ce4..0e81bec 100644 --- a/.config/nvim/config/plugin-settings.vim +++ b/.config/nvim/config/plugin-settings.vim @@ -98,7 +98,7 @@ let g:NERDTreeIndicatorMapCustom = { "Airline " """""""""""" "main settings -let g:airline_theme='nord' +let g:airline_theme='base16' let g:airline_powerline_fonts = 1 let g:airline_symbols = {} let g:airline_skip_empty_sections = 1 diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini new file mode 100644 index 0000000..0ac66a0 --- /dev/null +++ b/.config/polybar/colors.ini @@ -0,0 +1,18 @@ +[colors] +background = #00000000 +base00 = ee2E3440 +base01 = 3B4252 +base02 = 434C5E +base03 = 4C566A +base04 = D8DEE9 +base05 = E5E9F0 +base06 = ECEFF4 +base07 = 8FBCBB +base08 = BF616A +base09 = D08770 +base0A = EBCB8B +base0B = A3BE8C +base0C = 88C0D0 +base0D = 81A1C1 +base0E = B48EAD +base0F = 5E81AC diff --git a/.config/polybar/config b/.config/polybar/config index 4f12b94..393d8d4 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -4,7 +4,7 @@ ; | \_/|_| |_)/--\| \ ; [colors] -include-file = ~/.config/polybar/colors +include-file = ~/.config/polybar/colors.ini [bar/top] monitor = ${env:MONITOR:eDP-1} @@ -28,93 +28,93 @@ modules-right = arrowb1 openweather [module/arrowb01] type = custom/text content = "" -content-foreground = ${colors.color9} -content-background = #00000000 +content-foreground = ${colors.base0C} +content-background = ${background} [module/arrowb1] type = custom/text content = "" -content-foreground = ${colors.color5} -content-background = #00000000 +content-foreground = ${colors.base0B} +content-background = ${background} [module/arrowb2] type = custom/text content = "" -content-foreground = ${colors.color6} -content-background = #00000000 +content-foreground = ${colors.base09} +content-background = ${background} [module/arrow01] type = custom/text content = "" -content-foreground = ${colors.color8} -content-background = ${colors.color4} +content-foreground = ${colors.base03} +content-background = ${colors.base0A} [module/arrow0] type = custom/text content = "" -content-foreground = ${colors.color4} -content-background = #00000000 +content-foreground = ${colors.base0A} +content-background = ${background} [module/arrow1] type = custom/text content = "" -content-foreground = ${colors.color15} -content-background = ${colors.color4} +content-foreground = ${colors.base07} +content-background = ${colors.base0A} [module/arrow2] type = custom/text content = "" -content-foreground = ${colors.color4} -content-background = ${colors.color3} +content-foreground = ${colors.base0A} +content-background = ${colors.base0F} [module/arrow3] type = custom/text content = "" -content-foreground = ${colors.color3} -content-background = ${colors.color2} +content-foreground = ${colors.base0F} +content-background = ${colors.base08} [module/arrow4] type = custom/text content = "" -content-foreground = ${colors.color2} -content-background = ${colors.color6} +content-foreground = ${colors.base08} +content-background = ${colors.base09} [module/arrow5] type = custom/text content = "" -content-foreground = ${colors.color6} -content-background = ${colors.color9} +content-foreground = ${colors.base09} +content-background = ${colors.base0C} [module/arrow6] type = custom/text content = "" -content-foreground = ${colors.color9} -content-background = ${colors.color5} +content-foreground = ${colors.base0C} +content-background = ${colors.base0B} [module/arrow7] type = custom/text content = "" -content-foreground = ${colors.color5} -content-background = ${colors.color3} +content-foreground = ${colors.base0B} +content-background = ${colors.base0F} [module/arrow8] type = custom/text content = "" -content-foreground = ${colors.color3} -content-background = ${colors.color4} +content-foreground = ${colors.base0F} +content-background = ${colors.base0A} [module/arrow9] type = custom/text content = "" -content-foreground = ${colors.color4} -content-background = ${colors.color6} +content-foreground = ${colors.base0A} +content-background = ${colors.base09} [module/arrow10] type = custom/text content = "" -content-foreground = ${colors.color6} -content-background = #00000000 +content-foreground = ${colors.base09} +content-background = ${background} [module/bluetoothctl] type = custom/script @@ -122,16 +122,16 @@ exec = ~/.config/polybar/scripts/bluetoothctl.sh tail = true click-left = ~/.config/polybar/scripts/bluetoothctl.sh --toggle label = " %output% " -label-foreground = ${colors.color0} -label-background = ${colors.color6} +label-foreground = ${colors.base00} +label-background = ${colors.base09} ;[module/vpn-nordvpn-status] ;type = custom/script ;exec = ~/.config/polybar/scripts/nordvpn/vpn-nordvpn-status.sh ;interval = 5 ;label = " %output% " -;label-foreground = ${colors.color0} -;label-background = ${colors.color3} +;label-foreground = ${colors.base00} +;label-background = ${colors.base0F} [module/vpn] type = custom/script @@ -141,7 +141,7 @@ click-right = ~/.config/polybar/scripts/nordvpn/vpn_module.sh --location-menu click-middle = ~/.config/polybar/scripts/nordvpn/vpn_module.sh --ip_address interval = 5 format = " 