- Ar|stote|is (QUIT: Ping timeout: 265 seconds) (~linx@149.210.4.16) | 00:14 | |
- buckket (QUIT: Quit: buckket) (~buckket@vps.buckket.org) | 00:15 | |
+ buckket (~buckket@vps.buckket.org) | 00:16 | |
- mtm (QUIT: Ping timeout: 265 seconds) (~textual@47.202.75.129) | 01:04 | |
+ mtm (~textual@47.202.75.129) | 01:05 | |
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:20) | 01:10 | |
+ kerntallett (~kerntalle@90.196.184.225) | 01:33 | |
- mjw (QUIT: Ping timeout: 252 seconds) (~mjw@gnu.wildebeest.org) | 02:14 | |
+ jacobk (~quassel@2603:8080:b200:7b02:77cb:6304:f9db:dda1) | 02:20 | |
- jacobk (QUIT: Ping timeout: 276 seconds) (~quassel@2603:8080:b200:7b02:77cb:6304:f9db:dda1) | 02:41 | |
+ exark_ (~exark@user/exark) | 02:46 | |
- exark (QUIT: Ping timeout: 245 seconds) (~exark@user/exark) | 02:47 | |
- kerntallett (QUIT: Quit: kerntallett) (~kerntalle@90.196.184.225) | 03:13 | |
+ jacobk (~quassel@47-186-65-73.dlls.tx.frontiernet.net) | 03:30 | |
- paperManu (QUIT: Ping timeout: 252 seconds) (~paperManu@107.159.243.8) | 04:37 | |
- _justin_kelly (QUIT: Quit: The Lounge - https://thelounge.chat) (~justinkel@user/justin-kelly/x-6011154) | 04:44 | |
+ _justin_kelly (~justinkel@user/justin-kelly/x-6011154) | 04:47 | |
+ chomwitt (~chomwitt@2a02:587:7a14:db00:1ac0:4dff:fedb:a3f1) | 07:40 | |
- chomwitt (QUIT: Quit: WeeChat 3.8) (~chomwitt@2a02:587:7a14:db00:1ac0:4dff:fedb:a3f1) | 09:28 | |
+ chomwitt (~chomwitt@2a02:587:7a14:db00:1ac0:4dff:fedb:a3f1) | 09:43 | |
- jacobk (QUIT: Ping timeout: 260 seconds) (~quassel@47-186-65-73.dlls.tx.frontiernet.net) | 10:04 | |
+ jacobk (~quassel@47-186-65-73.dlls.tx.frontiernet.net) | 10:05 | |
BoostisBetter | so I figured out how to control the keyboard with a keyboard shorcut in Sway yesterday. What I would like to do now, is when swayidle / lock are activated that the keyboard leds turn off as well. Basically I can do this if I get the exec command to do two things? | 10:05 |
---|---|---|
BoostisBetter | Do I just use the & between the two commands? | 10:05 |
minute | BoostisBetter: && | 10:18 |
BoostisBetter | thanks! | 10:26 |
josch | BoostisBetter: a single ampersand means something else. It will put the process to its left into the background. | 10:39 |
+ bpye (~bpye@user/bpye) | 10:44 | |
+ mjw (~mjw@gnu.wildebeest.org) | 11:04 | |
- iank (QUIT: Ping timeout: 252 seconds) (~iank@fsf/staff/iank) | 11:08 | |
+ iank (~iank@fsf/staff/iank) | 11:11 | |
- chomwitt (QUIT: Ping timeout: 265 seconds) (~chomwitt@2a02:587:7a14:db00:1ac0:4dff:fedb:a3f1) | 11:27 | |
BoostisBetter | gotcha, still trying to wrap my head around how the scripting language in the sway config works | 11:37 |
BoostisBetter | This is the line in the sway config I am trying to get working: | 11:37 |
BoostisBetter | timeout 330 'brightnessctl --save; brightnessctl set 0; rmt leds set 0 0 0' \ | 11:37 |
BoostisBetter | It doesn't seem to work | 11:38 |
BoostisBetter | Would using the ampersands here be the ticket and if so how come birghtnessctl doesn't use it | 11:38 |
BoostisBetter | Would using the ampersands here be the ticket and if so how come birghtnessctl doesn't use it? | 11:38 |
amospalla | simplify it, instead of writing lot of things inside there, call a single external script which does all the things. This way you can also easily test your script by calling it without the need to trigger swayidle. | 11:40 |
BoostisBetter | sure, but with semi colons or ampersand doesn't work | 11:48 |
BoostisBetter | writing a script is one way for sure, but I would prefer to have everything I am doing apparent in the sway config file | 11:48 |
BoostisBetter | doesn't work no matter what I try. The Sway config is awesome and it is also infuriating at the same time | 12:24 |
+ paperManu (~paperManu@107.159.243.8) | 12:33 | |
* mjw -> Guest7595 | 12:53 | |
- Guest7595 (QUIT: Killed (erbium.libera.chat (Nickname regained by services))) (~mjw@gnu.wildebeest.org) | 12:53 | |
* Guest1132 -> mjw | 12:53 | |
- ericsfraga (QUIT: Quit: ERC 5.6.1-git (IRC client for GNU Emacs 31.0.50)) (~user@2a00:23cc:b43d:4b00::3ce) | 13:01 | |
+ gustav28 (~gustav@c-78-82-53-236.bbcust.telenor.se) | 13:02 | |
- mtm (QUIT: Ping timeout: 252 seconds) (~textual@47.202.75.129) | 13:04 | |
+ mtm (~textual@47.202.75.129) | 13:05 | |
+ chomwitt (~chomwitt@2a02:587:7a14:db00:1ac0:4dff:fedb:a3f1) | 13:06 | |
+ ericsfraga (~user@2a00:23cc:b43d:4b00::3ce) | 13:14 | |
- glu (QUIT: Ping timeout: 248 seconds) (~glu@user/glu) | 13:44 | |
+ glu (~glu@user/glu) | 13:45 | |
grimmware | BoostisBetter: wrap it all in a `bash -c` | 13:45 |
grimmware | so like timeout 330 'bash -c "brightnessctl --save; ..."' | 13:45 |
grimmware | it's likely trying to directly exec whatever's in the quotes rather than sending it to a shell, hence why the semicolons don't work | 13:47 |
BoostisBetter | grimmware: so like this: | 14:29 |
BoostisBetter | timeout 330 'bash -c "brightnessctl --save; brightnessctl set 0; rmt leds set 0 0 0"' \ | 14:29 |
BoostisBetter | thanks I'm testing it now | 14:29 |
nocko | I have reflashed update 20_R3. It still does not want to charge the batteries. I updated to the protected battery boards in july/august without issue. | 14:32 |
nocko | I put 4 of the cells on a dedicated charger to see if they charge. | 14:32 |
nocko | IDK what changed. I upgrade reform2-lpc package regularly. It hung at 0% on the OLED, but charge/discharge worked (but it really angered upowerd). After the initial 20_R3 fw update it stopped charging entirely and OLED meter was at ???%. | 14:34 |
BoostisBetter | grimmware: nope that didn't do the trick | 14:36 |
BoostisBetter | Am I suppose tio be restartiung the whole system or is justu reloading the Sway config enough? | 14:36 |
nocko | Here's the LPC driver state: https://bin.disroot.org/?f2f6fda36669fcdb#yokGwm3C1CC8VCzTCETS72ugR5eec9VQBTqjxuz71WM | 14:42 |
nocko | Note that four cells are missing, currently on theexternal charger. | 14:43 |
+ bkeys (~Thunderbi@254.sub-97-150-246.myvzw.com) | 15:39 | |
- jacobk (QUIT: Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) (~quassel@47-186-65-73.dlls.tx.frontiernet.net) | 15:39 | |
sevan | cable to hook up to sysctl port, new battery cells, replacement SSD all showed up today \o/ | 15:54 |
- bkeys (QUIT: Read error: Connection reset by peer) (~Thunderbi@254.sub-97-150-246.myvzw.com) | 17:05 | |
+ bkeys (~Thunderbi@254.sub-97-150-246.myvzw.com) | 17:07 | |
+ kerntallett (~kerntalle@2a02:c7c:d128:6600:6fa2:26e3:23a9:6fcf) | 17:39 | |
- mtm (QUIT: Ping timeout: 265 seconds) (~textual@47.202.75.129) | 17:41 | |
+ mtm (~textual@47.202.75.129) | 17:44 | |
- bkeys (QUIT: Read error: Connection reset by peer) (~Thunderbi@254.sub-97-150-246.myvzw.com) | 17:58 | |
- chomwitt (QUIT: Quit: WeeChat 3.8) (~chomwitt@2a02:587:7a14:db00:1ac0:4dff:fedb:a3f1) | 17:58 | |
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:20) | 18:02 | |
+ bkeys (~Thunderbi@209.sub-97-150-128.myvzw.com) | 18:22 | |
vkoskiv | https://vkoskiv.com/screenshots/2024-12-18T17:39:05UTC-uTrPtceE.png | 18:39 |
vkoskiv | Weird! | 18:39 |
vkoskiv | Keyboard says 100% and charging, but my battery utility I wrote divides charge_now with charge_full, yielding 118% battery level :D | 18:40 |
- kerntallett (QUIT: Quit: kerntallett) (~kerntalle@2a02:c7c:d128:6600:6fa2:26e3:23a9:6fcf) | 18:48 | |
+ mark_ (~mjw@gnu.wildebeest.org) | 18:49 | |
- bkeys (QUIT: Read error: Connection reset by peer) (~Thunderbi@209.sub-97-150-128.myvzw.com) | 19:14 | |
sevan | vkoskiv: winning! :) | 19:16 |
- mjw (QUIT: Killed (copper.libera.chat (Nickname regained by services))) (~mjw@2001:1c06:2486:a800:7602:5eff:dc71:a72c) | 19:43 | |
* mark_ -> mjw | 19:43 | |
+ Guest1922 (~mjw@2001:1c06:2486:a800:7602:5eff:dc71:a72c) | 19:44 | |
BoostisBetter | minute: the Reform Next photos you should of them in the different colors enclosures are really good. It is a very good looking laptop. Any chance you'll be making the hinges black again on the black models? | 19:44 |
BoostisBetter | *you took of them is what I mean | 19:51 |
+ bkeys (~Thunderbi@209.sub-97-150-128.myvzw.com) | 20:08 | |
BoostisBetter | Having just passed my Reform on, I am very much looking forward to getting a Next. | 20:21 |
- bkeys (QUIT: Read error: Connection reset by peer) (~Thunderbi@209.sub-97-150-128.myvzw.com) | 20:24 | |
+ bkeys1 (~Thunderbi@209.sub-97-150-128.myvzw.com) | 20:25 | |
* bkeys1 -> bkeys | 20:27 | |
BoostisBetter | The whole family is down with what I think is the wu flu, and so I have been just drowling on the pictures of the Next. | 20:40 |
- bkeys (QUIT: Read error: Connection reset by peer) (~Thunderbi@209.sub-97-150-128.myvzw.com) | 20:40 | |
+ bkeys (~Thunderbi@209.sub-97-150-128.myvzw.com) | 20:40 | |
- bkeys (PART: With every step we take, danger will follow closely) (~Thunderbi@209.sub-97-150-128.myvzw.com) | 21:18 | |
BoostisBetter | minute: could you also approve my mnt gitlab account? | 21:43 |
BoostisBetter | Will be the 2disbetter account. | 21:44 |
- gustav28 (QUIT: Quit: Quit) (~gustav@c-78-82-53-236.bbcust.telenor.se) | 22:15 | |
+ kerntallett (~kerntalle@90.196.184.225) | 22:23 | |
+ ephase (~ephase@2a01:e0a:2a:5300:a14f:3e98:19f7:c20e) | 22:23 | |
ephase | hello! | 22:23 |
ephase | minute, josch I found that on my reform only display seems to not working wuen updating to kernel 6.12 | 22:24 |
ephase | because I "blindy" login to account after the upgrade on a test SD card and be able to "play" with backlight keybinding and see result on the screen | 22:26 |
ephase | i meat "blindly" | 22:51 |
+ bkeys (~Thunderbi@209.sub-97-150-128.myvzw.com) | 22:58 | |
minute | ephase: ah backlight works, but no visuals on the display yes? | 22:59 |
ephase | exact minute | 22:59 |
minute | BoostisBetter: yes, they'll be black, it was a mistake when taking the photos | 23:00 |
- bkeys (QUIT: Quit: With every step we take, danger will follow closely) (~Thunderbi@209.sub-97-150-128.myvzw.com) | 23:20 | |
- kerntallett (QUIT: Quit: kerntallett) (~kerntalle@90.196.184.225) | 23:21 | |
ephase | nee sleeping a bit, good night | 23:23 |
- ephase (QUIT: Quit: WeeChat 4.4.3) (~ephase@2a01:e0a:2a:5300:a14f:3e98:19f7:c20e) | 23:25 | |
+ Ar|stote|is (~linx@149.210.20.211) | 23:53 | |
+ kerntallett (~kerntalle@90.196.184.225) | 23:56 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!