Skip to content

Commit

Permalink
move to fastfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
JyyHuang committed May 26, 2024
1 parent 54f02f6 commit d0bc28b
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 882 deletions.
74 changes: 74 additions & 0 deletions fastfetch/config.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "iterm",
"source": "/mnt/c/Users/Joey/wallpapers/purple_eyes.jpg",
"width": 28,
"height": 1,
"padding": {
"top": 1,
},
"preserveAspectRatio": true,
},
"modules": [
{
"type": "title",
"format": " {6}",
},
{
"type": "custom",
"format": "┌──────── \u001b[1mSystem Information\u001b[0m ────────┐", // `\u001b` is `\033`, or `\e`
},
{
"key": " OS",
"type": "os",
"format": "{2} {12}",
},
{
"key": " Host",
"type": "host",
"format": "{1}",
},
{
"key": " Kernel",
"type": "kernel",
"format": "{1}",
},
{
"key": " Shell",
"type": "shell",
},
{
"key": " Display",
"type": "display",
},
{
"key": " Terminal",
"type": "terminal",
"format": "{1}",
},
{
"key": " Cpu",
"type": "cpu",
"format": "{1}",
},
{
"key": " Gpu",
"type": "gpu",
"format": "{2}",
},

{
"key": " Memory",
"type": "memory",
},
{
"type": "custom",
"format": "└────────────────────────────────────┘", // `\u001b` is `\033`, or `\e`
},
{
"type": "colors",
"paddingLeft": 7,
},
],
}
25 changes: 19 additions & 6 deletions komorebi/komorebi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json",
"app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.yaml",
"window_hiding_behaviour": "Cloak",
"window_hiding_behaviour": "Hide",
"window_container_behaviour": "Create",
"cross_monitor_move_behaviour": "Insert",
"default_workspace_padding": 2,
Expand All @@ -24,10 +24,10 @@
"background": "#1a1b26"
}
},
"manage_rules":[
"manage_rules": [
{
"kind": "Title",
"id":"- Discord",
"id": "- Discord",
"matching_strategy": "EndsWith"
}
],
Expand All @@ -48,12 +48,25 @@
},
{
"name": "IV",
"layout": "BSP"
"layout": "BSP",
"workspace_rules": [
{
"kind": "Exe",
"id": "Spotify.exe"
}
]
},
{
"name": "V",
"layout": "BSP"
},
"layout": "BSP",
"workspace_rules": [
{
"kind": "Title",
"id": "- Discord",
"matching_strategy": "EndsWith"
}
]
}
]
}
]
Expand Down
Loading

0 comments on commit d0bc28b

Please sign in to comment.