Compare commits
3 commits
e1eb817d5b
...
53427bb90d
Author | SHA1 | Date | |
---|---|---|---|
53427bb90d | |||
a39b425430 | |||
91a117932a |
7 changed files with 30 additions and 23 deletions
|
@ -59,7 +59,7 @@ bind = $mainMod CTRL, 8, movetoworkspacesilent, 8
|
|||
bind = $mainMod CTRL, 9, movetoworkspacesilent, 9
|
||||
|
||||
bind = , XF86AudioLowerVolume, exec, pamixer --decrease 5
|
||||
bind = , XF86RaiseLowerVolume, exec, pamixer --increase 5
|
||||
bind = , XF86AudioRaiseVolume, exec, pamixer --increase 5
|
||||
bind = , XF86AudioMute, exec, pamixer --toggle-mute
|
||||
bind = , XF86MonBrightnessUp, exec, brightnessctl set +5%
|
||||
bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||
|
|
|
@ -4,7 +4,7 @@ monitor=,preferred,auto,1
|
|||
# monitor=DP-3,1920x1080,0x0,1
|
||||
|
||||
# Some default env vars.
|
||||
env = GDK_SCALE,2
|
||||
# env = GDK_SCALE,2
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||
# env = GTK_THEME, Catppuccin-Mocha-Standard-Rosewater-Dark
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
git:
|
||||
# branchLogCmd: "git log --graph --all --color=always --decorate --date=relative --oneline"
|
||||
branchLogCmd: "git log --graph --abbrev-commit --decorate --format=format:'%C(bold cyan)%h%C(reset) ->%C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(green)(%ar)%C(reset) %C(dim white)- %an%C(reset)'"
|
||||
# see ~/.config/git/config
|
||||
branchLogCmd: "git l"
|
||||
paging:
|
||||
colorArg: always
|
||||
pager: delta --dark --paging=never
|
||||
|
@ -12,31 +12,30 @@ customCommands:
|
|||
command: 'git commit -m "wip: $(date +"%Y.%m.%d %H:%M:%S")"'
|
||||
context: "files"
|
||||
|
||||
# fall back theme in case terminal app not configured
|
||||
gui:
|
||||
nerdFontsVersion: 3
|
||||
showIcons: true
|
||||
showFileTree: true
|
||||
# https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml
|
||||
theme:
|
||||
lightTheme: false
|
||||
# selectedLineBgColor:
|
||||
# - reverse
|
||||
# selectedRangeBgColor:
|
||||
# - reverse
|
||||
activeBorderColor:
|
||||
- "#a6e3a1" # Green
|
||||
- '#f5e0dc'
|
||||
- bold
|
||||
inactiveBorderColor:
|
||||
- "#cdd6f4" # Text
|
||||
- '#a6adc8'
|
||||
optionsTextColor:
|
||||
- "#89b4fa" # Blue
|
||||
- '#89b4fa'
|
||||
selectedLineBgColor:
|
||||
- "#313244" # Surface0
|
||||
- reverse
|
||||
selectedRangeBgColor:
|
||||
- "#313244" # Surface0
|
||||
- reverse
|
||||
- '#313244'
|
||||
cherryPickedCommitBgColor:
|
||||
- "#94e2d5" # Teal
|
||||
- '#45475a'
|
||||
cherryPickedCommitFgColor:
|
||||
- "#89b4fa" # Blue
|
||||
- '#f5e0dc'
|
||||
unstagedChangesColor:
|
||||
- red # Red
|
||||
- '#f38ba8'
|
||||
defaultFgColor:
|
||||
- '#cdd6f4'
|
||||
searchingActiveBorderColor:
|
||||
- '#f9e2af'
|
||||
authorColors:
|
||||
'*': '#b4befe'
|
||||
|
|
|
@ -9,5 +9,5 @@ end
|
|||
return disable({
|
||||
"mfussenegger/nvim-lint",
|
||||
"folke/tokyonight.nvim",
|
||||
"L3MON4D3/LuaSnip",
|
||||
-- "L3MON4D3/LuaSnip",
|
||||
})
|
||||
|
|
|
@ -47,3 +47,9 @@ transfection
|
|||
transduce
|
||||
transduction
|
||||
nimscript
|
||||
and
|
||||
scRNA
|
||||
UMI
|
||||
conda
|
||||
barcoding
|
||||
Al'Khafaji
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[Settings]
|
||||
; gtk-icon-theme-name=breeze
|
||||
; gtk-theme-name=Catppuccin-Mocha-Standard-Rosewater-Dark
|
||||
gtk-theme-name=Catppuccin-Mocha-Standard-Rosewater-Dark
|
||||
gtk-application-prefer-dark-theme=false
|
||||
|
|
|
@ -9,6 +9,8 @@ if wezterm.config_builder then
|
|||
config = wezterm.config_builder()
|
||||
end
|
||||
|
||||
config.hyperlink_rules = wezterm.default_hyperlink_rules()
|
||||
|
||||
-- window_background_opacity = 0.9
|
||||
config.check_for_updates = false
|
||||
config.window_padding = {
|
||||
|
|
Loading…
Reference in a new issue