2023-01-23 00:46:54 +0100 | <trevdev[m]> | So I gave up on createProcess and XMonad.Util.Run and fully regressed back into just concatenating strings for keybinding shell commands. I wanted a way to use the same color for my theme in my dmenu scripts as I do in everything else. My original issue was "if cli args for dmenu need to be wrapped in single quotes, but menuArgs require that they do not, how do I use the same colors for both?" Well in my case, the answer is, "you don't" |
2023-01-23 00:46:54 +0100 | <trevdev[m]> | https://paste.debian.net/1268166/ |
2023-01-23 00:48:12 +0100 | <trevdev[m]> | At least I mapped the same data versus 2 different variables. I think this is cleaner |
2023-01-23 00:51:09 +0100 | <geekosaur> | cli args should be find with double quotes unless they include dollar signs, in which case `show` may be a cheaty way to get what you want |
2023-01-23 00:51:22 +0100 | tremon | (~tremon@83-85-213-108.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
2023-01-23 00:56:19 +0100 | <geekosaur> | > text "#32af4b" |
2023-01-23 00:56:21 +0100 | <lambdabot> | #32af4b |
2023-01-23 00:56:29 +0100 | <geekosaur> | > text $ show "#32af4b" |
2023-01-23 00:56:31 +0100 | <lambdabot> | "#32af4b" |
2023-01-23 00:56:46 +0100 | <geekosaur> | (`text` is a lambdabot-ism) |
2023-01-23 01:00:54 +0100 | <trevdev[m]> | Interesting. I was having my custom dmenu failing because colors weren't wrapped in quotes, I took a hint from the examples I could find. Ether way I only want to wrap values and not flags I assume. |
2023-01-23 01:01:59 +0100 | <geekosaur> | wrapping flags isn't necessary but won't hurt. shells recognize `#` so you need to quote it |
2023-01-23 01:40:40 +0100 | abhixec | (~abhinav@c-67-169-139-16.hsd1.ca.comcast.net) (Ping timeout: 252 seconds) |
2023-01-23 02:10:42 +0100 | yaslam | (~yaslam@user/yaslam) (Remote host closed the connection) |
2023-01-23 02:12:47 +0100 | yaslam | (~yaslam@user/yaslam) |
2023-01-23 02:18:39 +0100 | yaslam | (~yaslam@user/yaslam) (Remote host closed the connection) |
2023-01-23 02:19:08 +0100 | yaslam | (~yaslam@user/yaslam) |
2023-01-23 02:23:20 +0100 | yaslam | (~yaslam@user/yaslam) (Remote host closed the connection) |
2023-01-23 02:28:17 +0100 | yaslam | (~yaslam@user/yaslam) |
2023-01-23 04:03:24 +0100 | banc | (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 256 seconds) |
2023-01-23 04:24:25 +0100 | banc | (banc@gateway/vpn/protonvpn/banc) |
2023-01-23 04:50:18 +0100 | td__ | (~td@83.135.9.13) (Ping timeout: 268 seconds) |
2023-01-23 04:51:49 +0100 | td_ | (~td@83.135.9.19) |
2023-01-23 05:02:41 +0100 | <mazte[m]> | <trevdev[m]> "Reading suggests using (and..." <- I'm in the same boat |
2023-01-23 05:06:13 +0100 | <trevdev[m]> | mazte[m]: What are you leaning toward? I |
2023-01-23 05:06:43 +0100 | <trevdev[m]> | * toward? I'm thinking I'll devel with cabal-install and once I'm mostly happy set it up in nix home-manager |
2023-01-23 05:20:46 +0100 | trixthethird[m] | (~trixtheth@2001:470:69fc:105::2:efe8) |
2023-01-23 05:22:58 +0100 | <trixthethird[m]> | Hello, I am new to xmonad. Just followed the TUTORIAL from the website, and copied the final configuration from that tutorial as my own. Everything works fine except for one thing: xmonad is not launching my xmobar. If I launch it manually it works fine, however as i understand it should be getting launched by xmonad itself. Any ideas what the issue could be? |
2023-01-23 05:30:10 +0100 | <trixthethird[m]> | nevermind, issue resolved |
2023-01-23 05:54:20 +0100 | <mazte[m]> | <trevdev[m]> "What are you leaning toward? I" <- What i mean is that i can't trust the language server atm because it claims that i dont have xmonad-contrib modules |
2023-01-23 05:55:02 +0100 | <mazte[m]> | even if i know they're there, and even if i switch stuff around |
2023-01-23 06:21:17 +0100 | DangerBird | (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) |
2023-01-23 06:21:32 +0100 | DangerBird | (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) (Remote host closed the connection) |
2023-01-23 06:41:08 +0100 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 246 seconds) |
2023-01-23 07:40:43 +0100 | rundown | (~defjam@2a02:c7e:2807:b900:6c7a:2207:d06b:87cb) (Ping timeout: 248 seconds) |
2023-01-23 08:50:52 +0100 | ghormoon | (~ghormoon@ghorland.net) (Quit: ZNC - http://znc.in) |
2023-01-23 08:51:23 +0100 | ghormoon | (~ghormoon@ghorland.net) |
2023-01-23 10:00:20 +0100 | unclechu | (~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle) |
2023-01-23 10:07:59 +0100 | xmonadtrack | (~xmonadtra@xmonad/geekosaur) (Ping timeout: 264 seconds) |
2023-01-23 10:08:19 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
2023-01-23 10:08:21 +0100 | allbery_b | (~geekosaur@xmonad/geekosaur) |
2023-01-23 10:08:24 +0100 | allbery_b | geekosaur |
2023-01-23 10:24:54 +0100 | xmonadtrack | (~xmonadtra@069-135-003-034.biz.spectrum.com) |
2023-01-23 10:24:54 +0100 | xmonadtrack | (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host) |
2023-01-23 10:24:54 +0100 | xmonadtrack | (~xmonadtra@xmonad/geekosaur) |
2023-01-23 10:48:37 +0100 | ft | (~ft@p4fc2a257.dip0.t-ipconnect.de) (Quit: leaving) |
2023-01-23 12:32:52 +0100 | cfricke | (~cfricke@user/cfricke) |
2023-01-23 12:33:43 +0100 | doppo | (~doppo@2604:180::e0fc:a07f) (Read error: Connection reset by peer) |
2023-01-23 12:36:37 +0100 | doppo | (~doppo@2604:180::e0fc:a07f) |
2023-01-23 13:01:49 +0100 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
2023-01-23 13:18:33 +0100 | rundown | (~defjam@2a02:c7e:2807:b900:6c7a:2207:d06b:87cb) |
2023-01-23 14:00:36 +0100 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.7.1) |
2023-01-23 14:43:01 +0100 | cfricke | (~cfricke@user/cfricke) |
2023-01-23 15:36:38 +0100 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.7.1) |
2023-01-23 15:55:39 +0100 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 260 seconds) |
2023-01-23 16:27:59 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds) |
2023-01-23 17:28:43 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2023-01-23 17:32:37 +0100 | rekahsoft | (~rekahsoft@bras-base-orllon1122w-grc-07-174-95-68-39.dsl.bell.ca) |
2023-01-23 17:38:49 +0100 | rundown | (~defjam@2a02:c7e:2807:b900:6c7a:2207:d06b:87cb) (Ping timeout: 252 seconds) |
2023-01-23 17:53:23 +0100 | rundown | (~defjam@2a02:c7e:2807:b900:6c7a:2207:d06b:87cb) |
2023-01-23 18:01:13 +0100 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
2023-01-23 18:02:37 +0100 | telser | (~quassel@user/telser) |
2023-01-23 19:59:04 +0100 | rundown | (~defjam@2a02:c7e:2807:b900:6c7a:2207:d06b:87cb) (Ping timeout: 252 seconds) |
2023-01-23 20:10:07 +0100 | rundown | (~defjam@2a02:c7e:2807:b900:6c7a:2207:d06b:87cb) |
2023-01-23 20:53:56 +0100 | ft | (~ft@p4fc2a257.dip0.t-ipconnect.de) |
2023-01-23 21:44:21 +0100 | jamesreid[m] | (~jamesreid@2001:470:69fc:105::2:f94b) (*.net *.split) |
2023-01-23 21:44:21 +0100 | bla | (~bla@83.24.70.42.ipv4.supernova.orange.pl) (*.net *.split) |
2023-01-23 21:44:21 +0100 | xacktm | (~xacktm@user/xacktm) (*.net *.split) |
2023-01-23 21:44:22 +0100 | jifarra[m] | (~jimfarran@2001:470:69fc:105::2:eab7) (*.net *.split) |
2023-01-23 21:44:22 +0100 | ChaoticMist[m] | (~gilganixm@2001:470:69fc:105::3d09) (*.net *.split) |
2023-01-23 21:44:22 +0100 | berberman | (~berberman@user/berberman) (*.net *.split) |
2023-01-23 21:44:22 +0100 | RMSBach | (~guygastin@137.184.131.156) (*.net *.split) |
2023-01-23 21:44:22 +0100 | amir | (sid22336@user/amir) (*.net *.split) |
2023-01-23 21:44:22 +0100 | deebo | (~globe@stonebay32.com) (*.net *.split) |
2023-01-23 21:44:22 +0100 | fcser | (~fcser@booty.farted.net) (*.net *.split) |
2023-01-23 21:44:22 +0100 | rieper | (~riepernet@webmirror.geo.uni-leipzig.de) (*.net *.split) |
2023-01-23 21:44:24 +0100 | fcser__ | (~fcser@booty.farted.net) |
2023-01-23 21:44:31 +0100 | amir_ | (sid22336@user/amir) |
2023-01-23 21:44:57 +0100 | bla | (~bla@83.24.70.42.ipv4.supernova.orange.pl) |
2023-01-23 21:45:03 +0100 | amir_ | Guest7839 |
2023-01-23 21:45:36 +0100 | berberman | (~berberman@user/berberman) |
2023-01-23 21:46:16 +0100 | ChaoticMist[m] | (~gilganixm@2001:470:69fc:105::3d09) |
2023-01-23 21:46:26 +0100 | RMSBach | (~guygastin@137.184.131.156) |
2023-01-23 21:47:05 +0100 | xacktm | (~xacktm@user/xacktm) |
2023-01-23 21:47:16 +0100 | jamesreid[m] | (~jamesreid@2001:470:69fc:105::2:f94b) |
2023-01-23 21:48:33 +0100 | rieper | (~riepernet@webmirror.geo.uni-leipzig.de) |
2023-01-23 21:49:19 +0100 | jifarra[m] | (~jimfarran@2001:470:69fc:105::2:eab7) |
2023-01-23 21:49:27 +0100 | deebo | (~globe@stonebay32.com) |
2023-01-23 23:02:13 +0100 | telser | (~quassel@user/telser) (Ping timeout: 252 seconds) |
2023-01-23 23:04:25 +0100 | telser | (~quassel@user/telser) |
2023-01-23 23:10:40 +0100 | diep | (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) |