5 Commits 410872ff61 ... 69a60aad2b

Author SHA1 Message Date
  raylu 69a60aad2b wsl specifics 3 months ago
  raylu 47414afe8f oh-my-posh: v28.2.0 properties → options 2 weeks ago
  raylu 6b6834d4b9 jj: show fewer changes on other branches 3 weeks ago
  raylu a0be784244 kitty: tab styling 1 month ago
  raylu 410872ff61 wsl specifics 3 months ago
3 changed files with 16 additions and 16 deletions
  1. 1 1
      config/jj/config.toml
  2. 8 8
      config/kitty/kitty.conf
  3. 7 7
      config/oh-my-posh.toml

+ 1 - 1
config/jj/config.toml

@@ -28,7 +28,7 @@ conflict-marker-style = 'git'
 
 [aliases]
 d = ['diff']
-l = ['log', '-r', 'ancestors((trunk()..@)::, 2) | ancestors(builtin_immutable_heads().., 2) | bookmarks()', '-T', 'log_medium']
+l = ['log', '-r', 'ancestors((trunk()..@):: | heads(mutable()), 2) | roots(immutable()..)- | bookmarks()', '-T', 'log_medium']
 ll = ['log', '-r', 'ancestors(present(@) | present(trunk()) | bookmarks() | tracked_remote_bookmarks() | visible_heads(), 2)']
 ls = ['log', '-r', '..(@ | present(trunk()))', '-T', 'builtin_log_compact_full_description']
 tug = ['bookmark', 'move', '--from', 'closest_bookmark(@)', '--to', 'closest_pushable(@)']

+ 8 - 8
config/kitty/kitty.conf

@@ -635,7 +635,7 @@ confirm_os_window_close 0
 
 #: Tab bar {{{
 
-tab_bar_edge bottom
+tab_bar_edge top
 
 #: Which edge to show the tab bar on, top or bottom
 
@@ -650,7 +650,7 @@ tab_bar_margin_height 0.0 0.0
 #: the second number is the margin between the tab bar and the
 #: contents of the current tab.
 
-tab_bar_style fade
+tab_bar_style powerline
 
 #: The tab bar style, can be one of: fade, separator, powerline, or
 #: hidden. In the fade style, each tab's edges fade into the
@@ -687,7 +687,7 @@ tab_separator " ┇"
 #: The separator between tabs in the tab bar when using separator as
 #: the tab_bar_style.
 
-tab_powerline_style angled
+tab_powerline_style slanted
 
 #: The powerline separator style between tabs in the tab bar when
 #: using powerline as the tab_bar_style, can be one of: angled,
@@ -719,16 +719,16 @@ active_tab_title_template none
 #: Template to use for active tabs, if not specified falls back to
 #: tab_title_template.
 
-active_tab_foreground   #000
-active_tab_background   #eee
+active_tab_foreground   #181825
+active_tab_background   #b4befe
 active_tab_font_style   bold-italic
-inactive_tab_foreground #444
-inactive_tab_background #999
+inactive_tab_foreground #9399b2
+inactive_tab_background #538
 inactive_tab_font_style normal
 
 #: Tab bar colors and styles
 
-tab_bar_background none
+tab_bar_background #313244
 
 #: Background color for the tab bar. Defaults to using the terminal
 #: background color.

+ 7 - 7
config/oh-my-posh.toml

@@ -1,6 +1,6 @@
 '$schema' = 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json'
 
-version = 3
+version = 4
 async = true
 console_title_template = '{{ .Shell }} in {{ .Folder }}'
 final_space = true
@@ -26,7 +26,7 @@ final_space = true
     background = '#170b3b'
     style = 'powerline'
     powerline_symbol = ''
-    [blocks.segments.properties]
+    [blocks.segments.options]
       style = 'mixed'
       mixed_threshold = 16
       folder_icon = ''
@@ -39,7 +39,7 @@ final_space = true
     background = '#2c1048'
     style = 'powerline'
     powerline_symbol = ''
-    [blocks.segments.properties]
+    [blocks.segments.options]
       branch_icon = ''
       branch_template = '{{ trunc 25 .Branch }}'
       disable_with_jj = true
@@ -55,7 +55,7 @@ final_space = true
     background = '#2c1048'
     style = 'powerline'
     powerline_symbol = ''
-    [blocks.segments.properties]
+    [blocks.segments.options]
       fetch_status = true
       change_id_min_len = 4
 
@@ -74,7 +74,7 @@ final_space = true
     background = '#4c1f5e'
     style = 'powerline'
     powerline_symbol = ''
-    [blocks.segments.properties]
+    [blocks.segments.options]
       time_format = '15:04'
 
   [[blocks.segments]]
@@ -100,7 +100,7 @@ final_space = true
     background = '#69307a'
     style = 'diamond'
     trailing_diamond = ''
-    [blocks.segments.properties]
+    [blocks.segments.options]
       always_enabled = true
 
   [[blocks.segments]]
@@ -140,6 +140,6 @@ final_space = true
   style = 'diamond'
   leading_diamond = ''
   trailing_diamond = ''
-  [tooltips.properties]
+  [tooltips.options]
     display_mode = 'always'
     fetch_package_manager = true