diff --git a/DankMaterialShell/settings.json b/DankMaterialShell/settings.json index 540496d..48bbfa2 100755 --- a/DankMaterialShell/settings.json +++ b/DankMaterialShell/settings.json @@ -369,7 +369,15 @@ "field": "appName", "pattern": "ownCloud", "matchType": "exact", - "action": "mute", + "action": "ignore", + "urgency": "default" + }, + { + "enabled": true, + "field": "appName", + "pattern": "ownCloud", + "matchType": "exact", + "action": "ignore", "urgency": "default" } ], diff --git a/sdgos/fastfetch/conf/Nex-Desktop.jsonc b/sdgos/fastfetch/conf/Nex-Desktop.jsonc new file mode 100644 index 0000000..3c55db9 --- /dev/null +++ b/sdgos/fastfetch/conf/Nex-Desktop.jsonc @@ -0,0 +1,178 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + + "display": { + "separator": " ➜ " + }, + "modules": [ + "break", + "break", + + { + "type": "title", + "key": " ID  ", + "keyColor": "36", + "keyWidth": 11 + }, + { + "type": "custom", + "format": "╭──────────────────────────────────────────────────────────────────────────────╮" + }, + { + "type": "os", + "key": " OS  ", + "keyColor": "31" + }, + { + "type": "kernel", + "key": " ├  ", + "keyColor": "31" + }, + { + "type": "packages", + "format": "{} (pacman)", + "key": " ├ 󰮯 ", + "keyColor": "31" + }, + { + "type": "shell", + "key": " ╰  ", + "keyColor": "31" + }, + "break", + + { + "type": "wm", + "key": " WM  ", + "keyColor": "32" + }, + { + "type": "wmtheme", + "key": " ├ 󰉼 ", + "keyColor": "32" + }, + { + "type": "icons", + "key": " ├ 󰀻 ", + "keyColor": "32" + }, + { + "type": "cursor", + "key": " ├ 󰆿 ", + "keyColor": "32" + }, + { + "type": "terminal", + "key": " ├  ", + "keyColor": "32" + }, + { + "type": "terminalfont", + "key": " ╰  ", + "keyColor": "32" + }, + "break", + + { + "type": "board", + "format": "{1} ({2})", + "key": " PC  ", + "keyColor": "33" + }, + { + "type": "cpu", + "format": "{1} ({3}) @ {7}", + "key": " ├  ", + "keyColor": "33" + }, + { + "type": "gpu", + "format": "{1} {2} @ {12}", + "key": " ├ 󰢮 ", + "keyColor": "33" + }, + { + "type": "memory", + "key": " ├  ", + "keyColor": "33", + "percent": { + "type": 3, + "green": 30, + "yellow": 70 + } + }, + { + "type": "swap", + "key": " ├ 󰓡 ", + "keyColor": "33", + "percent": { + "type": 3, + "green": 30, + "yellow": 70 + } + }, + { + "type": "disk", + "key": " ├ 󰋊 ", + "keyColor": "33", + "percent": { + "type": 3, + "green": 30, + "yellow": 70 + } + }, + { + "type": "monitor", + "key": " ├  ", + "format" : "{name}: {width}x{height}px {inch}\" {refresh-rate}Hz {ppi}ppi", + "keyColor": "33" + }, + { + "type": "sound", + "key": " ╰  ", + "keyColor": "33" + }, + "break", + + { + "type": "uptime", + "key": " UP 󱑎 ", + "keyColor": "34" + }, + { + "type": "datetime", + "format": "{11}.{3}.{1}", + "key": " ├  ", + "keyColor": "34" + }, + { + "type": "command", + "key": " ╰  ", + "keyColor": "34", + "text" : "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" + }, + "break", + { + "type": "localip", + "key": " IP 󰲝 ", + "keyColor": "37" + }, + { + "type": "publicip", + "key": " ╰ 󰖟 ", + "keyColor": "37" + }, + { + "type": "custom", + "format": "╰──────────────────────────────────────────────────────────────────────────────╯" + }, + "break", + + { + "type": "custom", + "format": " \u001b[90m󰣙 \u001b[91m󰣙 \u001b[92m󰣙 \u001b[93m󰣙 \u001b[94m󰣙 \u001b[95m󰣙 \u001b[96m󰣙 \u001b[97m󰣙 \u001b[90m󰣙 \u001b[31m󰣙 \u001b[32m󰣙 \u001b[33m󰣙 \u001b[34m󰣙 \u001b[35m󰣙 \u001b[36m󰣙 \u001b[37m󰣙 " + }, + "break", + "break" + ] +} diff --git a/sdgos/fastfetch/conf/Nex-Laptop.jsonc b/sdgos/fastfetch/conf/Nex-Laptop.jsonc new file mode 100644 index 0000000..511a054 --- /dev/null +++ b/sdgos/fastfetch/conf/Nex-Laptop.jsonc @@ -0,0 +1,156 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "display": { + "separator": " " + }, + "modules": [ + { + "type": "title", + "keyWidth": 10 + }, + { + "type": "os", + "key": " OS", + "keyColor": "yellow" + }, + { + "type": "kernel", + "key": "├ Kernel", + "keyColor": "yellow" + }, + { + "type": "packages", + "key": "├󰏖 Packages", + "keyColor": "yellow" + }, + { + "type": "shell", + "key": "├ Shell", + "keyColor": "yellow" + }, + { + "type": "localIP", + "key": "├󰩟 Local IP", + "keyColor": "yellow" + }, + { + "type": "uptime", + "key": "└󰅐 Start Time", + "keyColor": "yellow" + }, + "break", + { + "type": "de", + "key": " DE", + "keyColor": "blue" + }, + { + "type": "wm", + "key": "├󰧨 Window Manager", + "keyColor": "blue" + }, + { + "type": "lm", + "key": "├󰧨 Login Manager", + "keyColor": "blue" + }, + { + "type": "wmtheme", + "key": "├󰉼 WM Theme", + "keyColor": "blue" + }, + { + "type": "theme", + "key": "├󰉼 Color Themes", + "keyColor": "blue" + }, + { + "type": "icons", + "key": "├󰸉 System Icons", + "keyColor": "blue" + }, + { + "type": "font", + "key": "├ System Fonts", + "keyColor": "blue" + }, + { + "type": "terminal", + "key": "└ Terminal", + "keyColor": "blue" + }, + "break", + { + "type": "chassis", + "key": "󰌢 PC", + "keyColor": "green" + }, + { + "type": "board", + "key": "├ Board", + "keyColor": "green" + }, + { + "type": "cpu", + "key": "├󰻠 CPU", + "keyColor": "green", + "temp": true, + "freqNdigits": 1 + }, + { + "type": "memory", + "key": "├󰑭 RAM", + "keyColor": "green", + "percent": { + "type": 3, + "green": 30, + "yellow": 70 + } + }, + { + "type": "swap", + "key": "├󰓡 Zram", + "keyColor": "green", + "percent": { + "type": 3, + "green": 30, + "yellow": 70 + } + }, + { + "type": "disk", + "key": "├ Disk", + "keyColor": "green", + "percent": { + "type": 3, + "green": 30, + "yellow": 70 + } + }, + { + "type": "gpu", + "key": "├󰍛 GPU", + "keyColor": "green" + }, + { + "type": "opengl", + "key": "├󰍛 OpenGL", + "keyColor": "green" + }, + { + "type": "vulkan", + "key": "├󰍛 Vulkan", + "keyColor": "green" + }, + { + "type": "display", + "key": "└󰍹 Display(s)", + "keyColor": "green" + }, + "break", + { + "type": "custom", + "format": "\u001b[1m\u001b[31m󰆦 \u001b[1m\u001b[32m󰆦 \u001b[1m\u001b[33m󰆦 \u001b[1m\u001b[34m󰆦 \u001b[1m\u001b[35m󰆦 \u001b[1m\u001b[36m󰆦 \u001b[1m\u001b[37m󰆦 \u001b[1m\u001b[30m󰆦 \u001b[1m\u001b[91m󰆦 \u001b[1m\u001b[92m󰆦 \u001b[1m\u001b[93m󰆦 \u001b[1m\u001b[94m󰆦 \u001b[1m\u001b[95m󰆦 \u001b[1m\u001b[96m󰆦 \u001b[1m\u001b[97m󰆦 \u001b[1m\u001b[90m󰆦" + } + ] +}