zed-on-linux
This commit is contained in:
parent
ee8365b940
commit
f766331d72
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
systemSpecificPackages =
|
||||
if isLinux
|
||||
# include gping because of open bug
|
||||
then [pkgs.zsh pkgs.racket pkgs.gping pkgs.mold]
|
||||
then [pkgs.zsh pkgs.racket pkgs.gping pkgs.mold pkgs.zed-editor]
|
||||
else [pkgs.keka];
|
||||
in {
|
||||
imports = [
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
zjstatus_config = ''
|
||||
pane size=1 borderless=true {
|
||||
plugin location="file:${pkgs.zjstatus}/bin/zjstatus.wasm" {
|
||||
format_left "{mode}#[fg=black,bg=blue,bold]{session} #[fg=blue,bg=#181825]{tabs}"
|
||||
format_left "{mode}#[fg=black,bg=blue,bold,italic]{session} #[fg=blue,bg=#181825]{tabs}"
|
||||
format_right "#[fg=#181825,bg=#b1bbfa]{datetime}"
|
||||
format_space "#[bg=#181825]"
|
||||
|
||||
mode_normal "#[bg=blue] "
|
||||
mode_tmux "#[bg=green] "
|
||||
mode_normal "#[bg=blue]Normal"
|
||||
mode_tmux "#[bg=green]Tmux "
|
||||
|
||||
tab_normal "#[fg=#181825,bg=#4C4C59] #[fg=#000000,bg=#4C4C59]{index} {name} #[fg=#4C4C59,bg=#181825]"
|
||||
tab_normal_fullscreen "#[fg=#6C7086,bg=#181825] {index} {name} [] "
|
||||
|
|
Loading…
Add table
Reference in a new issue