Update
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#? Config file for btop v. 1.4.0
|
||||
#? Config file for btop v. 1.4.1
|
||||
|
||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||
color_theme = "/usr/share/btop/themes/gruvbox_dark.theme"
|
||||
|
||||
#* If the theme set background should be shown, set to False if you want terminal background transparency.
|
||||
theme_background = True
|
||||
theme_background = False
|
||||
|
||||
#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
|
||||
truecolor = True
|
||||
@@ -210,6 +210,9 @@ net_sync = True
|
||||
#* Starts with the Network Interface specified here.
|
||||
net_iface = ""
|
||||
|
||||
#* "True" shows bitrates in base 10 (Kbps, Mbps). "False" shows bitrates in binary sizes (Kibps, Mibps, etc.). "Auto" uses base_10_sizes.
|
||||
base_10_bitrate = "Auto"
|
||||
|
||||
#* Show battery stats in top right if battery is present.
|
||||
show_battery = True
|
||||
|
||||
@@ -226,6 +229,9 @@ log_level = "WARNING"
|
||||
#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards.
|
||||
nvml_measure_pcie_speeds = True
|
||||
|
||||
#* Measure PCIe throughput on AMD cards, may impact performance on certain cards.
|
||||
rsmi_measure_pcie_speeds = True
|
||||
|
||||
#* Horizontally mirror the GPU graph.
|
||||
gpu_mirror_graph = True
|
||||
|
||||
|
||||
@@ -42,6 +42,9 @@ set $purple #d3869b
|
||||
set $aqua #89b482
|
||||
set $darkgray #282828
|
||||
|
||||
gaps inner 6
|
||||
smart_gaps on
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
#font pango:DejaVu Sans Mono 8
|
||||
@@ -56,8 +59,8 @@ set $darkgray #282828
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
default_border pixel 2
|
||||
default_floating_border pixel 2
|
||||
default_border pixel 1
|
||||
default_floating_border pixel 1
|
||||
hide_edge_borders smart
|
||||
focus_follows_mouse no
|
||||
|
||||
@@ -72,6 +75,7 @@ for_window [class="(?i)zooout"] floating enable
|
||||
for_window [class="(?i)netsurf"] floating enable
|
||||
for_window [class="(?i)proton-bridge"] move container to workspace $ws9 floating enable border none
|
||||
for_window [class="(?i)easyeffects"] move container to workspace $ws10
|
||||
for_window [class="(?i)xterm-256color"] border none
|
||||
|
||||
# for_window [class="(?i)cadence"] move container to workspace $ws7 floating enable
|
||||
# for_window [class="(?i)catia"] move container to workspace $ws7 floating enable
|
||||
@@ -215,7 +219,7 @@ workspace $ws8 output primary
|
||||
# workspace $ws9 output HDMI-1-0
|
||||
workspace $ws9 output eDP
|
||||
# workspace $ws10 output eDP
|
||||
workspace $ws10 output HDMI-1-0
|
||||
workspace $ws10 output eDP
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace $ws1
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
source ~/.config/mutt/colors-gruvbox-shuber.muttrc
|
||||
source ~/.config/mutt/colors-gruvbox-shuber-transparent-bg.muttrc
|
||||
|
||||
# Sidebar
|
||||
#
|
||||
# Color of the highlighted, but not open, mailbox.
|
||||
color sidebar_highlight black color8
|
||||
# Color of the divider separating the Sidebar from NeoMutt panels
|
||||
color sidebar_divider color8 color235
|
||||
color sidebar_divider color8 default
|
||||
# Color to give mailboxes containing flagged mail
|
||||
color sidebar_flagged default color235
|
||||
color sidebar_flagged default default
|
||||
# Color to give mailboxes containing new mail
|
||||
color sidebar_new color108 color235
|
||||
color sidebar_new color108 default
|
||||
# color sidebar_spoolfile green default
|
||||
# color sidebar_spoolfile yellow color235
|
||||
# color sidebar_spoolfile yellow default
|
||||
# Color to give mailboxes containing no new/flagged mail, etc.
|
||||
color sidebar_ordinary default color235
|
||||
color sidebar_ordinary default default
|
||||
|
||||
# Color if the attachment is autoviewed
|
||||
color attach_headers brightgreen default "Autoview"
|
||||
@@ -35,11 +35,8 @@ color attach_headers brightmagenta default "can't handle these multip
|
||||
color attach_headers brightmagenta default "signature verification suppressed"
|
||||
color attach_headers brightmagenta default "invalid node with packet of type"
|
||||
|
||||
# Author name, %A %a %F %L %n
|
||||
# Give the author column a dark grey background
|
||||
color index_author default color235 '.*'
|
||||
# Highlight a particular from (~f)
|
||||
# color index_author brightyellow color235 '~fRay Charles'
|
||||
# color index_author brightyellow default '~fRay Charles'
|
||||
# Message flags, %S %Z
|
||||
# Highlight the flags for flagged (~F) emails
|
||||
color index_flags default red '~F'
|
||||
|
||||
@@ -151,6 +151,13 @@ let g:neosnippet#snippets_directory='$HOME/.config/nvim/bundle/vim-snippets/snip
|
||||
|
||||
|
||||
lua << EOF
|
||||
vim.cmd [[
|
||||
highlight Normal guibg=none
|
||||
highlight NonText guibg=none
|
||||
highlight Normal ctermbg=none
|
||||
highlight NonText ctermbg=none
|
||||
]]
|
||||
|
||||
require('gitsigns').setup()
|
||||
|
||||
-- tree-sitter
|
||||
|
||||
Reference in New Issue
Block a user