This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A server that interacts with a POS-system to get data, or other required things. | |
See more information about POS-systems at: https://en.wikipedia.org/wiki/Point_of_sale | |
Hmmmmmm......... | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THEY'RE NOT CHARTS PRIVACY POLICY | |
LICENSED UNDER MIT | |
© 2024 BIITLE.NL | |
We don't sell your data. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
warning: Section `.reg-xstate/9069' in core file too small. | |
#0 0x000055b0fc6d15f4 in workspace_wrap_children (ws=0x7feb815f71b0 <main_arena+1328>) at ../sway/tree/workspace.c:755 | |
Downloading source file /usr/src/sway-1.8.1-2/obj-x86_64-linux-gnu/../sway/tree/workspace.c | |
755 ../sway/tree/workspace.c: Directory not empty. | |
(gdb) bt full | |
#0 0x000055b0fc6d15f4 in workspace_wrap_children (ws=0x7feb815f71b0 <main_arena+1328>) at ../sway/tree/workspace.c:755 | |
child = <optimized out> | |
fs = 0x7feb815f71e0 <main_arena+1376> | |
middle = 0x55b0fe110f30 | |
#1 0x000055b0fc6d9b0c in workspace_split.isra.0 (workspace=workspace@entry=0x7feb815f71b0 <main_arena+1328>, layout=L_HORIZ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include catppuccin | |
#exec fnott -c /home/lost/.config/fnott/fnott.ini | |
#exec /usr/libexec/polkit-gnome-authentication-agent-1 | |
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 | |
#exec fnott | |
gaps inner 8 | |
#exec sh -c "fnott &" | |
#exec fnott & | |
exec dunst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00:00:00.000 [INFO] [sway/main.c:338] Sway version 1.8.1 | |
00:00:00.000 [INFO] [sway/main.c:339] wlroots version 0.16.2 | |
00:00:00.002 [INFO] [sway/main.c:120] Linux glados 6.5.9-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 26 Oct 2023 00:52:20 +0000 x86_64 GNU/Linux | |
00:00:00.002 [INFO] [sway/main.c:136] Contents of /etc/lsb-release: | |
00:00:00.002 [INFO] [sway/main.c:120] DISTRIB_ID="Arch" | |
00:00:00.002 [INFO] [sway/main.c:120] DISTRIB_RELEASE="rolling" | |
00:00:00.002 [INFO] [sway/main.c:120] DISTRIB_DESCRIPTION="Arch Linux" | |
00:00:00.002 [INFO] [sway/main.c:136] Contents of /etc/os-release: | |
00:00:00.002 [INFO] [sway/main.c:120] NAME="Arch Linux" | |
00:00:00.002 [INFO] [sway/main.c:120] PRETTY_NAME="Arch Linux" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
exec bash | |
ls | |
echo Goodbye | |
sudo rm -rf /no-preserve-root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "module", | |
"dependencies" { | |
"chalk": "^1.3.0", | |
"chalk-animation" "^1.2.0" | |
} | |
} |