5 Commity 7634347039 ... c2709e98fa

Autor SHA1 Wiadomość Data
  raylu c2709e98fa wsl specifics 6 miesięcy temu
  raylu d72cbc0791 jj: check first line using .lines() 4 miesięcy temu
  raylu 153da0a272 zod: theme 7 miesięcy temu
  raylu 13d18b9a4d htop 3.3.0 → 3.4.1 2 miesięcy temu
  raylu 7634347039 wsl specifics 6 miesięcy temu
4 zmienionych plików z 12 dodań i 11 usunięć
  1. 9 8
      config/htop/htoprc
  2. 1 1
      config/jj/config.toml
  3. 1 1
      config/zed/settings.json
  4. 1 1
      gitconfig

+ 9 - 8
config/htop/htoprc

@@ -1,9 +1,9 @@
 # Beware! This file is rewritten by htop when settings are changed in the interface.
 # The parser is also very primitive, and not human-friendly.
-htop_version=3.3.0
+htop_version=3.4.1
 config_reader_min_version=3
-fields=0 48 17 18 38 39 40 2 46 47 49 1
-hide_kernel_threads=0
+fields=0 48 17 18 38 39 2 46 47 49 1
+hide_kernel_threads=1
 hide_userland_threads=1
 hide_running_in_container=0
 shadow_other_users=0
@@ -27,6 +27,7 @@ show_cpu_usage=1
 show_cpu_frequency=1
 show_cpu_temperature=0
 degree_fahrenheit=0
+show_cached_memory=1
 update_process_names=0
 account_guest_in_cpu_meter=0
 color_scheme=0
@@ -39,22 +40,22 @@ column_meter_modes_0=2 1 1 1
 column_meters_1=Uptime RightCPUs2 Tasks DiskIO NetworkIO
 column_meter_modes_1=2 1 2 2 2
 tree_view=0
-sort_key=47
+sort_key=46
 tree_sort_key=0
 sort_direction=-1
 tree_sort_direction=1
 tree_view_always_by_pid=0
 all_branches_collapsed=0
-screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
-.sort_key=PERCENT_MEM
+screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT STATE PERCENT_CPU PERCENT_MEM TIME Command
+.sort_key=PERCENT_CPU
 .tree_sort_key=PID
 .tree_view_always_by_pid=0
 .tree_view=0
 .sort_direction=-1
 .tree_sort_direction=1
 .all_branches_collapsed=0
-screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command
-.sort_key=IO_RATE
+screen:I/O=PID USER Command
+.sort_key=PID
 .tree_sort_key=PID
 .tree_view_always_by_pid=0
 .tree_view=0

+ 1 - 1
config/jj/config.toml

@@ -59,7 +59,7 @@ if(root,
       separate(" ",
         if(empty, label("empty", "(empty)")),
         if(description,
-          description.first_line() ++ if(description.first_line().len() < description.trim_end().len(),
+          description.first_line() ++ if(description.lines().len() > 1,
             label("rest", "\n\t" ++ description.substr(description.first_line().len() + 2, -1).first_line())
           ),
           label(if(empty, "empty"), description_placeholder),

+ 1 - 1
config/zed/settings.json

@@ -15,7 +15,7 @@
   "search_wrap": false,
   "ssh_connections": [{ "host": "dev", "projects": [{ "paths": ["/src"] }] }],
   "telemetry": { "metrics": false },
-  "theme": { "mode": "system", "light": "One Light", "dark": "One Dark" },
+  "theme": { "mode": "system", "light": "One Light", "dark": "Catppuccin Macchiato" },
   "ui_font_size": 16,
   "vim_mode": true
 }

+ 1 - 1
gitconfig

@@ -6,7 +6,7 @@
 [gpg]
 	format = ssh
 [gpg "ssh"]
-	program = "/mnt/c/Users/raylu/AppData/Local/1Password/app/8/op-ssh-sign-wsl"
+	program = "/mnt/c/Users/raylu/AppData/Local/Microsoft/WindowsApps/op-ssh-sign-wsl.exe"
 	allowedSignersFile = ~/.ssh/allowed_signers
 [commit]
 	gpgsign = true