Skip to content

Instantly share code, notes, and snippets.

@sweenu
sweenu / sway.log
Last active January 4, 2025 15:46
sway log
00:00:00.000 [INFO] [sway/main.c:295] Sway version 1.10
00:00:00.000 [INFO] [sway/main.c:296] wlroots version 0.18.2
00:00:00.009 [INFO] [sway/main.c:81] Linux carokann 6.12.5 #1-NixOS SMP PREEMPT_DYNAMIC Sat Dec 14 19:04:17 UTC 2024 x86_64 GNU/Linux
00:00:00.009 [INFO] [sway/main.c:97] Contents of /etc/lsb-release:
00:00:00.009 [INFO] [sway/main.c:81] DISTRIB_CODENAME=warbler
00:00:00.009 [INFO] [sway/main.c:81] DISTRIB_DESCRIPTION="NixOS 25.05 (Warbler)"
00:00:00.009 [INFO] [sway/main.c:81] DISTRIB_ID=nixos
00:00:00.009 [INFO] [sway/main.c:81] DISTRIB_RELEASE="25.05"
00:00:00.009 [INFO] [sway/main.c:81] LSB_VERSION="25.05 (Warbler)"
00:00:00.009 [INFO] [sway/main.c:97] Contents of /etc/os-release:
@sweenu
sweenu / config
Last active January 4, 2025 15:47
sway config
workspace "1:a" output "DP-1 DP-2 DP-3 DP-4 HDMI-A-1 HDMI-A-2 eDP-1"
workspace "2:s" output "DP-1 DP-2 DP-3 DP-4 HDMI-A-1 HDMI-A-2 eDP-1"
workspace "3:d" output "DP-1 DP-2 DP-3 DP-4 HDMI-A-1 HDMI-A-2 eDP-1"
workspace "4:f" output "DP-1 DP-2 DP-3 DP-4 HDMI-A-1 HDMI-A-2 eDP-1"
workspace "5:u" output "eDP-1"
workspace "6:i" output "eDP-1"
workspace "7:o" output "eDP-1"
workspace "8:p" output "eDP-1"
bindsym Mod4+a workspace 1:a
@sweenu
sweenu / vrising_winehq_logs
Created June 17, 2024 17:44
vrising:winehq logs
un 17 16:37:02 najdorf systemd[1]: Started arion-vrising.service.
Jun 17 16:37:02 najdorf arion-vrising-start[1504363]: docker compose file: /nix/store/c5g4f1cmyxgw5k3xl7c536widpfck2gx-docker-compose.yaml
Jun 17 16:37:02 najdorf arion-vrising-start[1504387]: time="2024-06-17T16:37:02+02:00" level=warning msg="/nix/store/c5g4f1cmyxgw5k3xl7c536widpfck2gx-docker-compose.yaml: `version` is obsolete"
Jun 17 16:37:02 najdorf arion-vrising-start[1504387]: vrising Pulling
Jun 17 16:37:03 najdorf arion-vrising-start[1504387]: a8b1c5f80c2d Already exists
Jun 17 16:37:03 najdorf arion-vrising-start[1504387]: 9321e5c20f8e Already exists
Jun 17 16:37:03 najdorf arion-vrising-start[1504387]: 02c20b0ba025 Already exists
Jun 17 16:37:03 najdorf arion-vrising-start[1504387]: bb08ac6c3339 Pulling fs layer
Jun 17 16:37:03 najdorf arion-vrising-start[1504387]: 5099cc4fff62 Pulling fs layer
Jun 17 16:37:03 najdorf arion-vrising-start[1504387]: f8381b4a3a3f Pulling fs layer
@sweenu
sweenu / vrising2.1logs
Created June 17, 2024 17:32
vrising:2.1 logs
Jun 17 15:59:12 najdorf systemd[1]: Started arion-vrising.service.
Jun 17 15:59:12 najdorf arion-vrising-start[1498370]: docker compose file: /nix/store/8dcapsqzmqrpp7g3ziqxxijhiplq1a5p-docker-compose.yaml
Jun 17 15:59:12 najdorf arion-vrising-start[1498448]: time="2024-06-17T15:59:12+02:00" level=warning msg="/nix/store/8dcapsqzmqrpp7g3ziqxxijhiplq1a5p-docker-compose.yaml: `version` is obsolete"
Jun 17 15:59:12 najdorf arion-vrising-start[1498448]: vrising Pulling
Jun 17 15:59:14 najdorf arion-vrising-start[1498448]: a8b1c5f80c2d Pulling fs layer
Jun 17 15:59:14 najdorf arion-vrising-start[1498448]: 9321e5c20f8e Pulling fs layer
Jun 17 15:59:14 najdorf arion-vrising-start[1498448]: 02c20b0ba025 Pulling fs layer
Jun 17 15:59:14 najdorf arion-vrising-start[1498448]: 94061455a12e Pulling fs layer
Jun 17 15:59:14 najdorf arion-vrising-start[1498448]: 56bda42297f0 Pulling fs layer
Jun 17 15:59:14 najdorf arion-vrising-start[1498448]: f598c5c457b9 Pulling fs layer
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/xg9nw7ic88c7dnbwfx2avd38yjc7fcf7-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
applying patch /nix/store/hszpvhcafv7wx31z160vjw6k8h3w3pq9-ae04fa989720279e5558c3b8ff9ebe1959b1cf36.patch
patching file tests/pam/test_pam_fprintd.py
patching file tests/test_fprintd_utils.py
patching script interpreter paths in po/check-translations.sh tests/unittest_inspector.py
@sweenu
sweenu / list-devices
Created March 18, 2022 11:43
list-devices
[nix-shell:~]$ sudo libinput list-devices
Device: Power Button
Kernel: /dev/input/event3
Group: 1
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
@sweenu
sweenu / sway.log
Created March 18, 2022 10:54
sway.log
00:00:00.000 [INFO] [sway/main.c:343] Sway version 1.7
00:00:00.000 [INFO] [sway/main.c:344] wlroots version 0.15.1
00:00:00.003 [INFO] [sway/main.c:120] Linux carokann 5.16.10 #1-NixOS SMP PREEMPT Wed Feb 16 11:58:51 UTC 2022 x86_64 GNU/Linux
00:00:00.003 [INFO] [sway/main.c:136] Contents of /etc/os-release:
00:00:00.003 [INFO] [sway/main.c:120] NAME=NixOS
00:00:00.003 [INFO] [sway/main.c:120] ID=nixos
00:00:00.003 [INFO] [sway/main.c:120] VERSION="22.05 (Quokka)"
00:00:00.003 [INFO] [sway/main.c:120] VERSION_CODENAME=quokka
00:00:00.003 [INFO] [sway/main.c:120] VERSION_ID="22.05"
00:00:00.003 [INFO] [sway/main.c:120] BUILD_ID="22.05.20220221.7f9b6e2"
{
"nodes": {
"agenix": {
"inputs": {
"nixpkgs": [
"nixos"
]
},
"locked": {
"lastModified": 1638837456,
{
description = "Sweenu's hosts' setup";
inputs = {
nixos.url = "github:nixos/nixpkgs/nixos-unstable";
digga = {
url = "github:divnix/digga";
inputs = {
nixpkgs.follows = "nixos";
Verifying my Blockstack ID is secured with the address 1CshJvXStrz232TM5sNcSiWAnxovUmexhf https://explorer.blockstack.org/address/1CshJvXStrz232TM5sNcSiWAnxovUmexhf