Logs: liberachat/#xmonad
| 2022-02-21 16:21:10 | <lambdabot> | ∙ |
| 2022-02-21 16:21:27 | <Drishal[m]> | ooh wait I put an accidental space lol |
| 2022-02-21 16:21:51 | <geekosaur> | reminds me of breaking pango markup with a stray comma |
| 2022-02-21 16:21:59 | <geekosaur> | didn't notice for 3 years :) |
| 2022-02-21 16:22:23 | <Solid> | :D |
| 2022-02-21 16:26:16 | <geekosaur> | well, I did notice I wasn't getting urgency hints. I didn't notice it was breaking the whole bar |
| 2022-02-21 16:26:26 | <geekosaur> | when I did, I found the typo |
| 2022-02-21 16:29:57 | <Drishal[m]> | RIP Xmonad log xD |
| 2022-02-21 16:30:14 | Drishal[m] | uploaded an image: (100KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/nuSypFWBbYNsnlcBptEQPVTk/image.png > |
| 2022-02-21 16:31:06 | <geekosaur> | source? |
| 2022-02-21 16:32:58 | <Drishal[m]> | geekosaur: here https://gitlab.com/drishal/dotfiles/-/blob/master/xmonad/README.org#xmobar-config |
| 2022-02-21 16:33:57 | Drishal[m] | uploaded an image: (14KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/YhGTTdcWRaLCmffeFFivPmWL/image.png > |
| 2022-02-21 16:34:01 | <Drishal[m]> | geekosaur: this part is not going to be tangled |
| 2022-02-21 16:34:29 | <Drishal[m]> | > <@geekosaur:libera.chat> source? |
| 2022-02-21 16:34:29 | <Drishal[m]> | * (this part in the image is not going to be tangled, just saved it for a future reference) |
| 2022-02-21 16:34:30 | <lambdabot> | <hint>:1:1: error: parse error on input ‘<@’ |
| 2022-02-21 16:40:53 | <geekosaur> | hm,don't see anything wrong with the template. the "Updating..." probably goes away when you switch workspaces, unless you needed to use %XMonadPropLog% instead of %XMonadLog%? |
| 2022-02-21 16:41:15 | <geekosaur> | the fact that the rest of the bar is blank… |
| 2022-02-21 16:41:48 | <geekosaur> | not seeing it unless %XMonadLog% is breaking the whole thing |
| 2022-02-21 16:42:46 | <geekosaur> | no, that one's right |
| 2022-02-21 16:42:57 | <geekosaur> | shows how much I know about xmobar :( |
| 2022-02-21 16:43:11 | <Drishal[m]> | geekosaur: one thing: am I launching xmobar the right way? |
| 2022-02-21 16:43:11 | <Drishal[m]> | ```haskell |
| 2022-02-21 16:43:11 | <Drishal[m]> | . withEasySB (statusBarProp "stack exec /home/drishal/.local/bin/xmobar ~/.xmonad/xmobar.hs" (pure myXmobarPP)) defToggleStrutsKey |
| 2022-02-21 16:43:11 | <Drishal[m]> | ``` |
| 2022-02-21 16:43:20 | → | sagax joins (~sagax_nb@user/sagax) |
| 2022-02-21 16:43:44 | <geekosaur> | looks right to me, yes |
| 2022-02-21 16:43:54 | <geekosaur> | if you weren't then you wouldn't get a bar at all |
| 2022-02-21 16:45:39 | <Drishal[m]> | geekosaur: tbh tho with this the bar does take a while to load |
| 2022-02-21 16:46:56 | <geekosaur> | sure, it'scompiling, and stack has someoverhead of its own |
| 2022-02-21 16:47:27 | <geekosaur> | the only other thing I can suggest is running a standard xmobar config through a preprocessor of some kind |
| 2022-02-21 16:48:44 | <geekosaur> | I wouldn't be afraid of doing that but I can't say I'd recommend m4 to most people :) |
| 2022-02-21 16:50:49 | <Drishal[m]> | or just manually make xmobar conifg for each color scheme :P |
| 2022-02-21 16:52:14 | <Drishal[m]> | tbh I have a small python script which would find and replace stuff for me |
| 2022-02-21 16:58:12 | × | samhh quits (7569f027cf@2604:bf00:561:2000::e4) (Remote host closed the connection) |
| 2022-02-21 16:58:12 | × | zoglesby quits (f0f8ca1525@user/zoglesby) (Remote host closed the connection) |
| 2022-02-21 16:58:12 | × | raghavgururajan quits (ea769b8000@user/raghavgururajan) (Remote host closed the connection) |
| 2022-02-21 17:04:15 | → | samhh joins (7569f027cf@2604:bf00:561:2000::e4) |
| 2022-02-21 17:04:31 | → | zoglesby joins (f0f8ca1525@user/zoglesby) |
| 2022-02-21 17:04:37 | → | raghavgururajan joins (ea769b8000@user/raghavgururajan) |
| 2022-02-21 17:20:57 | <Drishal[m]> | btw how does this look ? |
| 2022-02-21 17:20:59 | Drishal[m] | uploaded an image: (326KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/nNhdhCkEiyTzWRPGFmZfdobQ/image.png > |
| 2022-02-21 17:27:06 | <geekosaur> | looks fine to me |
| 2022-02-21 17:54:38 | <Solid> | Drishal[m]: you can also just `stack install` xmobar and recompile only when you want to change the colours |
| 2022-02-21 17:57:49 | <Drishal[m]> | Solid: Not a bad idea 👀 |
| 2022-02-21 18:38:57 | × | Nahra quits (~user@static.161.95.99.88.clients.your-server.de) (Remote host closed the connection) |
| 2022-02-21 18:46:48 | → | benin joins (~benin@59.88.179.150) |
| 2022-02-21 18:57:34 | → | c209e6dc-4d76-47 joins (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) |
| 2022-02-21 19:08:08 | → | benin7 joins (benin@gateway/vpn/protonvpn/benin) |
| 2022-02-21 19:09:37 | × | benin quits (~benin@59.88.179.150) (Ping timeout: 240 seconds) |
| 2022-02-21 19:09:37 | benin7 | is now known as benin |
| 2022-02-21 19:12:13 | → | benin2 joins (~benin@59.88.179.150) |
| 2022-02-21 19:13:57 | × | benin quits (benin@gateway/vpn/protonvpn/benin) (Ping timeout: 240 seconds) |
| 2022-02-21 19:13:57 | benin2 | is now known as benin |
| 2022-02-21 19:34:05 | → | yauhsien_ joins (~Yau-Hsien@61-231-19-150.dynamic-ip.hinet.net) |
| 2022-02-21 19:37:29 | × | yauhsien quits (~Yau-Hsien@61-231-37-106.dynamic-ip.hinet.net) (Ping timeout: 272 seconds) |
| 2022-02-21 20:52:17 | × | benin quits (~benin@59.88.179.150) (Ping timeout: 240 seconds) |
| 2022-02-21 20:54:57 | → | benin joins (~benin@59.88.179.150) |
| 2022-02-21 21:10:11 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.5-dev) |
| 2022-02-21 21:12:43 | → | catman joins (~catman@user/catman) |
| 2022-02-21 21:20:04 | → | yauhsienhuangtw joins (~Yau-Hsien@61-231-19-150.dynamic-ip.hinet.net) |
| 2022-02-21 21:23:10 | × | yauhsien_ quits (~Yau-Hsien@61-231-19-150.dynamic-ip.hinet.net) (Ping timeout: 256 seconds) |
| 2022-02-21 21:23:49 | × | c209e6dc-4d76-47 quits (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) (Quit: Konversation terminated!) |
| 2022-02-21 21:27:11 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-02-21 22:40:57 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2022-02-21 22:43:40 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3) |
| 2022-02-21 22:44:51 | × | blaa quits (~bla@79.191.75.239.ipv4.supernova.orange.pl) (Remote host closed the connection) |
| 2022-02-21 23:01:48 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-02-22 00:00:59 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2022-02-22 00:53:28 | → | mvk joins (~mvk@2607:fea8:5cdc:bf00::99e7) |
| 2022-02-22 02:22:37 | × | mvk quits (~mvk@2607:fea8:5cdc:bf00::99e7) (Ping timeout: 240 seconds) |
| 2022-02-22 03:03:44 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2022-02-22 03:22:43 | × | td_ quits (~td@muedsl-82-207-238-047.citykom.de) (Ping timeout: 256 seconds) |
| 2022-02-22 03:23:23 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-02-22 03:24:41 | → | td_ joins (~td@muedsl-82-207-238-240.citykom.de) |
| 2022-02-22 03:28:01 | → | Nahra joins (~user@static.161.95.99.88.clients.your-server.de) |
| 2022-02-22 03:43:14 | × | terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat) |
| 2022-02-22 03:45:40 | → | terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 2022-02-22 03:49:22 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-02-22 04:56:10 | × | benin quits (~benin@59.88.179.150) (Quit: Ping timeout (120 seconds)) |
| 2022-02-22 04:56:32 | → | benin joins (~benin@59.88.179.150) |
| 2022-02-22 05:54:04 | × | Czernobog quits (~Czernobog@user/czernobog) (Read error: Connection reset by peer) |
| 2022-02-22 05:56:02 | → | Czernobog joins (~Czernobog@user/czernobog) |
| 2022-02-22 06:09:00 | × | benin quits (~benin@59.88.179.150) (Ping timeout: 240 seconds) |
| 2022-02-22 06:10:41 | → | benin joins (~benin@59.88.179.150) |
| 2022-02-22 06:24:03 | × | benin quits (~benin@59.88.179.150) (Ping timeout: 256 seconds) |
| 2022-02-22 06:57:09 | × | yauhsienhuangtw quits (~Yau-Hsien@61-231-19-150.dynamic-ip.hinet.net) (Quit: Leaving) |
| 2022-02-22 07:17:10 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-02-22 07:33:08 | → | benin joins (~benin@59.88.179.150) |
| 2022-02-22 07:34:08 | × | benin quits (~benin@59.88.179.150) (Client Quit) |
| 2022-02-22 07:35:19 | → | benin joins (~benin@59.88.179.150) |
| 2022-02-22 07:45:11 | × | benin quits (~benin@59.88.179.150) (Ping timeout: 272 seconds) |
| 2022-02-22 07:47:48 | × | catman quits (~catman@user/catman) (Ping timeout: 240 seconds) |
| 2022-02-22 07:53:37 | → | seventh__ joins (~seventh__@145.139.199.178.dynamic.wline.res.cust.swisscom.ch) |
| 2022-02-22 08:06:52 | → | benin joins (~benin@59.92.239.104) |
| 2022-02-22 08:18:37 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2022-02-22 08:19:28 | × | seventh__ quits (~seventh__@145.139.199.178.dynamic.wline.res.cust.swisscom.ch) (Quit: Yipeeeee) |
| 2022-02-22 08:52:26 | → | yauhsien joins (~Yau-Hsien@61-231-19-150.dynamic-ip.hinet.net) |
| 2022-02-22 08:55:47 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-02-22 09:00:09 | × | Etxeberrialex[m] quits (~etxeberri@2001:470:69fc:105::1:5ae6) (Quit: You have been kicked for being idle) |
All times are in UTC.