hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

config.jsonc (667B)


      1 {
      2   "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
      3   "logo": {
      4     "type": "small"
      5   },
      6   "modules": [
      7     {
      8       "type": "os", 
      9       "key": "os",
     10       "keyColor": "red"
     11     },
     12     {
     13       "type": "kernel", 
     14       "key": "kernel",
     15       "keyColor": "yellow"
     16     },
     17     {
     18       "type": "shell", 
     19       "key": "shell",
     20       "keyColor": "green"
     21     },
     22     {
     23       "type": "packages", 
     24       "key": "packages",
     25       "keyColor": "cyan"
     26     },
     27     {
     28       "type": "wm", 
     29       "key": "wm",
     30       "keyColor": "blue"
     31     },
     32     {
     33       "type": "memory", 
     34       "key": "memory",
     35       "keyColor": "magenta"
     36     },
     37     "break"
     38   ]
     39 }