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